| Thread | Last Post | Replies |
|
| External componenet has thrown an exception. | 06 Jan 2005 00:41 GMT | 1 |
HELP! OK. I have a Windows form with a tab control. On one of the tab control tab pages, I have an panel. On this panel I am dynamically creating a variable number of customized Buttons based on stored records from a database.
|
| Infragistic suite of Windows Controls | 05 Jan 2005 20:44 GMT | 2 |
Does anyone have any experience with Infragistic products? I am evaluating them for purchase and I am looking for real life experiences as to their quality and ease of use. I have read some glowing reviews and them seen some reviews that assert that
|
| changing look and feel of an app | 05 Jan 2005 18:38 GMT | 2 |
I would like to know if there are any examples, tutorial on how to completely change an application's look and feel. By that I mean the colors, the way menus are drawn, the way tool bar items are spaced in a tool bar, the way tab identifiers are shaped, etc., etc.
|
| ListView and ImageList problem - disappearing icons between runs. | 05 Jan 2005 16:32 GMT | 5 |
I'm using a ListView in Details mode and have assigned an ImageList to it via its SmallImageList property. If I make a trivial change to the code of my application, and then run it, the images show up within the ListViewItems as expected.
|
| .NET framework apps in Terminal Server | 05 Jan 2005 15:45 GMT | 6 |
>> are there any issues with running .NET framework apps written in vb.net/c# in a terminal server environment?. If so, any pointers would help thanks ranga
|
| Getting a text box to focus on application start-up | 05 Jan 2005 13:21 GMT | 1 |
I'm writing a C# program that I want to have the first text box be in focus on start-up. I am using a Text-to-Speech engine to speak the contents of each text box, so when the program starts, I would like to be able to speak the contents of the first text box. I've hooked the ...
|
| Label / TextBox Hot Keys | 05 Jan 2005 10:44 GMT | 1 |
I'm trying to write a C# program that will allow the user to navigate to different text boxes using Hot Keys (ie Alt+P). I also want to have the label for the text box display the hot key for the associated text box. I know how to do that, I just don't know how to associate the ...
|
| Combobox with many values | 05 Jan 2005 10:39 GMT | 2 |
I have a need for a simple combobox on a form in one of my programs that represents city, state. I want to have it autocomplete as the user types. I have a table with these values (about 50k of them) and I'd like to source it from there.
|
| Adding/Updating assemblies in GAC during runtime and not during Se | 05 Jan 2005 07:00 GMT | 6 |
Is there an API or suggested technique by which I can add/update assemblies to the GAC during the runtime of my application instead of exclusively during the Setup of the application. I would like to be able to update some libraries without having to completely reinstall the ...
|
| Bug in NativeWindow.ReleaseHandle? | 05 Jan 2005 06:07 GMT | 6 |
I'm trying to temporarily subclass a window and tried using the NativeWindow class, but... I found some weird behaviour with the ReleaseHandle method in the NativeWindow class. It seems as if that method messes
|
| Resource Files, Satellite Assembly - newbie | 05 Jan 2005 03:43 GMT | 2 |
This has been bothering me for the last couple of hours. Here is what I would like to do. I want to create a sample when a button is clicked, depending on Culture I would like to display the flag.
|
| Drag Drop Data pictures to my Form | 05 Jan 2005 02:53 GMT | 3 |
I have a C# application, with two pictureBox 's I can successfully load an image in one of the box drag and drop to the other box. I want to expand this concept so I can drag and drop images from folders, and other applications. I think I have to use .NET remoting
|
| Drag and Drop Message from outlook | 05 Jan 2005 02:11 GMT | 1 |
I have made a little app that accepts drag and drop from all sources but when I drop a Outlook Email the FileContents is always null. Is there any Microsoft documentation on how to correctly access the .msg using drag and drop from outlook?
|
| Inheriting from TabPage | 04 Jan 2005 23:52 GMT | 1 |
I have a form with a TabControl on it. I would like to create customized TabPages. I have added a few class to my project that inherit from TabPage. I can create instances of my customized TabPages and add them to the TabPage collection of the TabControl. I would like to use the ...
|
| MessageBox and Focus | 04 Jan 2005 23:39 GMT | 3 |
I have a message box that pops up when there is a problem after a user clicks on a button. After the user clicks OK on the message box, I need the focus to return to a different control (a textbox). Intuitively, you would think the line
|