| Thread | Last Post | Replies |
|
| Threads Vs. Handles | 03 Dec 2004 22:12 GMT | 13 |
I was working on a Multi-Threaded app and I noticed something. If i make an app that only uses timers, [(begin/end) send, recv, accept {tcp stuff}] it looks like that application is a mutil-threaded app. BUT. the only thing that goes up is the handles.
|
| no corvars.bat in my computer | 03 Dec 2004 21:34 GMT | 11 |
there is no corvars.bat in my computer by which I can set enviromental vars??? for every single utility I have to go to bin folder of the SDK.... Thanks for your help
|
| Choose Method Based on Attribute? | 03 Dec 2004 19:18 GMT | 1 |
I have a method in a class with [MyAttribute("x")] on it, and the same method with different overloads and [MyAttribute("y")] on it. How can my calling class, via Reflection, pick [MyAttribute("y")] over the first one?
|
| MDI Forms | 03 Dec 2004 17:12 GMT | 3 |
I am working on mdi forms. I have a couple of child forms. when I make the FormBorderStyle property of a child form as fixed dialog,the child form becomes movable on the parent form.Is there a way by which I will
|
| Singleton / Function | 03 Dec 2004 16:29 GMT | 3 |
I have an public interface ILocal, and a private class (Local) derived from this interface. The interface have 2 functions (GetValue() and SetValue()). My object must be a singleton! How can i get a pointer to the unique instance of my class!? I can't add a static function in the ...
|
| Help - RegEx, differences between FW 1.1 and 2.0 | 03 Dec 2004 13:29 GMT | 2 |
I've got a problem with RegEx in the 2.0 Beta. I have a regexp expression that works fine in the 1.1 version of the framework but breaks in 2.0. I'm no regexp guru, so I don't really know why version 2.0 returns incorrect results.
|
| it is possible to change the name of a service? | 03 Dec 2004 12:40 GMT | 2 |
I am building a windows service using c#, using the ServiceInstaller and ServiceProcessInstaller classes to install. I would like to be able to have 2 separate installations of this service on the machine (i.e. 2 copies of the same executable, 2 sets of registry
|
| Share DLLs between two Serviced Components in COM+ (C#) | 03 Dec 2004 12:32 GMT | 1 |
How can I make two Serviced Components runnnig in COM+ share another dll? I have two projects, GetData and PlaceOrders, which are Serviced Components. They both the use my Utility dll. When I build GetData into a dll, the Utility dll is also compiled into the GetData\Debug ...
|
| Thread Part 3 | 03 Dec 2004 09:40 GMT | 4 |
Hello and Thanks again, Maybe I am not explaining what I am looking for good enough and maybe I should not be using muli-threads at all. What I am after is the following: Form1 instantiates Form2 using SHOW, which is always on top. Form2 is a
|
| .net winform app not working on mapped drive | 03 Dec 2004 03:31 GMT | 2 |
I have a small .net app that just generates licenses for my program, nothing fancy, it runs fine from any subdirectory on drive C:, but it doesn't run from a mapped network drive on the same machine, although if I run it on the same where the network drive is installed it runs fine,
|
| UDP Socket Timing Out? | 03 Dec 2004 02:57 GMT | 3 |
I'm not a huge expert on UDP or sockets, so I was hoping someone could help me out. I have a C# app that sends three large (3KB) unicast datagrams out at user- defined intervals (when they push a button) so this can happen every couple
|
| Scheduled job | 03 Dec 2004 01:13 GMT | 1 |
Ive written a scheduled job in c#, which actually runs on some servers, on another its blowing up with a 0xe0434fd. Actually, Im thinking this is a server issues, perhaps permissions - but I dont see any good resources on the web similar to this. Is there a newsgroup for ...
|
| how compile sources VB.NET & C# with command line? | 03 Dec 2004 00:53 GMT | 3 |
How can I compile in .NET Framework modules written in various languages (VB.NET, C# and others) having, finally, one result (e.g. an EXE), using common namespaces?
|
| Regex question: Lazy quantifiers | 02 Dec 2004 16:34 GMT | 3 |
What is the point of lazy * and lazy ? ? "Nothing" will always succeed first, right? If not, can someone give me an example of when either of these might be used?
|
| Consuming visual managed controls from unmanaged apps (i.e. VB6) | 02 Dec 2004 16:11 GMT | 1 |
I have developed a managed (VB.NET) usercontrol and have consumed it in VB6 with limited success. I'm not sure I'm going about it the correct way, so I wanted to try to get a consensus from others. Basically I created the usercontrol and exposed it to COM using the standard (I ...
|