Creating a Website
Sat, 9 Aug 2008 13:53:03 +0500
Hi
I have a folder containing a index.html file and some images in one folder
and a index.php and some images in another folder, i want to register these
folders as websites programmatically on my local system (something similar
to creating a new Virtual Directory in IIS).
which namespace or class would ...
|
bzumwinkel@mail.com
Fri, 08 Aug 2008 14:05:16 -0700
Thank you! ...
|
Transparent form which records clicks and passes on to application
below
Fri, 8 Aug 2008 06:49:39 -0700 (PDT)
I want to create a fully-transparent fullscreen form which records
clicks but also passes on the 'click' to the desktop. Specifically, I
have an existing application which displays a webpage fullscreen. I
want my new application to run transparently over the top of the
existing app, and when the user clicks the ...
|
uvítací nabídka
Wed, 6 Aug 2008 10:43:08 -0700 (PDT)
Kdo se chce podìlit v èeském jazyce o slova dobré vùle a krásné
my¹lenky je pozván do mých stránek.... ...
|
Configured Assemblies - get and set
Wed, 6 Aug 2008 09:21:12 -0700
(I posted this on framework.setup group but got no reply. So I'm posting
it in this group again. Please let me know if this is not the right forum to
post this
question. Thanks)
So we'd like to copy the "Configured Assemblies" settings and deploy the
same list (configure the assemblies the same way) on other ...
|
Send Email throw windows application.
Wed, 6 Aug 2008 06:07:41 -0700 (PDT)
Hello,
We want to send mail throw vb.net [Windows application]. We got many
code samples but all are depend upon the IIS or SMTP services.
IS it possible to send the email on any windows machine without such
dependencies?
Please give some idea or some code sample.
Thanks in advance for any suggetions
Re ...
|
File Data and Time
Wed, 6 Aug 2008 17:54:15 +0500
Hello
I need to know the date and time of a file on a internet site
eg. http://www.triple-xxx.com/not-porn/somefile.zip
The above link is dummy (don't try it).
Using the class WebClient i can get the size of the file at download time ,
is there some way to get the date and time as i need to check the d ...
|
|
|
Excel databases
Tue, 5 Aug 2008 18:49:01 -0700
I have created a database of names/addresses with a worksheet for each
"mailing group". Is there any way that I can check for duplicate names in
the entire database document? I have a feeling that I should not have split
up the mailing groups into separate worksheets. Thank you ...
|
LINQ in label
Tue, 5 Aug 2008 15:14:34 -0600
This is probably going to be an easy answer, but I can't find it anywhere. I
want to assign a labels .text property to a field returned in a LINQ Query:
Dim db As New ClientDataContext
Dim ColumnHeaders = From C In db.Customer _
Select _
C.Name
//I wo ...
|
WCF Selfhost - transport security
Tue, 5 Aug 2008 14:07:05 -0700 (PDT)
Hey All
I am using WCF self host with transport security. I used the https for
the metadata as well and have trusted trial certificates and i have
done the following:
<serviceCredentials>
<serviceCertificate findValue="testcertificate"
storeLocation="LocalMachine"
store ...
|