| Thread | Last Post | Replies |
|
| problems using the tablelayoutpanel in VS2005 | 28 Nov 2007 11:34 GMT | 6 |
Sorry if I am posting in wrong group... I am having a problem adding controls dynamically to this control ( using tablelayoutpanel.add(col,row)). I am doing this to a cell where there is an existing control. I
|
| ListView Item Activation Question | 28 Nov 2007 09:28 GMT | 1 |
How can I programmatically activate an item in a ListView? I'm using a detail view with double click to activate using the mouse. When I change the font size that forces a refresh of the list ... the selected item is cleared. I'd like to save the index of the selected
|
| I need extract email address from the address book in Outlook Express | 28 Nov 2007 08:36 GMT | 2 |
I need extract email address from the address book in Outlook Express also. http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| How to extract email address from the letter in Outlook Express? | 28 Nov 2007 08:34 GMT | 4 |
How to extract email address from the letter in Outlook Express? http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| Checking that an event has handlers added to it - using Reflection | 28 Nov 2007 08:28 GMT | 8 |
I am creating a simple class library for simplifying reflection. I am creating an EventWrapper class that allows programmers to treat it like an event (minus the operator overloading). I am concerned with how to check that handlers have been added to the
|
| Specifying the parent when adding treeview nodes? | 28 Nov 2007 08:00 GMT | 7 |
I'm using the EnumChildWindows API with an EnumChildWndProc callback to populate the treeview. The output will be something similar to spy+ + How can I specify the parent when adding a new node ??
|
| ReaderWriterLock write order | 28 Nov 2007 07:49 GMT | 1 |
If there are multiple threads that make calls to ReaderWriterLock.AcquireWriterLock(x), clearly all but one will be blocked at any time. Is the order at which the threads acquire lock (as the previous one
|
| invoke in events | 28 Nov 2007 07:40 GMT | 4 |
I have an instance of a class in which a thread is running. When a special condition in that instance is met it raises an event to my main class (UI), but I can't directly interact with the user interface controls in my eventhandler without some sort of invoke. How should that be ...
|
| Array.Sort( comports ) | 28 Nov 2007 07:37 GMT | 5 |
I'm looking for an easy way to sort the string array returned by "SerialPort.GetPortNames()" so that the names are in the correct numeric order instead of alphabetic order: COM1
|
| Move an image without flickering ? | 28 Nov 2007 05:19 GMT | 1 |
Hi Experts: My program (Windows Form with C# and .net 2.0) shows a bitmap (a bitmap file selected by the user) and allows the user to drag it to different positions within the client area. I use Graphics.Clear() and Graphics.DrawImage(...)
|
| Play media files | 28 Nov 2007 05:06 GMT | 5 |
What is the best way to reproduce media files (mp3, wav, wma, wmv, etc)? Thanks =)
|
| SMS line feed | 28 Nov 2007 04:01 GMT | 1 |
We are sending SMS messages using our ASDP.net site (C# code).... How do I add a "Line Feed" character to the string that we are sending? Any help is deeply appreciated Thanks
|
| Time formatting is strange | 28 Nov 2007 02:52 GMT | 7 |
Anyone got a clue to why ther is a T between date and time in the "formatted for sorting" or whatewer they call it, and a Z at the end after seconds- got it fixed for my cobol programmer by formatting it with yyyy ... aso, made the mistake with mm and MM but got it befre
|
| Simple question Related to Generic | 27 Nov 2007 22:42 GMT | 1 |
I am using generic in the following example. But I can figure out how to remove an item in the collection?? Thanks DNB
|
| c# 2008 install feedback takes too much CPU load | 27 Nov 2007 20:48 GMT | 9 |
the feedback for the install of c#2008 places 97 to 99% cpu load for way too long on athlon x64 3800+ PC. 3/4 an hour later its only about 80% complete, continuing with 98% CPU load! Next time installing visual studio /dot product I will likely make sure no
|