| Thread | Last Post | Replies |
|
| simple datetimepicker questions | 24 Aug 2006 17:38 GMT | 2 |
This example deals with a datetimepicker Date of Birth concept for a windows form in VB 2005. Simply put, if a user wants to enter the MM/DD/YYYY using the number pad, how can I advance the cursor to the DD and then the YYYY without needing to
|
| Structure into datasource | 24 Aug 2006 17:11 GMT | 3 |
i have this structure Public Structure TestStructure Dim a As Boolean Dim b As Boolean
|
| Auto mail from SQL | 24 Aug 2006 16:50 GMT | 1 |
can any one tell me that how i can send email to my registered clients from sql store procedure if they meet some specific critaria. and this store procedure will automaticelly execuate after every 10 minutes and check the database. if any client meet the critari specified a mail
|
| error running app on network drive | 24 Aug 2006 16:37 GMT | 1 |
Hi, created a application and runs fine on all users pc (local drive) but when the application is put on the network drive, it gives us a error SecturityException. any ideas why/ how to resolve this. Thanks
|
| How to ask the use to install .NET framework before running the .NET application if the user doesn't install it? | 24 Aug 2006 16:36 GMT | 2 |
As the title, I found there is some MSI can do so, How? Thanks.
|
| Publish path VS. install path | 24 Aug 2006 16:23 GMT | 2 |
When I try to specify an Installation URL, VB Express insists I use a fully qualified URL. It won't let me type "C:\Program Files\Project2\", I have to use "\\localhost\Progam Files\Project2\", except the latter doesn't work because I don't have IIS running, and it's not likely the
|
| VisualStudio 2005 and layers | 24 Aug 2006 16:07 GMT | 1 |
I have created a pages using only DIV tags instead of layers. It looks fine when editing it in DreamWeaver but in VisualStudio it's messed up. So in the design view you can't really tell what your page looks like. Kind of makes changing it more difficult. Am I doing something wrong
|
| How to SFTP from ASP.NET?? | 24 Aug 2006 11:41 GMT | 1 |
I need to sftp a file from my ASP.NET application to a unix server. I tried to run the sftp2 from command line... Process myprocess=new Process(); myprocess.StartInfo.FileName="sftp2";
|
| My.Settings value problem in VB2005 | 24 Aug 2006 09:05 GMT | 3 |
I'm trying to store the value of an LDAP Filter string in the app.config file of a VB2005 application. I've made the following entry: <setting name="LDAPFilterSring"
|
| Try...Catch... Resume?? | 24 Aug 2006 08:38 GMT | 7 |
In VB6 I can use Resume Next to execute the line of coding following the line that cause an exception. There doesn't appear to be anything similiar when using Try...Catch -- so how can one resume the next statement when an error can be ignored?
|
| Problem with namespace in XML document | 24 Aug 2006 05:32 GMT | 1 |
I have the following XML document : (for ease of understanding i am just posting a part of it) Base XML ------------
|
| VB.NET application Version | 24 Aug 2006 04:04 GMT | 5 |
I have a VB.NET application that is deployed to an end user. I would like to display on screen the application version of the application so that I know the end user id using the latest version of our software. How do you access the property of the application version?
|
| Newbie:How to get physical path of a virtual directory under non-default web site ? | 24 Aug 2006 00:28 GMT | 2 |
I'm new to WMI. How I could get get physical path of a virtual directory under non-default web site and also Application Pool configured for that virtual directory ? I tried various things but no luck. Thanks in advance and regards
|
| Reflection Newbie - More detailed problem description | 23 Aug 2006 23:20 GMT | 3 |
what I really want is XML Persistence - the writing side is DONE, what I'm working on is the reading. I am storing dynamic attributed objects. an attributed object is a collection of named attributes and their values. for example:
|
| How to write client-server program using asp.net | 23 Aug 2006 23:19 GMT | 1 |
want to write one seperate client program for establishing a connection with the client and to send a url for a page from server .After that i want to write one seperate server program for to accept client request and it will give that requested page to the client .I
|