| Thread | Last Post | Replies |
|
| Adding Controls to a User Control at Design Time | 02 Sep 2004 16:18 GMT | 2 |
I posted this to ms.p.d.framework.windowsforms.controls but the only response was from somebody who had the same problem. Can anybody here give me any guidance - or suggest a more appropriate group?
|
| Q: Menu, Toolbar, DockingWindows free controls recomendation? | 02 Sep 2004 15:49 GMT | 2 |
Availability of different Win.Forms controls libraries makes choice hard, so I decided to ask community. I do look for libraries which would provide at least following functionality:
|
| Form Minimize. | 02 Sep 2004 14:10 GMT | 1 |
How can I make something when user minimize Form (push standard toolbar minimize button on the top of the form). After it, I'd like to hide my form and show notifyicon (like many programs having)
|
| Grabing the FormLoad Message from the Message Queue | 02 Sep 2004 14:05 GMT | 4 |
I have written a Custom Message Filter. And want to trace the Form_Load or similar Message and write this to console. Can Anybody help me here. Public Function PreFilterMessage(ByRef m As System.Windows.Forms.Message) As Boolean Implements System.Windows.Forms.IMessageFilter ...
|
| Form.Close() returns void? | 02 Sep 2004 12:54 GMT | 2 |
At a certain point in my application, I have access to a Form object. I want to close that form: form.Close(); There are any number of reasons why this form might not close. A common
|
| Controls on a tabcontrol share the same keyboard shortcut scope | 02 Sep 2004 07:19 GMT | 1 |
There is a known bug in 1.1 Framework that all the controls on multiple tabpages of a tabcontrol share the same keyboard shortcut scope. Does anyone know how to work around this problem? Thanks fro your help. http://support.microsoft.com/?kbid=836745
|
| DatagridColumnStyles, mouse events | 02 Sep 2004 04:38 GMT | 2 |
I have class inherited from DataGridColumnStyles. Override it's paint event to draw an image. I want to track the mouse position when cursor moves inside the image area. But the DataGridColumnStyles does not listen to mouse events.
|
| index from object in collection | 01 Sep 2004 20:09 GMT | 1 |
Hey there, I'm gonna need a fast reply on this if possible cause I have exams tomorrow. I'm using an Enumerator to go through a collection, and want to remove the object I'm searching when it is found. So now i need a way to get the index
|
| Embedding Forms | 01 Sep 2004 20:04 GMT | 3 |
I would like to design a number of separate forms in Visual Studio, and then at runtime embed them into an area of another form (without borders and title bars of course). The forms will all be placed in the same area on the main form, and which forms are used is dependent on
|
| ComboBox ReadOnly properities | 01 Sep 2004 18:30 GMT | 1 |
How can I set ReadOnly status with my ComboBox control? I don't want to let user change current text value in my combobox. Good day. Thanks.
|
| Heavy Net Framework 1.1 | 01 Sep 2004 16:31 GMT | 2 |
Why every application written in WinForms based on NetFramework, starts so slow and get round 7 MB free memory? - even most basic form ? Good Day.
|
| PropertyGrid and nested property | 01 Sep 2004 16:01 GMT | 2 |
I have a custom control derived from button. One property is an instance of the following simple class, which is used to paint the button with different colors: Public Class Style
|
| Printing Graphics.PageBounds not accurate | 01 Sep 2004 15:45 GMT | 6 |
I'm writing a check printing program that needs to put a MICR line 6/16" from the bottom of the page. Since the checks will be printed on a laser printer using letter sized paper the printable area is not actually 8 1/2" x 11". I'm using an HP LaserJet 4000 and it cannot print ...
|
| TextAlignment problem in Buttons | 01 Sep 2004 12:21 GMT | 6 |
On one of our client machines the button Texts are all Left-Aligned, while it is Centre Aligned in the code...we are not able to reproduce this problem onour machines...what can be the problem? Please help...
|
| show dialog just after a form is shown | 01 Sep 2004 11:22 GMT | 2 |
Is there an equivalent of OnShow event for forms? I want to open a file open dialog immediately after my form is shown (modelessly). OnLoad and OnVisibleChanged do not suit me since it shows the file dialog before showing my form. Any ideas?
|