| Thread | Last Post | Replies |
|
| MDIChild forms maximizebox. | 16 Dec 2004 10:03 GMT | 4 |
I have this situation: 1. A MDI Form named frmPrincipal; 2. A MDIChild form named frmCustomers; When I show the frmCustomers form, from a click event of a button of
|
| Property of custom class type | 16 Dec 2004 07:06 GMT | 1 |
I have some properties added to treeview control. Some of these properties are custom class type/object type. I can set those ar design time but it does not get saved. How do make the designer save it?
|
| Launching WinForm Window from Web Service Call | 16 Dec 2004 06:36 GMT | 1 |
Is there a reason why I can't launch a WinForm Window from within a Web Services method invocation? Thanks, -Andy
|
| Currency Manager -Two views | 15 Dec 2004 23:09 GMT | 1 |
[1] I have two forms, each showing data from the same table but different views. How do I syn the the two forms, so that both forms will show the same record when record moves in either form.
|
| Non-Modal Tool Window | 15 Dec 2004 19:29 GMT | 2 |
In my app I want to have a non-modal tool window that stays on top of the main form, like for instance the tool windows in Paintshop or Photoshop. I have accordingly set FormBorderStyle = FixedToolWindow und TopMost = True
|
| Determine the Control that is clicked | 15 Dec 2004 14:48 GMT | 2 |
Any suggestions on how to determine what control is currently being clicked on? The catch is that the control may be disabled. I guess what I'm looking for is a way to translate the screen coordiates into a reference to a control (whether diabled or not).
|
| Get a type from a string | 15 Dec 2004 13:41 GMT | 2 |
How do I get a type from a string? I'm retrieving a string value from my database so that I can set my property values dynamically. In the event "Form1_Load", you will see that I'm trying to set the button's anchor property to "System.Windows.Forms.AnchorStyles.Bottom" ...
|
| No-Touch Samrt-Client Deployment and IE cache | 15 Dec 2004 13:27 GMT | 4 |
We have no-touch smart-client application deploying from our IIS Intranet Web server. The application executable and assemblies get downloaded into the user's IE cache on their PC automatically as part of the framework process. The problem is that in some offices, they ...
|
| How to show a textbox in the treeview? | 15 Dec 2004 10:11 GMT | 2 |
I'm new to windowsforms. I want to show a textbox in the treeview to let user input value, like username = ***** , where ***** is a textbox. Can I do this? Any points would be appreciated.
|
| How to make user control scroll | 15 Dec 2004 09:10 GMT | 1 |
I have a form (vb.net 1.1) where I place various user controls in the body section of the form at runtime. Often these controls will be larger than the form (the form is resizable so I never know what the size is going to be) and when it is, I need to have scrollbars available ...
|
| ToolBarButtons Images problem | 15 Dec 2004 07:12 GMT | 2 |
I have a problem with displaying images (icons) on ToolBarButtons. It all works fine at the begining, but enabling visual styles in application makes icons on buttons invisible, but text still displays. There's no problem without using visual styles, only with them. Can't find the ...
|
| Send sms in windows forms using a desktop computer | 15 Dec 2004 03:37 GMT | 2 |
I'm triyng to devellop a app (Windows Forms VB NET) that sends sms using a mobile phone connected to the PC or a GSM modem. Where can i find a sample of how to do this? The only examples i find ara about the Compact Framework... Can someone help me?
|
| System.Reflection Question | 15 Dec 2004 01:44 GMT | 1 |
I have two code snipets, one in VB and the other in C#. Why does the visual basic example not change the structure member "x", but the C# code does? I need the visual basic code to work as I am a visual basic coder, but I don't know what is wrong. Is there a bug in visual basic ...
|
| XP Look-n-Feel for DataGridBoolColumn (Posting Again) | 15 Dec 2004 00:14 GMT | 5 |
I am having a DataGrid in my windows application which contains a DataGridColumn for displaying approvals. Even after "Application.EnableVisualStyles();", application is displaying old windows look-n-feel on Windows XP machine.
|
| How to make "grandfather" form talk to "grandchildren"? | 14 Dec 2004 22:16 GMT | 1 |
I mean, if FormA beget FormB & Form B beget FormC, how to pass value/data from A --> C?
|