| Thread | Last Post | Replies |
|
| Associate URI to a program | 23 Apr 2006 19:55 GMT | 1 |
I'm looking for a way to link an URI with my program. Just as iTunes or MPlayer do with mms://.. or irc:// Any help?
|
| How to Detect if you're still subscribed to an event | 23 Apr 2006 16:42 GMT | 2 |
Ladies and Gents, I have an event that I raise. When that event is raised I raise it like this: if (NewAlert == null) return;
|
| Intranet Error | 23 Apr 2006 16:39 GMT | 3 |
I have a program that first check the user name of window account used to login and run the application. Then connect to SQL Server 2005 Express remotely to retrieve some data. So, I build the program, go to the debug folder and copy the exe file to a shared folder. I go to ...
|
| ServiceProcess output to screen | 23 Apr 2006 14:00 GMT | 2 |
Hopefully it's the right place to ask this question. Let's say i'm building a program which will run as a Service in the background using System.ServiceProcess , And i want it to output data to a user connected to
|
| How to write code for this XML configuration section? | 23 Apr 2006 13:09 GMT | 7 |
I would like to add a section in the configuration file like that: <job name="cleanup"> <executor type="Test.MyExecutor"/> <parameters>
|
| How to write a OLE object? | 23 Apr 2006 13:07 GMT | 2 |
Is it possible to write a OLE object(ActiveX) that can be used by a program like WORD, thanks.
|
| System.Configuration.Configuration.Save not working | 23 Apr 2006 00:42 GMT | 1 |
I am writing a small library for my application and I am trying to add section to my App.Config file using System.Configuration.Configuration and then I call save but nothing happens. I was wondering about what I should do.
|
| StreamReader.StreamReader(String, bool) bug - no BOM detection | 22 Apr 2006 20:34 GMT | 4 |
During my app testing I discovered the following bug in .NET v2.0 (have not tested 1.1 yet). Constructors of StreamReader supposed to detect byte order mark fail to do so.
|
| Can't serialize a simple string when using the FileOpenDialog | 22 Apr 2006 20:00 GMT | 6 |
I have a simple serializable class that just has 3 public string properties. The strings will contain paths to files that are chosen by a user via the OpenFileDialog. The serialization works perfectly if I set the path values via code such as:
|
| Dialog with no TitleBar: is it possible? | 22 Apr 2006 19:54 GMT | 4 |
Is it possible to have a form with no titlebar (caption) that shows as a dialog? When I create form with no titlebar and call its ShowDialog method, it shows up briefly closes immediately. I couldn't find any documentation onthis
|
| V2 Framework GZip problem | 22 Apr 2006 15:31 GMT | 2 |
I noticed that when I ceated an archive with the VS sample code for using GZip that WinZip was not able to read it. Is there code available (free) that will create one that is usable with WinZip?
|
| Format | 22 Apr 2006 14:29 GMT | 2 |
Hai All, I am working in asp.net... I need to format a number in the following manner... number = 500
|
| ftp active connecting | 22 Apr 2006 14:20 GMT | 3 |
Does someone know how to create a socket to connect to a ftp server that does not accept passive connections? I need to modify my ftp class (wich works pretty good in passive mode) to connect to the ftp in active mode.
|
| Comparing delegates | 21 Apr 2006 23:01 GMT | 9 |
I'm having some problems comparing delegates. In all sample projects I create, I can't get the problem to occur, but there is definitely a problem with my production code. I can't give all the code, as there's simply too much, but here's the
|
| Need help debugging aspx at the server. | 21 Apr 2006 18:38 GMT | 2 |
I have the trouble debugging at the server with Visual Studio 2003. I have the development environment running and I choose Tools/Debug Processes and I attach to apsnet_wp.exe, click on Break - it tells me 'Unable to break in the process apsnet_wp.exe. The process does not contain ...
|