| Thread | Last Post | Replies |
|
| Load Icon from dll in .NET | 16 Sep 2004 12:30 GMT | 3 |
How to load an icon from a dll in .NET? I know using API ExtractIcon() can do this. Does .NET framework provide some classes for this purpose? Best Regards
|
| Application exception handling | 16 Sep 2004 11:54 GMT | 1 |
When my .Net WinForms application encounters an unhandled exception it presents the dialog box that offers the user a 'Continue' option. I would rather have the system present the error information and then quit the application. Is there any way to do this?
|
| Problem with CurrencyManager.RemoveAt | 15 Sep 2004 20:43 GMT | 1 |
For some reason, the CurrencyManager will not let me remove the last item in the collection. For example, if I have a CurrencyManager bound to a collection with a Form and Control bound to the CurrencyManager. I can remove any item from the CurrencyManager just fine with RemoveAt ...
|
| Trying to reproduce the Open/Save File Dialog | 15 Sep 2004 20:33 GMT | 2 |
I have to kinda reproduce the Open/Save File Dialog. I was wondering what class was used by these dialog to display all the files/folders. Would there be a way to have the same control in my application, with the
|
| Design/create panel control in a seperate class? | 15 Sep 2004 17:36 GMT | 5 |
I've got a question and have been looking for an answer several days now.... no luck yet :-( Hopefully someone here can provide me with an answer. This is what I want to do:
|
| Newbie: Choose Panel depending on condition | 15 Sep 2004 17:18 GMT | 1 |
I have the following proble: I want to populate various textboxes, lists, etc. from a database. The problem is that according to a user's choice (radio buttons) we access different tables with slightly different fields.
|
| Propertgrid and Datalink dialog | 15 Sep 2004 14:28 GMT | 3 |
I'm trying to open a Datalink property dialog from Propertygrid. So that i can update connection string in my app.config file. If someone can help me or give some pointers i will be greateful. Thanks....
|
| How to disable close button in top-right form? | 15 Sep 2004 11:49 GMT | 3 |
I want to mimic sql server 2000 console. It has disabled close button on top right console root form. How to make it? Thank you in advance.
|
| custom border for textbox on a tranaparent form problem | 15 Sep 2004 10:03 GMT | 1 |
I have a text box with custom border, I am attaching the code for my control below. Basically my derived control draws custom border in WM_NCPAINT message. This control works fine when placed on a .net form. But when i change the
|
| Bind schema to dataview | 15 Sep 2004 06:23 GMT | 2 |
I have one dataset. I have create one DataView and I want to add only table schema to the newly created dataView how to do this
|
| picturebox's image | 15 Sep 2004 02:57 GMT | 6 |
how do i tell where i got the image for a picturebox control? I need to locate its file for use in my web app.
|
| Solution: Stop validating if Cancel button Clicked | 15 Sep 2004 01:00 GMT | 5 |
OK, this was my setup/problem. I had a form with initially 1 textbox and a cancel button enabled. If I entered any text into the text box and then clicked on the cancel button or hit tab the validation event would fire. If a user entered tab I wanted to go ahead and
|
| TextWriterTraceListener works on one system but not on another | 14 Sep 2004 20:38 GMT | 1 |
Greetings all, I have a problem with TextWriterTraceListener. I am trying to discover why a Windows Forms application works on my development computer, but not on our test computer, so I added many Trace.Write() calls in the code. The application's config file looks
|
| Validating a text box and a cancel button | 14 Sep 2004 16:58 GMT | 1 |
I have a form with a textbox on it. The textbox will contain a user entered id number. Since I want the ID number to be unique, I have added a validating event handler to check that the user id entered is not already in the collection. If it is, I indicate an error to the user ...
|
| Replace Default Context Menu for Titlebar | 14 Sep 2004 16:40 GMT | 3 |
Can I replace the standard Restore, Move, Size, etc. context menu that appears on the titlebar with my own? - Jason
|