| Thread | Last Post | Replies |
|
| Win32 DLL & Win32 Static Library | 18 Apr 2005 06:31 GMT | 1 |
I am using Visual Studio.net 2003. I am trying to find how to create Win32 DLL & Win32 Static Library. When going through the wizard it does not show me the option for these two project types.
|
| Network information | 18 Apr 2005 06:18 GMT | 1 |
how can I get some information about all network adapters that are installed on the local system, their network load, IP information,.... Couldn't find any classes for this in the msdn library. Greetings,
|
| Moving files to a shared folder | 18 Apr 2005 05:31 GMT | 1 |
I am writing some C# code that moves files from a source folder to a target folder on the same machine. However, if the target folder is a shared folder, using the File.MoveTo method alone does not cause the files to be shared as well. How can I make the moved files inherit the
|
| ComboBox and Binding Context Problem | 18 Apr 2005 04:01 GMT | 2 |
I have 2 group box Buy and Sell on a form. There is an account combo box in both group boxes bound to same data source using DataSource, DisplayMember and ValueMember. Problem is binding context is causing the value in both to change when I change the value in one. Is there any ...
|
| Webpage Authoring | 18 Apr 2005 02:01 GMT | 2 |
Currently authoring with Frontpage 2002 on Windows XP Pro. I have been using Visual Basic.net (because I can afford it) for desktop applications, but do not own the whole VS.net suite. I would like to author, and manage if possible, my website in the Visual Studio.net environment
|
| What I don't get about encryption? Searching memory to find my Key | 18 Apr 2005 00:01 GMT | 2 |
I have been working with encryption. And it seems to me that the IV and Key are the only things you need to decrypt my data. I can obfuscate, but my program still needs to 'call' the framework objects in System.Security.Cryptography. And this call can be searched for. Then
|
| Full .net package with your exe? | 17 Apr 2005 21:43 GMT | 2 |
Have someone thought of shipping .net app on a CD? for ex. if you are were making, a multimedial CD Magazine Catalog Browser (like Chip magazine) hhat would you do to ensure that this app will ran on every >= Win98 PC?
|
| DataRowView isedit | 17 Apr 2005 20:30 GMT | 1 |
hi all, i want to know how the isedit works ??? i have fill a datatable a bind a few controls and when i see in the currencymanager the current row is allways in edit = true
|
| ProgressBar Help | 17 Apr 2005 19:48 GMT | 2 |
How i can show a progressbar when i copy a folder i use filesytemobject and i need to show the progressbar while i use the function copyfolder
|
| VS2005: Problem with System.Threading.Monitor | 17 Apr 2005 18:07 GMT | 1 |
I just tried to convert my current project to the new beta 2 of the .net framework and I encountered some problems with my thread synchronization - that formerly worked well. When I release a monitor by System.Threading.Monitor(myvar) I receive the
|
| Creating a user using Active Directory | 17 Apr 2005 11:47 GMT | 1 |
I'm using the following code to create a user: Dim strNodeName As String = "test user" Dim NewUser As DirectoryEntry Dim AD As New DirectoryEntry("WinNT://MYCOMPUTER")
|
| how to pop up window form in windows service | 17 Apr 2005 10:03 GMT | 3 |
windows service always running in the background. but in my case, when running into a certain situation, I need to pop up a window form to notify the user, how can I accomplish? I have tried to use Process.start, It really run, but still keep in background.
|
| Shutting down whilst copying a file | 17 Apr 2005 09:01 GMT | 2 |
I've written a Windows Application in C#.net that runs in the background and silently archives files to a network drive (using the System.IO.File.Copy function). Sometimes, users may run this application when connected to our
|
| A comparison of VS.NET 2003 vs. VS.NET 2005 | 17 Apr 2005 04:49 GMT | 5 |
At a recent MSDN conference, one of the presenters vehemently said that VS.NET 2003 (because of its web project) is only good for _single_ developers. He said that if you're working in a team environment (i.e. more than one developer), VS.NET 2005 is the way to go.
|
| Urgent! Session State issue | 16 Apr 2005 22:39 GMT | 4 |
I developed an ASP.NET application that users just started testing and found a huge problem with. In one part of the application I am creating an instance of the class and save information that users provided there. If users want to they can view their previously saved entries. ...
|