| Thread | Last Post | Replies |
|
| ActionLists? | 22 Oct 2006 14:44 GMT | 4 |
(You guys must be getting bored of me asking questions here!). In Delphi (and other windows development) one can create action lists. These hold a list of actions which encapsulate an event sink, an icon and text representing the functionality of that sink as well as other ...
|
| MarshalAs for DWORD array? | 22 Oct 2006 14:27 GMT | 2 |
I have some VB6 code that calls unmanaged DLLs, and I am converting it to C#. There's a couple of structs I need to define. I've had no problems with this one: Public Type A
|
| Difference between ArrayList and List<object> ? | 22 Oct 2006 14:25 GMT | 13 |
Is there any difference between ArrayList and List<object> ? Which one should I use ? Thanks.
|
| Can an WBA/XBAP directly make a call to database server | 22 Oct 2006 09:09 GMT | 1 |
Can an WBA/XBAP directly make a call to database server or does it need to go through the WS? Thanks in Advanec
|
| unsure about object disposal | 22 Oct 2006 05:51 GMT | 2 |
I instantiate a form and within that form I instatiate an object from a class i created. When i close the form it is no longer referenced anywhere so my understanding is that the
|
| Scrollbars and controls in general | 21 Oct 2006 22:47 GMT | 4 |
I'm trying to wrap all the basic controls(Button, scrollbar, etc..) to allow for skinning. The problem is that many of the controls seem so different in the way they work. For example, right now I'm trying to wrap teh scrollbar class but when I override the OnPaint and ...
|
| C# Performance question | 21 Oct 2006 20:39 GMT | 3 |
In our business frameworks we are creating objects off of the heap to represent every small value such as a CustomerNumber. We will have thousands of these small objects in an application at any one time. These objects are very thin as most of the members have been declared ...
|
| C# using C++ dlls and lib | 21 Oct 2006 19:12 GMT | 3 |
I have a program in C# that needs to access a couple of C++ dlls and libs. Can this be done? Thanks, Tom
|
| IP Address | 21 Oct 2006 18:44 GMT | 4 |
How do I get the source IP of a packet, not knowing if NAT has taken place. Thanks In Advance
|
| How to include namespaces that are not shipped with C# express. | 21 Oct 2006 18:28 GMT | 2 |
Is there a way to 'download' any particular namespace that is not shipped C# express? I want to access System.Net.IrDA namespace. L. A. Jones
|
| Integrating a Legacy Application | 21 Oct 2006 17:56 GMT | 4 |
I would like to create a .net application that still uses a few screens from an old legacy application we have. I can list records from the database in my .net app, but when it comes to making updates I still need to legacy screens as the update logic is very
|
| Get a process's child processes | 21 Oct 2006 17:02 GMT | 5 |
Is there a way to get the current process's child processes? Or given a user, get all the processes that are running as that user using C#? Thank you in advance!
|
| ProcessStartInfo - Shell - Printing | 21 Oct 2006 16:38 GMT | 1 |
I am using the following C# code to print a PDF to a network printer. The document prints in portrait mode, I would like the document to print in Landscape mode. Is there/What is the argument that I need to supply to accomplish this?
|
| Do you know how to open TGA fies to display in PictureBox? | 21 Oct 2006 14:47 GMT | 1 |
I have browsed the Net and found some library called DevIL which was ported to C# by some fellow but apparantly while itloads some tga files many times it fails, not sure why- no errors thrown just no image displayed in my PictureBox. And this is using the reference app that they ...
|
| form disposal | 21 Oct 2006 14:08 GMT | 7 |
I have a method that creates of new form each time its called do i need to dipose of the form when it closes or doe the garbage collector take care of it? code
|