| Thread | Last Post | Replies |
|
| hide in task manager / task switch | 18 Nov 2007 14:02 GMT | 2 |
i can't find a solution to hide my C# application in task manager under application and the task switch (ALT+TAB) like Winamp and Trillian when I tell them to appear only in the tray. The property "ShowInTaskbar = false" doesn't help, it hides only from task bar
|
| virtual and override using inheritance | 18 Nov 2007 13:49 GMT | 1 |
I have three classes below. These are Animal as a base class and one derived class called Cat. The main in within class Tester. If I compile the program as it is now I get the following
|
| TreeView and Add an Array of Images | 18 Nov 2007 09:40 GMT | 1 |
I have an array of 16x16 bitmaps (60 total). I've tried adding the array to the ImageList with the Add method, but the TreeView paints as if no BMP is present. The problem is the method does not 'break out' the bitmaps. If I
|
| preparing for 70-528 | 18 Nov 2007 05:05 GMT | 1 |
hii there anyone know what is the best way to prepare and study for the 70-528 exam??? thanks for any help
|
| unchecked() and Bitwise Operations after Promotion | 18 Nov 2007 04:38 GMT | 5 |
What is wrong with the following? C# claims: "An unhandled exception of type 'System.OverflowException' occurred in mscorlib.dll Additional information: Value was either too large or too small for an unsigned byte."
|
| C# Equivalent to VB's Weekday function | 18 Nov 2007 04:32 GMT | 9 |
What is the C# Equivalent to VB's Weekday function? I'm trying to convert this: Select Case Weekday(CurrentDate) Case 1 ' Sunday
|
| Instruction pointer not going pass the other line | 18 Nov 2007 02:58 GMT | 3 |
i am trying to add nodes to a node dynamically ... and assign its proerties to a node objects stored inside the array.... when the ShapeAdded event is fired... ...inside the if block... instruction pointer does not go pass the other line...
|
| Why can't I do this (or can I) ? | 18 Nov 2007 02:22 GMT | 3 |
I haven't used interfaces before, but I thought I'd come across a reason for using them. Suppose I have : public interface ILogger
|
| Storage of object reference | 18 Nov 2007 01:38 GMT | 13 |
Is an object reference stored as a 32 bit value? In other words, is a simple read or write of an object reference an atomic statement?
|
| TreeView Missing SelectedItemChanged Event? | 17 Nov 2007 23:50 GMT | 2 |
Sorry about this beginner question (I'm coming up from Visual C++ or Down from VB)... Also, pickings are slim for this topic on MSDN [1, 2]. [2] does not really apply, but it was a keyword hit ("SelectedItemChanged"). Does any one know how to receive this
|
| services | 17 Nov 2007 20:43 GMT | 4 |
i have some services im finishing up during there operation 24/7 should there be some doevents() so the garbage collector can do its thing...
|
| Class not registered exception | 17 Nov 2007 20:36 GMT | 1 |
I am upgrading an application from 32 bit to 64 bit. My application contains the Windows Media Player. Though it used to work, my code now generates a "Class not registered (Exception from HRESULT: 0x80040154 IREGDB_E_CLASSNOTREG))" when the line:
|
| Using WaitCursor or ProgressBar | 17 Nov 2007 19:03 GMT | 2 |
I have a MDI Application. It has a simple menu. On clicking menu items, child forms open. Since, the loading of the form was taking quite sometime, I have separated the loading of data by using a background thread. Now, first the UI elements are loaded, the form is
|
| A simple, scrollable, output display window | 17 Nov 2007 18:56 GMT | 6 |
I'm writing a visual studio C# program. I have my form with a number of controls. I also want a simple scrollable window in which I can programmatically add text as the program is running. I want to use it to show diagnostic output as the program runs. It should be fairly simple ...
|
| Authentication | 17 Nov 2007 17:16 GMT | 5 |
I would like to find a tutorial that shows how to set up authentication in a winform application similar to one that ASP.Net applications are capable of.
 Signature L. A. Jones
|