Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Controls / January 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Property Grid PropertyValueChanged Cancel Ability21 Jan 2008 11:26 GMT1
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 Grid20 Jan 2008 06:40 GMT1
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 Grid19 Jan 2008 12:02 GMT1
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 Grid19 Jan 2008 11:51 GMT1
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 properly18 Jan 2008 23:25 GMT3
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 ListView15 Jan 2008 07:52 GMT2
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 problem15 Jan 2008 07:21 GMT1
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 closing15 Jan 2008 06:35 GMT3
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 PropertyGrid11 Jan 2008 11:35 GMT9
say i have the following in my property class (SelectedObject class)..
   public enum TestList
   {
       GHI = 0,
IDE confused about .Designer.vb file10 Jan 2008 20:15 GMT1
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 file09 Jan 2008 11:39 GMT4
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 GMT2
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 parameters05 Jan 2008 06:33 GMT2
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 GMT7
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 question03 Jan 2008 07:04 GMT2
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
Pages: 1 2 3 December, 2007
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.