| Thread | Last Post | Replies |
|
| Data Source and Combo Box | 09 Oct 2007 20:30 GMT | 3 |
I would like to bind a combo box to my DSNs in windows. Any idea how i might accomplish this? I wouldl like to have the drop down display the available sources. I am searching but cannot find anything online or in my C# books and am new to C#.
|
| mutual exclusive lock | 09 Oct 2007 19:42 GMT | 5 |
I need to run a peice of code without any interruptionsby other thread. In other words I want to put a mutual exclusion lock. There is a method that I need to call within that lock. This method resides in a class that in turn resides in a classLibrary. How can I call a monitor
|
| Multiple versions of the same type coexisting in the same AppDomai | 09 Oct 2007 19:34 GMT | 4 |
I have the requirement of being able to load different versions of the same type (same class name) in the executing AppDomain. I am aware that I would not be able to unload obsolete instances, but I don't mind. The problem is that, it seems, only one instance of the same class ...
|
| Copy byte array to other | 09 Oct 2007 19:12 GMT | 6 |
Hello. How I can copy one byte array to other byte array? For example I have byte[] array1 = new byte[500]; byte[] array2 = new byte[100];
|
| send/post a message to a window | 09 Oct 2007 18:27 GMT | 7 |
In a standard unmanaged win32 application I can send/post a message to a window as a communication mean. Can it be down also in a dot net application? Regards
|
| Reference to a struct inside its definition | 09 Oct 2007 18:19 GMT | 3 |
Im starting to learn C#, and I made a simple stack class. Inside the stack class I had the following: class StackElement {
|
| Can't connect to SQL database with VS .NET - object reference error | 09 Oct 2007 18:11 GMT | 3 |
When using "Choose Data Source" on a GridView object I receive the error "Object reference not set to an instance of an object". I can connect and use the database ok when using my own data access layer within the same program (I'm writing).
|
| Opening a Delphi.NET MDI Child form in a C# MDI Container | 09 Oct 2007 17:37 GMT | 2 |
This could be a difficult one, so please bear with me. I've an assembly containing Delphi 2006.NET forms. A C# app, via reflection opens these forms . This works fine - I've a C# app, opening Delphi 2006.NET forms.
|
| Token identification | 09 Oct 2007 16:32 GMT | 1 |
I would like to write a program that needs to do the following; 1. This program will be launched from another program. (I have that one ready) 2. This program when launched, should display which token this program
|
| Add custom control programmatically on Toolbox | 09 Oct 2007 15:40 GMT | 2 |
2 Days ago i wrote a post about "how to add programmatically custom control on Toolbox". I'm still blocked with this issue. Is there someone who did it under C#.NET 2005 and 2008 ?
|
| XSD Class | 09 Oct 2007 15:37 GMT | 2 |
All, I have created a class file using the XSD.exe tool that includes multiple classes based on the complex parent elements in the schema I used.
|
| DX | 09 Oct 2007 15:37 GMT | 1 |
I soon have a project to write and need to cover a few areas I haven't before. Before looking deeply into it I thought I'd ask a few questions :-) I have to produce an animation made up of PNG files + audio. This will output in various formats using plugins.
|
| generate entity classes | 09 Oct 2007 15:23 GMT | 3 |
For every project I need entity classes for each table. I'm using an XSD DataSet to retrieve the data from the DB. Since these classes are always very similar, I was wondering, whether I could just develop a little generator program, that uses a template
|
| mdi maximized child mainmenu bug | 09 Oct 2007 15:16 GMT | 3 |
Can anyone tell me if this is a confimed bug and if there is a workaround: - Create an form set as an mdi container - Add a Menustrip to mdi container and set form's MainMenuStrip property to newly created menu
|
| How would a guy at Microsoft... | 09 Oct 2007 15:15 GMT | 2 |
...open Windows's Calc? I want to integrate a shortcut to Windows Calc in my application. Ok, it seems quite str8 forward: 1. put a button / link label, whatever on a form
|