| Thread | Last Post | Replies |
|
| When is it important to use form load compare to using C-tor | 15 Sep 2006 12:54 GMT | 6 |
When exactly is it important or advisable to use this form load event handler compare to using the C-tor. For example here I create an event handler called dataBoundGridForm that is called when the form is loaded.
|
| Debugging thread problem | 15 Sep 2006 12:51 GMT | 9 |
Has anyone had any problems debugging a thread in VS 2005. If I put a breakpoint on a worker thread (the only one in the app) and then run the app two things happen: 1) It takes an unusually long time for the breakpoint to kick in once
|
| Queue.Contains(myobj) return always false.. | 15 Sep 2006 12:12 GMT | 8 |
I have some Queue object that I enqueue other objects into it. I want to check if someobject already exists before enqueue , using the Contains method but italways return false.
|
| Passing values to object during object instantiation using reflection, Possible? | 15 Sep 2006 11:31 GMT | 4 |
Is it (any way) possible using reflection to set an indicator (property, variable, attribute,..). on an object before it actually instantiated, so that this indicator can be used in the constructor to determine how the was created, or who created the object.. ??
|
| Diff between COM DLL, Regular DLL and .NET DLL | 15 Sep 2006 11:28 GMT | 4 |
Can anyone tell me how to differentiate between COM DLL, regularDLL and .NET DLLs? I am trying to read the file information from file properties like filename, version, productname, compnay etc.
|
| MFC Sample Code | 15 Sep 2006 10:57 GMT | 2 |
I have uploaded some sample projects here. http://www.mfc.neuralnetworks.in
|
| diff between abstract class and interface | 15 Sep 2006 10:40 GMT | 7 |
I am working through some course notes for a msdn training course in C# and I am a little stuck with the differences between an abstract class and an interface. Could someone please give me a short understanding of what the differences
|
| MFC/C++ | 15 Sep 2006 10:34 GMT | 1 |
I have uploaded some MFC related stuff. you can download sample projects http://neuralnetworks.in/windowsprogramming.html which includes Automate Notepad and Custom Color Dialog
|
| porting problem | 15 Sep 2006 10:32 GMT | 1 |
I made a test program that draws shapes in a in-memory bitmap and displays it in a form.. i tested it in windows and it worked very very fast with no problems.. but when i ported it in Linux Mono, it doesnt have any problem but seems to be very slow (I can see it being drawn).. ...
|
| Add a new task with the task scheduler using C# | 15 Sep 2006 10:27 GMT | 4 |
Is there a way to add a new task with the task scheduler using C#? For instance, if you want to add a program to be run at boot time.
|
| Do-Until Loop | 15 Sep 2006 10:23 GMT | 4 |
Hi Is there any Do Until Loop in C# Maadhavi
|
| resource question | 15 Sep 2006 10:17 GMT | 1 |
HI, I have this file called rola.cgt , does anyone know how i can embed the rola.cgt as a resource so i wont be loading the rola.cgt as a seperate file in C#? any help would be appreciate.. any code would be very helpful too...
|
| RPC_E_SERVERFAULT exception | 15 Sep 2006 10:06 GMT | 1 |
I got the following exception when I'm calling a COM method from C#. The exception was caught by C# exception handler. Exception Message: The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)).
|
| Autogenerate Stored Procedure parameters... | 15 Sep 2006 10:06 GMT | 3 |
Anyone know of a good way to autogenerate stored procedure parameters to put into c# code? I don't need to do it on the fly, just while coding. I've got some SPs with a lot of parameters, so it would save some time to be able to make the code for the SqlParameter object ...
|
| time problem | 15 Sep 2006 09:55 GMT | 1 |
Iam developing a web application where iam using backend as c#. I Use PInvoke method to use GetLocalTime(). It works fine but as soon as i change the timezone through mu system clock the new updated time is not shown when i recall GetLocalTime(). It still shows the old
|