| Thread | Last Post | Replies |
|
| avoid this.close to raise validating events ? | 03 Sep 2003 16:15 GMT | 1 |
In a winform, I have a cancel button. When clicking on it, I want the form to close without raising validation events. So I'm calling this.close() in the click event; I have set the CausesValidation property to false for the
|
| WebPage in WindowForm | 03 Sep 2003 14:51 GMT | 2 |
How to put webpage on Window form? It should be able to interactive with other controls in Windowform(like VS.NET start Page) Thanks,
|
| ScrollBar System.ArgumentException | 03 Sep 2003 14:36 GMT | 3 |
could somebody help me to solve the follwing problem ? I get the following exception when i set as the DataSource of a DataGrid a DataTable. This situation can be only if I change programaticaly the minimum property
|
| Shortcut Enum | 03 Sep 2003 13:03 GMT | 3 |
Is there any way to expand on the prebuilt shortcut enumeration for accelerators? Specifically - I want to add alt+control+1, alt+control+2, etc.
|
| Bug in ToolTip component? | 03 Sep 2003 10:17 GMT | 8 |
In my application I have modal form and controls on this form have tooltips. I do not recreate instance of the form, only hide it and show again. But after second ShowModal all tooltips disapear. Is this known bug, or I
|
| Newbie: event handlers with dynamically created controls | 03 Sep 2003 08:30 GMT | 1 |
I'm working on an application that dynamically generates buttons based on directory names in a file system. Click a button (directory) and the form refreshes with more buttons (subdirectories). I can generate the controls
|
| Which rows in my DataGrid are selected? | 03 Sep 2003 08:24 GMT | 1 |
If I select 1 or more rows in a data grid control, how do I detect which rows are selected/highlighted?
|
| ProgressBar Does Not Refresh | 03 Sep 2003 08:00 GMT | 2 |
I have a progressbar which gets updated with the following code:- for(int value=0; value < 100; value++) { progressBar1.Value = progressBar1.Value + 1;
|
| Pressing Enter on a button in a user control | 03 Sep 2003 06:17 GMT | 2 |
If I press 'ENTER', when the focus is on a button in a form, the buttons Click event fires but pressing 'ENTER' when the focus is on a button in a user control doesn't fire the Click event of the button. Why? Pressing <SPACE BAR> works fine with both.
|
| Get the application path | 03 Sep 2003 05:02 GMT | 3 |
Is there any equivalent of App.Path (VB 6.0) in VB.NET and C#. I would like to get the path of my exe at run time. I tried Forms.Application.ExecutablePath which returns the
|
| BackgroundImage Property in RichTextBox | 03 Sep 2003 05:01 GMT | 2 |
I am unable to set the BackgroundImage Property in RichTextBox. Though no exception is raised, the image is not being set. Any suggestions are welcomed.
|
| MultiForm and an ArrayList | 03 Sep 2003 04:32 GMT | 1 |
In C# I have a problem when I need to get the ArrayList Data in another form My ArrayList is empty .
|
| mdi child resize | 03 Sep 2003 04:21 GMT | 1 |
Is it possible to have two MDI Child with different resize behaviour when they are opened(i.e. one Maximized and another Normal). Thanks, in advance
|
| Hide StartUp Object | 03 Sep 2003 04:19 GMT | 1 |
What I am trying to do is create a log in form (in MDI application Using VB.NET) I have tried moving the application's startup logic into a separate class and create the Log in form from there by using LoginForm.ShowDialog() .
|
| How do I do this? | 03 Sep 2003 00:39 GMT | 1 |
I an rather new to VB.NET programming and I have the following problem: In a Windows Form, I have a User Control. I have configured the "AcceptButton" property of the form
|