| Thread | Last Post | Replies |
|
| Hot Key Question | 27 Jun 2005 18:21 GMT | 2 |
When you set up a button for example: &Enter you get E underscored and if an E is pressed it should start the click event, only mine is not doing it. What did I forget?
|
| Information on command line arguments and more fun stuff. | 27 Jun 2005 18:14 GMT | 4 |
Hello, I'm looking for information on handling command line arguments in my VB.NET (2003) application. What I have is an application that loads up a specific file type. What I want is when I double click the file icon it will launch the application and load up the information. ...
|
| Why does this code not generate an error? | 27 Jun 2005 18:01 GMT | 16 |
Hi Group, Why does the below code not generate an error? I have a table with x number of records. Each record is read from the DB into a hashtable. Then I add to the hashtable additional keys. From here, i run through
|
| Need to sort ListView columns that contain dates | 27 Jun 2005 17:41 GMT | 13 |
I need to sort the columns of a ListView. Some columns contain dates and others contain integers. What I did once before is in the Compare method I tried date and if that failed I did Integer.
|
| Large fonts setting (120DPI) | 27 Jun 2005 16:45 GMT | 5 |
I have created a winforms application and I designed it with the normal display settings, (96DPI) however, when I set the font settings to 120 DPI, my application text labels look all messed up. Does anyone know a work-around for this problem?
|
| How to check expiry date | 27 Jun 2005 16:40 GMT | 1 |
i want to set expiration date for my web based application. for eg it has to be worked for 15 days from the date when it was installed. More over i dont want to use system date to check the installed date with current date as because any one can easily change ...
|
| acceptbutton | 27 Jun 2005 16:39 GMT | 3 |
Hello, I'm working on a set of forms inherited from the windows form. Within these forms I often use keyevents to perform certain functions i.e. 'return/enter in a textbox' to submit a value to a routine, perform a search or just to send a tab.
|
| Activate a command program by its extension | 27 Jun 2005 15:42 GMT | 1 |
vb.net How Do I Activate the windows associated program by its extension ? for example: if filename.txt - notepad filename.xls - excel.
|
| Remove read-only from file | 27 Jun 2005 15:18 GMT | 1 |
I need to make sure a file in my site's directory structure is not read-only. The following code runs after I grant permission to ASPNET on the folder, but the attribute is not removed (no exceptions thrown). Dim filePath As String = "c:\inetpub\wwwroot\Test\fileName.xls"
|
| string tokenizer | 27 Jun 2005 15:09 GMT | 4 |
I can't find the then class for dividing strings into tokens by a specific delimeter
|
| noob oop question | 27 Jun 2005 15:06 GMT | 3 |
i'd like to inherit from a class while changing the access-level of an interface within the derived class. the below won't work...how do i properly do this...i don't want to expose the "add" method of the "InheritedItems" class to a caller even though i inherit from the "Items" ...
|
| Check Network Password | 27 Jun 2005 14:41 GMT | 1 |
Is there really no easy way to check network password on a Windows 2000 machine? I've managed to do it on Windows XP easily via LoginUser API, but on Windows 2000, it doesnt work. This is in relation to the discussions below:
|
| Loop in Window Service | 27 Jun 2005 14:23 GMT | 3 |
I wrote a window service in VB6, where I used a loop to continue check something. Now, I transfer it into vb.NET. I can setup service with a mis file, but when I start the service, it takes a while to complete and gives at the end an error. As long as I remove the loop (a single ...
|
| Need Help with Shell | 27 Jun 2005 12:52 GMT | 8 |
Why doesn't the following code run acrobat? It throws a file not found exception Thanks Dim s As String = sgAppPath + "TCW3Help.pdf"
|
| c# to vb.net converter | 27 Jun 2005 12:08 GMT | 4 |
Is there a way to convert whole c# projects (or solutions) to vb.net projects or solutions? Most converters I have come across only convert snippets. Thanks
|