| Thread | Last Post | Replies |
|
| URGENT: Local variables dissapear after unmanaged function call | 25 Jun 2007 18:21 GMT | 8 |
Right after I call a function in an external dll, some of my local variables, not used in the call (!!!) in any way, are 'null' right after the call. (Pseudo)code
|
| Book with example | 25 Jun 2007 18:13 GMT | 7 |
I would like to buy a book with some windows application example in C# net , but all books I have found are only about theory. I would like to have a book, where is explained how to create application from begining to the end. Is there any book with any practical example?
|
| A hypothetical competition | 25 Jun 2007 18:04 GMT | 5 |
Java and C# are launched on the same day. Both are platform independent. Both are closed source to start with. Both are free.
|
| MDI form -- hung up when show new child form again | 25 Jun 2007 17:59 GMT | 1 |
I have a strange problem. I can open child form(s) in a MDI container for the first time. I can still open and show new child forms as long as there is one child form in MDI container.
|
| How to proceed | 25 Jun 2007 17:12 GMT | 5 |
I new to C#.Net, Just I want to do a simple project i.e SchoolManagment System, Please tell me how start it and tell me the process thanks
|
| Transform XML | 25 Jun 2007 16:25 GMT | 6 |
Hey All, I have a string that contains XML content and I want to transform it in new XML content string. What is the best way of doing this?
|
| Call Stack is empty, form hung up, CPU is not busy | 25 Jun 2007 16:24 GMT | 6 |
I have a form, with some user control in it, usually hung up when I call form.Show(). I debug to there, I found in Visual Studio 2003, the call stack is empty! And CPU is not busy at all.
|
| Tie one grid to another (master/detail) | 25 Jun 2007 16:24 GMT | 3 |
Hey All, Working with the .Net data has been the hardest part of my transition. It just doesn't seem very intuitive. I want to have a master/detail relationship between 2 grids. When the
|
| dllimport problem | 25 Jun 2007 16:21 GMT | 3 |
greentings I have a unmanaged dll that I need to use on my C# app. The problem is that the dll may be in diferent places... The only way I have to get the location of the dll is getting a key on the registry.
|
| Generic Interface Implementation in C# Orcas Beta 1 | 25 Jun 2007 15:38 GMT | 6 |
In C# 2, this works just fine: public class foo : IEnumerable<string> { private string[] _list;
|
| Flaky results when loading win form tab control | 25 Jun 2007 15:14 GMT | 7 |
I am loading a tab control on a form. The code loads textboxes and comboboxes and checkboxes, normal data entry form that loads a table row of data. I have a combo on the form above the tab control that filters the form
|
| Making a Part of code to be executed once | 25 Jun 2007 14:47 GMT | 4 |
I hav a method which is called repeatedly. i want a part of that code to be executed once. this can be possible with the help of ---- if() and a flag ---- is there any other method to do this. That part of code should be present
|
| Key Press event when no focus | 25 Jun 2007 14:45 GMT | 10 |
Hii, I saw a lot of programs, that can be in tray (in the bottom right corner), and they can get Key Press event although they are not in focus.
|
| Starting an .exe from a .NET Windows Service C#. | 25 Jun 2007 14:34 GMT | 2 |
I've created a simple Windows Service that starts an .exe with Process.Start(). However, I've noticed that when I logoff from one user account to another the child process (.exe) is shutdown (although the service is still running). This behaviour makes my Windows service
|
| abstract class 'does not implement interface member ...' | 25 Jun 2007 14:13 GMT | 52 |
I get C:\Programming\LTM\devtools\UselessJunkForDissassembly\Class1.cs(360,27): error CS0535: 'UselessJunkForDissassembly.InvocableInternals' does not implement interface member
|