| Thread | Last Post | Replies |
|
| treeView control | 25 May 2004 06:08 GMT | 1 |
why can't I find TreeView control in Toolbox?where is this useful control?
|
| System caption | 25 May 2004 04:52 GMT | 2 |
I need to retrieve caption of system buttons. For example: in italian o.s. Cancel button is "Annulla", in english o.s. it is "Cancel" and so on. I need to install my application on different operative systems. Is there an API or another way to retrieve those system caption?
|
| How to use FormsAuthentication class in Desktop application (VB.net)? | 25 May 2004 02:56 GMT | 2 |
how can I use FormsAuthentication.HashPasswordForStoringInConfigFile Method in my vb.net application I would like to achieve the same PHP crypt() function for encrypting password. However I've only seen FormsAuthentication class being used in asp.net, not in vb.net So I was ...
|
| Help! ActiveX control built in c# | 25 May 2004 01:51 GMT | 1 |
OK... I've built an C# control and exposed a interface so I can use it in a web page by referencing it within the Object tag. It runs great on my development machine. However, when I try to run the HTML and the .net assembly i get some very strange behavior. Specificaly the ...
|
| Process CPU usage jumps to 100% without any reason? | 24 May 2004 18:46 GMT | 2 |
I am working on an application in c# that runs in the background. All it does is monitor a value from a performance counter using a timer. It then draws these values in a chart Now, this application works for a long time, sometimes even days. But sometimes it just freezes and the ...
|
| reading exchange with httpwidget appointments | 24 May 2004 18:05 GMT | 1 |
I would like to read ms exchange calendar appointments through the web services provided with ms exchange. Does anyone have any experience/code to read appointments from an individuals calendar with .net th dave
|
| Passiing command line arguments to a service | 24 May 2004 17:43 GMT | 5 |
I want to pass arguments to my OnStart(args) method in a windows service application. I tested this out by NET START myService /test
|
| Microsoft's Martin Taylor: A Desperate Man | 24 May 2004 17:38 GMT | 24 |
I returned home from work today to find an Airborne Express Letter Express mailer leaning up against my apartment door. The return addressee was Microsoft
|
| InvalidCastException driving me nuts | 24 May 2004 17:23 GMT | 2 |
I'm attempting to create a generic data access layer that can load any assembly that has objects implementing the "IDb..." interfaces. Everything is working perfectly when I use a SqlConnection, however when I attempt to use a MySqlConnection and cast it to an IDbConnection I'm
|
| Remote FileCopy using ASp.net | 24 May 2004 16:41 GMT | 1 |
I have an ASp.net application using C#. I need to copy a file present on the web server machine to a remote machine on the network. Although this seems to be a trivial matter I am having difficulties copying the exe I am Trying string Source = @"c:\temp\test.exe" string ...
|
| Anybody done a MCSD with Koenig-Solutions? | 24 May 2004 16:36 GMT | 1 |
I was thinking about getting the MCSD with a company called Koenig-Solutions. They are based in India and are CHEAP! Anybody had any expereinces or heard any comments about them? Thanks,
|
| Buttons in Datagrid | 24 May 2004 14:45 GMT | 1 |
I have a Datagrid control on a .Net Windows Form. How can I add button (or other controls) in one of the columns? BTW is it possible with DataGrid control or not? Thanks!
|
| javascript disabled. | 24 May 2004 14:23 GMT | 3 |
hey all what if a user has javascript disabled on their machine and your .Net app uses javascript. What is the workaround or workthru thanks in advance rodchar
|
| Process StandardOutput and StandardError on seperate threads. | 24 May 2004 14:08 GMT | 2 |
I have reposted this question from dotnet.general as I have been advised that this is a more appropriate forum for this question. Apologies for the repost. I have a process thats starts in my application and only terminates when my
|
| Process StandardOutput in a seperate thread | 24 May 2004 13:43 GMT | 2 |
I have a process thats starts in my application and only terminates when my application is terminated. I want to write the output and the errors of this process to a seperate log file. In order to do this, I spawned two threads. My code looks something like this
|