| Thread | Last Post | Replies |
|
| Exception getting the SID value from DirectoryServices | 15 Dec 2004 02:42 GMT | 3 |
Hi; The following code: DirectoryEntry obDirEntry = new DirectoryEntry("WinNT://CORP/dthielen"); System.DirectoryServices.PropertyCollection coll = obDirEntry.Properties;
|
| Is this the correct way to get a SID under .NET? | 14 Dec 2004 05:29 GMT | 1 |
Hi; There is an article at http://www.codeproject.com/csharp/getusersid.asp that provides code to return the SID of the current user. Is this the best way to do this?
|
| createCaret not working under .net | 09 Dec 2004 17:27 GMT | 1 |
I am trying to create a block caret for a textbox using VB.NET , but it just does not work. It however, works under VB6. Any idea? dt
|
| how to create a shortcut to a folder programmatically from VB.NET | 09 Dec 2004 06:57 GMT | 2 |
how to create a shortcut to a folder programmatically from VB.NET? regards,
|
| Cannot install service | 08 Dec 2004 16:57 GMT | 2 |
Two questions. 1) I followed Walkthrough of Win Service App. At the end, when I run Setup it complains about incorrect user and/or password. Where does it look for userid? I have logged in as Administrator.
|
| printing problem .net | 08 Dec 2004 14:18 GMT | 1 |
I am working on a windows form application which does some printing. The problem I have been having is the "printing progress" window that pops up when the page is about to print. How do I disable that in my code. DT
|
| How to create AppDomain | 08 Dec 2004 04:11 GMT | 2 |
I am new to AppDomain. I want to know more about it. Can anyone give me few good sites, so that I can learn from scratch. Thanks,
|
| I need to run a vb.net or aspx.net file every 10 seconds. | 08 Dec 2004 02:33 GMT | 1 |
I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the minimum, but I need it every 10 seconds. Is it possible to write a small program in VB.NET that would run in the background without using much ...
|
| user -> handle, handle -> user | 07 Dec 2004 15:25 GMT | 5 |
Hi; How in the .net environment can I get the current user handle? By the current user handle I mean the unique ID for the user whereby if a user is deleted, and a new user with the same name is created, it will now be a
|
| modify application configuration file at runtime | 07 Dec 2004 14:01 GMT | 1 |
I want to modify application configuration file at runtime. How to do this. Please help in this. Thanks
|
| USB Access Thru VB.Net | 06 Dec 2004 16:42 GMT | 1 |
I'm building a POS app in VB.Net. I'm trying to find out the best way to access barcode information read in from a USB handheld scanner thru VB.Net. It appears that I may have to access the Win32 API to get this information.....is there a better way and how would I do it?
|
| Store Objects in a DataStore | 03 Dec 2004 18:25 GMT | 2 |
Is it possible to store objects like HashTables in a database? How do I do this? The method I was thinking of is: 1. Serialize the HashTable.
|
| How to FTP via VPN to sites on different IP's ? | 01 Dec 2004 03:37 GMT | 1 |
I am using Windows 2003 Server. The VPN works fine, but I want to FTP through the VPN so the connection is encrypted. The problem is each of my IIS sites has a real Internet address specified, w.x.y.z. So when the VPN comes up using a private IP, I can't connect to any of the FTP ...
|