| Thread | Last Post | Replies |
|
| Number Textbox | 30 Aug 2006 16:06 GMT | 7 |
I have decided the best way to prevent characters from data entry is to use numericupdown control. The only problem is I need way to hide the updown control....wish there was a property for this.
|
| Detect if vertical scrollbar currently shows on the control | 30 Aug 2006 13:20 GMT | 3 |
I was wondering if anyone could help me on this: i need to know if a particular Control currently shows a vertical scroll bar. I need some generic way as that Control can be of any type (grid, textbox, listbox, checkedlistbox, etc.). I didn't find a way to do that with .NET so i
|
| MultiThreaded App always reverts back to UI Thread | 30 Aug 2006 12:44 GMT | 1 |
I'm a C# newb and am trying to write a multithreaded app to free up my UI thread so that it can repaint the screen etc. The application does spawn another thread (I've verified this with Performance Monitor and by naming the different threads I am working with), which spawns
|
| MultiThreaded App always reverts back to UI Thread | 30 Aug 2006 12:19 GMT | 1 |
I'm a C# newb and am trying to write a multithreaded app to free up my UI thread so that it can repaint the screen etc. The application does spawn another thread (I've verified this with Performance Monitor and by naming the different threads I am working with), which spawns
|
| Size of Window and scroll bar | 30 Aug 2006 10:35 GMT | 14 |
If the horizontal scrollbar of a window is active, how can i retrieve the entire width of the window - means the sum of the visible _and_ the invisible client area? best regards and thanks,
|
| Using .NET dll as COM component in MFC MSI Application | 29 Aug 2006 16:17 GMT | 3 |
I have written a class library (dll) using csharp and VS2005. Now, I want to use this class as COM in my MFC application. I'm looking for a step-by-step information on how to do it, consiting the two parts:
|
| Sending email via SMTP | 29 Aug 2006 15:19 GMT | 2 |
I need to be able to send email via a remote SMTP server. I am having trouble connecting to the server. Here is my code: Public Sub SendEmailMessage()
|
| 'System.Resources.MissingManifestResourceException' | 29 Aug 2006 14:13 GMT | 3 |
Hi All, I am working on a winforms project. There are couple of .bmp images in the main form. Previously it was running ok. But today, I changed couple of controls in the designer and then the following exception started to appear.
|
| Start an App once each PC | 29 Aug 2006 13:58 GMT | 2 |
I've got a little problem with my current App. This app should only start once on each computer. Currently I make this in following way: static void Main()
|
| Access treeView.selectednode from another form | 29 Aug 2006 13:21 GMT | 2 |
Using C# and VS 2003 I have two forms and a treeView, the treeView is on Form1 On Form1 Form frmAddOrgSystem = new frmAddOrgSystem();
|
| How to create a wizard | 29 Aug 2006 11:00 GMT | 6 |
Is there a MS windowsform component to create a wizard in C# with vs2005 ? Thanks CS
|
| ContextMenuStrip and Image | 29 Aug 2006 08:59 GMT | 1 |
i have an image associated to every items in my ContextMenuStrip. When i go over an item with the cursor and the element is focused I can see only the text while image is covered by the focus. Any suggestion is appreciated.
|
| How to Change the Color of the Border Shadow on Button Controls | 29 Aug 2006 07:53 GMT | 2 |
Hey All, I have been requested to change the back color on various windows forms which is easy enough to do. However, the shadow border around the control buttons doesn't work well against the requested forms color. The bottom and
|
| Displaying Korean text | 29 Aug 2006 05:47 GMT | 2 |
In a windows form application(C#) I have to support international font(say Korean) For this application uses a resource file that contains korean text. I set the current UI culture as below
|
| listview | 29 Aug 2006 05:41 GMT | 4 |
In my windows form, I have a listview to display all the icon images, image size from 16 to 24. there are no text for them. it works just fine before I move listview a little and change size a little. now listview only show 3 columns of images instead of 7 columns. there is big ...
|