| Thread | Last Post | Replies |
|
| New to windows services, can't get installer to work | 21 Mar 2006 15:41 GMT | 8 |
I've followed 2 very similar tutorials on creating a windows service and an installer. But, after successfully compiling it, I try to do the InstallUtil command, but I get a badimageformatexception. I tried to do some searching on that exception, but all I could find was a
|
| Windows Service Installer using Sockets | 21 Mar 2006 15:34 GMT | 11 |
I am experiencing a wierd problem... I have a C#.Net application Server which uses Sockets. It listens on port 11000. and it runs as a Windows Service. If I run it as a consple Application, I can connect to that
|
| DrawReversibleFrame covered by control | 21 Mar 2006 15:22 GMT | 1 |
I have a user control consisting of a picture box inside a panel (to permit scrolling). When the user clicks and drags on the picture box, I use ControlPaint.DrawReversibleFrame to draw a dashed selection rectangle.
|
| Get print window information | 21 Mar 2006 15:01 GMT | 2 |
Hi, all When we click or select Print in IE, a print windows pop-up, is there anyway to capture this message and get the information of the print window (i.e. pages ,paper,defualt printer,...) and i can control the printing job
|
| Thread.Sleep vs Thread.Join | 21 Mar 2006 14:31 GMT | 14 |
Does anyone know the difference, in practical terms, between Thread.Sleep (10000) and Thread.CurrentThread.Join (10000)?? The MSDN says that with Join, standard COM and SendMessage pumping continues, but what does this mean in practice for a typical Windows
|
| Manual Reset Event | 21 Mar 2006 14:20 GMT | 2 |
How can I know that the Manual Reset Event object done WaitOne(). I have a condition and I want to do Set() to Manual Reset Event in it but I have to know that there WaitOne() was done on it before. How can I know that?
|
| converting char[] to string | 21 Mar 2006 14:15 GMT | 2 |
I have a char[] that i convert to a string as follows m_tHeader.m_sshortname is defined as char[8]; string result = new string(m_tHeader.m_sshortname); The problem is that any '\0' chars in the array remain in the string and
|
| Optimize PaintEvent on WinForms? | 21 Mar 2006 14:02 GMT | 3 |
I have a rather annoying problem. In .NET 1.1 I could have 20 controls (labels, textboxes etc) without any problem and the painting went satisfying. Now in .NET 2.0 whenever I have more that about 5-10 controls on one form, the painting is extremely slow. I use a lot of nesting ...
|
| ACT some progress but no one has replied so far - help please. | 21 Mar 2006 13:51 GMT | 1 |
I posted earlier but no replies. I have made some progress and have managed to figure out (i think) syntax for connecting to the act database from c# only problem is it doesn't connect. When i ask for the error code it's -87 which is listed
|
| My.Settings | 21 Mar 2006 13:17 GMT | 5 |
NewBie question. How can access the project setting in C#? I can access the project setting in VB (My.Settings).
|
| Regex.Replace help | 21 Mar 2006 12:53 GMT | 3 |
I'm having a little trouble using the Regex.Replace method. I am trying to perform a search and replace based on string pattern. I've been successful in replacing string from it's starting position to the end of the string value, however, I want to better define an ending
|
| How to add a ShortCut on the user's DeskTop | 21 Mar 2006 12:47 GMT | 10 |
I want to add a shortcut on the user's desktop, the shortcut is a URL to a website (like http://www.microsoft.com) How can I do it with c#?
|
| Cannot connect to SQLEXPRESS via MS Enterprise Library?? | 21 Mar 2006 12:11 GMT | 2 |
Windows XP MS SQLExpress VS 2003 .NET 1.x SP1 {for Application}
|
| changing color selector in property grid | 21 Mar 2006 11:03 GMT | 1 |
I'm just wondering if there is any easy solution to change the pop-up display that is shown when a color property is displayed in the properties grid? We've got a property grid in our application and we don't want
|
| STL and DLL linkage (VC71/ VS2003) - Warning C4251 | 21 Mar 2006 10:48 GMT | 6 |
I am writing a shared object (Dll in Windows) and I am making extensive use of the STL. I am getting lots of warnings like this: ClassA.h(139): warning C4251: 'ClassA::indexarray' : class
|