| Thread | Last Post | Replies |
|
| Windows RadioButtons Group | 11 Aug 2004 05:57 GMT | 2 |
Hie Can you please assist me on how to automatically select/check a radiobutton depending on a value from a SQL Server database. I have several groups of windows radiobuttons in VB.Net. This is easier done in a web application but
|
| Sql Adapter in windows forms application vs webservice | 10 Aug 2004 22:20 GMT | 3 |
I am somewhat new to .NET and am working on a windows forms application in C#. My application will be accessing a database on a different machine than the windows application. About 10 instances of the windows forms application will be accessing the database at any given time. No ...
|
| About DLL Addin | 10 Aug 2004 20:33 GMT | 1 |
Hi friends, I, Tushar Patil, doing project using C#,MS-SQL server. I want to develope project with one functionality & send it to my client.(Setup)
|
| Mouse Cursor transparent image | 10 Aug 2004 18:04 GMT | 4 |
I wonder if it is possible to make mouse cursor image transparent (using alpha bending). thanks.
|
| Hide the controls of Tab Control | 10 Aug 2004 16:36 GMT | 1 |
When using TabControl GUI component, I would like to hide the controls of the tab and to show just the content of the panel of the tab. User of the application don't need to see the buttons of the tab, because the switch between tabs is done by external GUI component.
|
| Good old-fashion File Listbox in C#.NET | 10 Aug 2004 13:09 GMT | 1 |
In VB, there was a simple little control called a file listbox. I want to implement the same thing as elegantly as possible in C#. I think I do it with the combination of a DirectoryInfo object and a Listbox control. But I'm not quite sure how I hook them together. Any help would ...
|
| Event used to change pages in a page form? | 10 Aug 2004 13:01 GMT | 3 |
I have a multi page form, and in some processing I need the user to switch to a different page. This code doesn't seem to get the switch to happen. this.dsVehicle = this.oSingle.GetVehicle(lnKey); // update dataset for
|
| Button Click to switch pages in a pagframe? | 10 Aug 2004 13:00 GMT | 2 |
I have a multi-page form where I need to switch the user to the second page after I fetch it's data. Here is my code : this.dsVehicle = this.oSingle.GetVehicle(lnKey);
|
| Scroll RichTextBox | 10 Aug 2004 12:20 GMT | 3 |
How do I programatically scroll a RichTextBox to the end of it's contents ?
|
| Property grid navigation | 10 Aug 2004 09:11 GMT | 3 |
I have implimented a custom data grid and property gid on several of my forms. I find it really nice when updating multiple record. I select a dozen record or so and the property grid gives me the fields to change and the ones I change affect all.
|
| where find a 'color comboBox' as used in Visio? | 10 Aug 2004 08:18 GMT | 3 |
I'm developping a windows forms app in C#, and i wanted to use 'color combobox box'. This control is used in Visio: Tools > options > view > color settings
|
| Scrollbar questions | 10 Aug 2004 06:56 GMT | 2 |
I'm having two questions regarding the scrollbar control: 1. How can I set the page size? Will I have to do it the "unmanaged" way? 2. How can I tell the scrollbar to look "themed"? Thanks!
|
| .NET framework bug | 10 Aug 2004 03:31 GMT | 2 |
I found in a windows form application, if you have a validating event attached to a textbox, that event is not reliable. For example, in a MDI application, you created a toolbar in the MDI container. And one of the MDI child has a textbox with validating event. Then you input ...
|
| combobox not clearing | 10 Aug 2004 00:51 GMT | 1 |
I have a form with 4 combo boxes and several text boxes. All combos are filled in the form load event. The first combobox contains names and this is the code to fill it:
|
| Catching exceptions thrown by an MDI Child Form separately | 09 Aug 2004 23:24 GMT | 1 |
How can you capture unhandled exceptions thrown by an MDI child form separate from the entire app? I have an application-wide exception handler to catch crashes by doing the following in my Application entry point:
|