| Thread | Last Post | Replies |
|
| 3-D FlatStyle is too flat! | 29 Sep 2004 17:58 GMT | 3 |
A System.Windows.Forms.Button with FlatStyle set to 3-D (Standard) is not 3-D enough for my application. Its hard to tell when the button is up or down. Users of my application need a strong visual feedback.
|
| Issue with messageBox | 29 Sep 2004 16:59 GMT | 3 |
I just fould a issue with MessgeBox. When i show the messagebox in my app. Now if the user click any where else on the form out of messagebox. The click event is kind put in a que. Now if there is a button or other control where that person clicked, the button / control click ...
|
| Control validation problem prevents me from tabbing out of a contr | 29 Sep 2004 16:27 GMT | 2 |
I am using simple databinding on a small form with only about 10 controls. My problem is that the _second_ time I open the form and edit a value, I am no longer able to tab or click out of the control that I just changed the value in.
|
| Bigger windows form that screen resolution ??!! | 29 Sep 2004 16:03 GMT | 4 |
I want to create "the biggest" windows form, but, at design time, I cannot exceed 1292,972. My maximum screen resolution is 1280/960. I'm using Visual Studio .NET 2002. I found this at
|
| Draw table with GDI+ | 29 Sep 2004 15:30 GMT | 1 |
Is there a quick and easy way to draw a table on a winform? For my university assignment, we are asked to practice drawing with GDI+, so we are not allowed to use any built-in controls. The table has 5 columns and 2 rows and the first row is the heading.
|
| Validating events not getting fired in TabPage | 29 Sep 2004 09:25 GMT | 1 |
I have a TabControl with 5 TabPages. I made sure to set CausesValidation to true everywhere possible. I put Leave and Enter handles on each page which supposedly will fire each time I'm changing pages, but for some reason it doesn't work. No events get fired. Has
|
| Using the same connection over many forms | 29 Sep 2004 09:21 GMT | 1 |
Hi, I'm writing a client-server winfroms application, I've notice that every time I use the wizard to create a bound datagrid, I create a new sqlconnection.
|
| assign the socket permission to the NTD winform | 29 Sep 2004 08:51 GMT | 1 |
i write a smtp client winform (using socket 25 connect to smtp server),and deploy it to iis by NTD (no-touch deployment),i can launch the form from the client machine,when i want connect to the smtp server,the security exception is thrown,i know that i have not assigned the socket ...
|
| Add a small icon to column to signal a sort on this column in list | 29 Sep 2004 08:03 GMT | 1 |
I have a sortable listview control (ie, can click on any column and sort asc/dec) however I would like to include a small icon, a 'triangle' or 'arrow' indicating that column the sort is on. This is common behaviour almost everywhere, including the windows explorer.
|
| Passing large data between forms | 29 Sep 2004 06:05 GMT | 1 |
I have an application that simulates heat exchangers. There is a Edit form that allows to edit the parameters of the heat exchanger - 50-60 parameters. Currently Iam using 6 structures (each with 8-10 elements) that I pass between the main form and the edit form. These
|
| Databind combo box with our showing first row of data | 29 Sep 2004 04:07 GMT | 4 |
I'm writing an app in vb.net 1.1 and all of my forms use a combo box to navigate to different records. when the form loads I databind a dataset table to the combo box. However, the form is opening up to a blank - new record and I don't want any text showing in the text area of the ...
|
| SelectedIndexChanged event in comboA causes same event to fire in comboB | 29 Sep 2004 04:05 GMT | 5 |
I have a vb.net 1.1 winforms app and have several combo boxes on a form 2 combos have the same data and are populated from the same data table using the bind method. One is the ShipToAddress and the other is the BillToAddress. when the user selects an address in the shipto combo, ...
|
| Source for multi-track editor? | 29 Sep 2004 02:46 GMT | 3 |
I need to build a testing scenario generator that will create binary messages for an application we have built. The UI would look like a movie editor in that it would have parallel timelines for the actions of several people and several machines. The user would be able to
|
| Databound controls won't give up input focus | 28 Sep 2004 23:31 GMT | 4 |
In my application, I am binding controls in a dialog box to a DataRow. The first time I launch the dialog, it works fine. But if I launch the dialog a second time and bind it to the same DataRow again, the first control that I modify will not relinquish input focus to any other ...
|
| Distinguish Home key from NumPad Home key? | 28 Sep 2004 15:54 GMT | 2 |
Does anyone know if it is possible to distinguish between a user pressing the dedicated Home key versus the Home key on the number pad (NumPad 7 with NumLock off)? I'm working in VB.NET on WinXP Pro. The standard KeyPress/Down/Up events return identical key codes. I've tried ...
|