| Thread | Last Post | Replies |
|
| Making the entire window 'move' when there's no menu bar. | 17 Jan 2006 00:36 GMT | 5 |
I have a window with no border. But I'd like to be able to have the user be able to move it. In the window I've got a background image if that makes any difference. I'd like to have it so that if somebody clicks and holds the mouse button and drags it, the window moves (just like ...
|
| Richtextbox beep? | 16 Jan 2006 23:03 GMT | 2 |
As part of an application I feed text into a richtextbox in readonly mode. If I feed in an empty string the application beeps e.g.: String blah = ""; richTextBox1.SelectedText = blah;
|
| How to make a labels right align | 16 Jan 2006 21:27 GMT | 1 |
I have a set of labels. I arranged them vertically. The labels supposed to show dollar amount, so they need to be right align. That means if I add digits to each label, it should extend toward left instead of right. How can I do that?
|
| Difference between Panel and GroupBox | 16 Jan 2006 20:46 GMT | 7 |
I understand that GroupBox provides a caption and border around a group of controls, but other than that, what is the different between a Panel and GroupBox? Thank you,
|
| Underlining Accelerator Keys | 16 Jan 2006 12:09 GMT | 1 |
Is there a way to programmatically display the underline of button accelerator keys? I am aware of the “Hide underlined letter for keyboard navigation until I press the Alt key” setting but I would like to display the underline
|
| web interface for windows form | 16 Jan 2006 09:10 GMT | 3 |
hi to all! is it possible to add a web interface to an existing windows form? thanks for help! b
|
| help with threading these requests please? | 16 Jan 2006 07:17 GMT | 2 |
Im creating a dotnet windows form app that will run a given TSL script across a domain of sql servers with the same login credentials(for this version at least) I would like the Runallservers() below to run in a backround worker to keep
|
| How to show separators in WinForm's StatusStrip control? | 16 Jan 2006 00:36 GMT | 3 |
Winforms has the new StatusStrip control that replaces StatusBar in 1.1. I've looked high and low but can't seem to find how to get separators (|) in my status bar, eg Info1 | Info2 | Info3 | Info4
|
| ListView row height? | 15 Jan 2006 18:19 GMT | 2 |
Is there any way to alter a listviews row height? I ask as in my ownerdrawn listview (details view) all lower case letters have their subsections cut off. Chris
|
| ListView ownerdrawn headers | 15 Jan 2006 09:47 GMT | 1 |
How would I go about mimicking the system drawn clickable style when ownerdrawing the column headers? I.e. the mouse over changes the column headers colour, and clicking it changes its style. Any help would be appreciated.
|
| VS.NET 2005 / .NET 2.0 Memory Retention Problems with DataGrid | 14 Jan 2006 22:10 GMT | 3 |
Has anybody noticed problems with the windows forms DataGrid not releasing memory? I did some testing loading up a DataGrid with 5000 or so records (and yes, I need that many in the UI
|
| Help: XP look for FORMs | 14 Jan 2006 21:50 GMT | 3 |
i'm developing a windows based application for configuration purpose. i want to give a "SOFT LOOK" to my form for example "xp look" or something like this kindly guid me how can it b possible in .net environment. R there some skins available for .net forms if yes then kindly give me ...
|
| Activate Main Form | 14 Jan 2006 17:29 GMT | 1 |
I have a small windows form application. I have a main form and a second form that I open from the main form menu. The second form opens in a fully maximized windows. I cannot figure out how to activate or show the main form from the second forms menu (ie, what code
|
| How to ask user to exit or no for a winform app | 14 Jan 2006 14:13 GMT | 3 |
I'm wonderring how can I ask to the user after he had click the X of a form if he really want to exit this program? Thanks for your help
|
| help: application to be run on startup | 14 Jan 2006 11:38 GMT | 1 |
I am interested in writing an .NET application that is started whenever the machine is powered up. The machine is a WindowsXP system or Windows 2000 system. When this custom program is started, it would display a user interface to
|