| Thread | Last Post | Replies |
|
| Property Grid PropertyValueChanged Cancel Ability | 21 Jan 2008 11:26 GMT | 1 |
In the PropertyValueChanged event of the PropertyGrid, I can get the value of the changed property with e.ChangedItem.Value - but there does not seem to be an e.Cancel property, or some way to set back the value to the last value, or to any value I want. Is that possible? If not ...
|
| Property Grid | 20 Jan 2008 06:40 GMT | 1 |
I am using the following code to build a property for a PropertyGrid. Since I set the ContentAlignment to ContentAlignment.MiddleRight, and then set that as the DefaultValueAttribute, I was expecting the value to not be bold when the user chooses MiddleRight, and then the value ...
|
| Set Values On Property Grid | 19 Jan 2008 12:02 GMT | 1 |
I will be saving values chosen in a property grid to a database. Then I wish to load those values back into the property grid at runtime. What is the best way to do this? I will know the name of the property and have the value. How do I set the values after I set up the ...
|
| Get Value From Property Grid | 19 Jan 2008 11:51 GMT | 1 |
I am using a property grid in vb.net with Windows Forms, and I wish to know how to get the value when an item is changed. I have been playing around with the PropertyValueChanged event, but I cannot get the hierarchy of the property that was changed. I need to get the name of ...
|
| Radiobuttons not selected properly | 18 Jan 2008 23:25 GMT | 3 |
I have a winForm with several GroupBoxes on the form. Each groupbox contains two or more radiobuttons within them. Inside one of the groupboxes, when I select a radiobutton, it deselects the other radbtn, but it does not update itself as being selected. I have to click the ...
|
| Color of Grid in ListView | 15 Jan 2008 07:52 GMT | 2 |
I'm using a listview control as a grid (GridLines = True). The grid is displayed in a very light gray, barely visible on some screens. Does anybody know how I can change the color of the grid? Thanks in advance, Thomas
|
| DataGridView DisplayIndex problem | 15 Jan 2008 07:21 GMT | 1 |
I try to adjust columns order in DataGridView via DisplayIndex property and it doesn't work me properly. Here is the code: protected override void AdjustGridColumns() { foreach (DataGridViewColumn clmn in _grdCustomizations.Columns)
|
| Abort form closing | 15 Jan 2008 06:35 GMT | 3 |
I show my Form in dialog mode. So I have "Ok" button on it with DialogResult = Ok. What is the right way and how can I abort form closing from the button click event. Thanks a lot
|
| ?? on PropertyGrid | 11 Jan 2008 11:35 GMT | 9 |
say i have the following in my property class (SelectedObject class).. public enum TestList { GHI = 0,
|
| IDE confused about .Designer.vb file | 10 Jan 2008 20:15 GMT | 1 |
In VS2005 I have several VB classes that inherit from UserControl. In the process of developing my app I have moved these files several times from one project to another as I changed my mind about how the projects should be organized.
|
| save a printpreview in a file | 09 Jan 2008 11:39 GMT | 4 |
I'm using Visual Studio 2005 and I want to save something I draw in a printpreviewcontrol into a file. Thanks.
|
| How to make a NumericUpDown control to accept hexadecimal bigger than 0x7FFFFFFF. | 07 Jan 2008 07:24 GMT | 2 |
If I sets a NumericUpDown control's Hexadecimal property to true. The control can accept a hexadecimal input from user. such as "7F" mean 0x7F(127). But I discover the control can not accept the input is bigger than 0x7FFFFFFF whether the maximum is set to bigger value ...
|
| WebBrowser.Document.ExecCommand / SaveAs / vista, ignores parameters | 05 Jan 2008 06:33 GMT | 2 |
I'm using a webbrowser control on vista to programmatically save files from the web. I'm trying to use the WebBrowser.Document.ExecCommand function with the SaveAs command, as documented in
|
| MP3 component? | 04 Jan 2008 10:53 GMT | 7 |
I would like to manipulate MP3 files that I have recorded. My main need is to decrease file size by decreasing bit rate. I have found several freeware programs that offers this but not in a flexible way where I am allowed to set the bit rate to any value I want.
|
| vb .net keydown event question | 03 Jan 2008 07:04 GMT | 2 |
can someone plz tell me how can i use keydown event on my vb .net form to trigger som action the code is listed below but it does not act when i press F4 button. what's wrong with me
|