| Thread | Last Post | Replies |
|
| Panel Resize Problem | 02 Sep 2003 23:33 GMT | 2 |
Hey all, I have three panels that take up the full width of the form minus the splitter docked to the left and they are all anchored. Panel1 (top panel) has a button on it to allow the user to change the height
|
| C# - DataGrid on Windowsform. | 02 Sep 2003 17:48 GMT | 2 |
Was wondering if somebody could help me or at least point me in the right direction... I have a System.Windows.Forms.DataGrid, which is bound to a dataset. I would like to hide certain columns, so that the user can't see them..
|
| text allignment in richtext boxes | 02 Sep 2003 16:05 GMT | 2 |
When I use two rich textboxes with and without multiline property is TRUE, The test alignment (left) is not same for both the text boxes. If the multiline property is TRUE then I am getting a small gap between the text and the left edge, whereas the text is almost touching the left ...
|
| How do I make a httprequest call from a window form? | 02 Sep 2003 15:42 GMT | 1 |
I have a window form application but I have to get data from various web site, How do I make Http request (preferrably via post method) from a window form to get the data from those web sites?
|
| Using Configuration file in Windows Apps | 02 Sep 2003 15:32 GMT | 7 |
Hi all, I just installed VS.NET 2003 and seem to be having a couple of teething problems. I have a Windows application developed in VS.NET 2002. During debugging I normally placed the configuration file in the debug folder since that's
|
| Custom Button in Designer -> Problem | 02 Sep 2003 15:07 GMT | 2 |
Hi NG, its a tiny problem, but it is :) When painting my custom button in the designer and then resizing it, it doesn`t clear repaints the button. The button is full of stripes, everything is blurred. What have I forgotten in
|
| Validate a form | 02 Sep 2003 13:46 GMT | 1 |
In a winform, before saving, I call the function this.Validate() to make sure all controls contents are good (verifications are made in the Validating event of each control).
|
| Validate a form return false ? | 02 Sep 2003 13:45 GMT | 2 |
In which cases the function Validate() on a winform returns false ?? tz
|
| Treeview control in a datagrid | 02 Sep 2003 13:31 GMT | 1 |
I´d like to present a datagrid with several column, where the first one is a treeview. In this way, when the user open a row clicking "+", the rest columns data are presented.
|
| Wrong happens in design time. | 02 Sep 2003 13:25 GMT | 1 |
Exception happened in design time: InvalidOperationException. I have read the .net document but it's no using.
|
| Strange dialog behaviour unter Windows NT 4.0 | 02 Sep 2003 05:38 GMT | 1 |
i have a C# app with a modal dialog. After showing the dialog via ShowDialog() it often disappears after moving the mouse over it. When i click somewhere on the main app window the dialog is shown again. I'm using .net Framework 1.1.
|
| Simple program mem hog | 02 Sep 2003 04:32 GMT | 2 |
I have a fairly simple program with 2 forms, one having only a toolbar with 5 buttons and a simple status bar, and 8 menu entries in VB. The other form is larger with a couple small images and several labels. I have 4 or 5
|
| MDI Solution Management | 02 Sep 2003 03:17 GMT | 12 |
I have a solution with several projects. The first being the exe and is the MDI Parent form. I have a ton of properties and methods that I have set up in this form to do stuff. I have all my MDI child forms in this same
|
| phone and dates | 01 Sep 2003 21:32 GMT | 1 |
How do you go about formatting phone and dates? I don't really want to format after they put in the information, it will be better if the formatting occurs as they put in the information. Do I have to write this from scratch? Some other programming languages have settings for this ...
|
| How To Code in pure object oriented fashion in VB.NET | 01 Sep 2003 21:32 GMT | 1 |
When coding in any language in a pure object oriented fashion, it is imperative that the language support polymorphism, inheritance and encapsulation. How does one completely encapsulate the data and behavior of a
|