DotNet42 - The Answer to Your .NET Question
   
Home Blogs Groups Hot Topics Latest Topics

 
 

Archive microsoft.public.dotnet.languages.vb.controls

August 2005, 31 Threads   August 2006, 22 Threads   July 2007, 8 Threads  
September 2005, 23 Threads   September 2006, 19 Threads   August 2007, 6 Threads  
October 2005, 25 Threads   October 2006, 20 Threads   September 2007, 4 Threads  
November 2005, 23 Threads   November 2006, 23 Threads   October 2007, 6 Threads  
December 2005, 17 Threads   December 2006, 14 Threads   November 2007, 9 Threads  
January 2006, 21 Threads   January 2007, 19 Threads   December 2007, 7 Threads  
February 2006, 17 Threads   February 2007, 11 Threads   January 2008, 6 Threads  
March 2006, 18 Threads   March 2007, 16 Threads   February 2008, 8 Threads  
April 2006, 22 Threads   April 2007, 11 Threads   March 2008, 6 Threads  
May 2006, 21 Threads   May 2007, 14 Threads   April 2008, 5 Threads  
June 2006, 37 Threads   June 2007, 17 Threads   May 2008, 4 Threads  
July 2006, 27 Threads  

Group microsoft.public.dotnet.languages.vb.controls, May 2008

Subject: Read Only Combo Box (Replies: 1)
From: "PGM"
Date: 07.05.2008 14:41:26
IS there a method to make sure a user can not type in a combo box field?

 
Subject: Simple way to clear all text boxes on a form (Replies: 2)
From: "PGM"
Date: 06.05.2008 13:08:26
Is there a simple way to clear all text boxes on a form or do I have to
create a loop of some kind. I was thinking along the lines of "form1.clear "
or something. I thought there was a single command to do this?

 
Subject: Setting default font in RichTextBox (Replies: 1)
From: Nieurig
Date: 06.05.2008 08:58:00
Hi folks,
i have problems to set a default font of an own RichTextBox-Class.
1. I create a own class inhertied RichTextBox
2. Into the constructor I try to set the default font like
me.Font = new Font( ...) or
me.Seletionfont = new Font ()
It shows no effect.
3. I believed that the font-size was set later while the form was created.
To check this I implement a eventhandler for the SelectionChanged Event.
Debugging my program i found different font sizes du ...
 
Subject: Datagridview keydown event (Replies: 3)
From: Armond
Date: 05.05.2008 22:41:01
The keydown event does not get triggered in VB2205 or VB2008 professional
edition.
The .ONKEYDOWN method is not there to trigger it either.
How are theses added in ?