| Thread | Last Post | Replies |
|
| Create new event handler or override existing handler? | 05 Jan 2004 08:08 GMT | 1 |
While developing on windows forms, I found that most forms events (e.g. Load, KeyPress, MouseMove, LostFocus, etc....) have the equivalent virtual functions in the form of OnXXXX which can be overwritten. If I want to handle the KeyPress event, is it recommended to create an ...
|
| Drawing on the desktop | 05 Jan 2004 07:56 GMT | 2 |
I'm writing a docking window control, and need to write on the desktop, so I can show a candidate dock rectangle on top of the dock manager's child controls. I found
|
| Form layout in desgin time | 05 Jan 2004 01:26 GMT | 7 |
Is there in VS.NET IDE something like the form layout window in VB6? How cam I design a GUI independent of the client's resolution? Best, Ohad
|
| Text Box Behavior | 04 Jan 2004 21:31 GMT | 3 |
All, I have a couple of forms that have a strange textbox behavior. In all the text boxes, even if I add a new one, I can not set the caret anywhere in it except in 0. It will select whole words and if I have the caret at 0, I can use the arrow keys to move the caret. ...
|
| Using access key to navigate tabs in a tab control | 04 Jan 2004 18:22 GMT | 3 |
I'm new .NET & C#. I have to do a form which has a tab control with 4 tabs. I want to be able to switch between these tabs with an access key. MSDN says that the '&' in a text of a button or label will enable an
|
| No-Touch Deployment security problem | 04 Jan 2004 16:21 GMT | 2 |
I wrote a NTD winform application. It checks links on any website to see if they are good. You can find it here: http://ntd.didah.com/ It works fine on my local machine of course. But when deployed to the
|
| How to add ListBox or TextBox to ToolBar | 04 Jan 2004 01:47 GMT | 3 |
How to add ListBox or TextBox to ToolBar
|
| VC++ .NET 2002 | 04 Jan 2004 00:21 GMT | 1 |
I looked everywhere through MSDN without any luck. Considering that the 2002 version does not have the Windows Form Designer, then how does one go about using windows forms in VC++ .NET 2002? I don't mind handcoding
|
| Releasing mouses grip on edge of sizable form? | 03 Jan 2004 21:29 GMT | 2 |
I have an mdichild form whose minimum size I want to limit (can't be dragged below a certain size) Even though I am running .NET 1.1 where the minimum size property supposedly works, it's not working for my child forms.
|
| MDI Container and BackColor Problem | 03 Jan 2004 19:42 GMT | 2 |
If I set my form's IsMdiContainer property to TRUE at design time, the form's BackColor automatically changes to a dark gray. Setting the BackColor property to something else has no effect.
|
| Closing modeless form causes parent form to disappear (or lose focus). | 03 Jan 2004 15:31 GMT | 1 |
Jazzyfoot (jazzyfoot@hotmail.com) posted this message at 2003-02-11 15:40:00 PST: "The problem occurs when my application creates multiple modeless forms. What happens is that when these forms are closed focus changes
|
| RichTextBox SelectionTab problem | 03 Jan 2004 15:26 GMT | 1 |
Hi all. I've seen examples on how to measure average character width with StringFormat.GenericTypographic and how to set the SelectionTab array, but the problem is, even with fixed size font (Courier New in my case), the tab
|
| Datagrid | 03 Jan 2004 14:04 GMT | 3 |
I am developing a UI that will be mainly keyboard driven. I have a datagrid that needs to return a value when the user hits the 'Return' button. I have tried the keypress, keydown, and keyup events at
|
| Maximum Picture Box width | 03 Jan 2004 13:03 GMT | 1 |
.Net documentation says that the datatype of picture box width and height are Int32 then why can't we assign Int32.MaxValue (2,147,483,647) to width and height of the picture box.
|
| Can I write an object refence to file with one command? like a dataset. | 03 Jan 2004 13:01 GMT | 2 |
I use VB7 I would like to know if I can write a dataset object or any other object like textbox to file with a single command. Or do I have to tear apart the objects and write
|