Click here to Skip to main content
15,894,955 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: 50 Items In Listbox, the 16'th is selected, how do I read string? Pin
Yulianto.13-May-05 17:27
Yulianto.13-May-05 17:27 
GeneralRe: 50 Items In Listbox, the 16'th is selected, how do I read string? Pin
Fernando Soto13-May-05 17:45
Fernando Soto13-May-05 17:45 
AnswerRe: 50 Items In Listbox, the 16'th is selected, how do I read string? Pin
Dave Kreskowiak14-May-05 3:34
mveDave Kreskowiak14-May-05 3:34 
AnswerRe: 50 Items In Listbox, the 16'th is selected, how do I read string? Pin
[Marc]15-May-05 8:27
[Marc]15-May-05 8:27 
Generaltake color from picture Pin
Miss Green13-May-05 15:59
Miss Green13-May-05 15:59 
GeneralRe: take color from picture Pin
Yulianto.13-May-05 18:36
Yulianto.13-May-05 18:36 
GeneralWant an Idea Pls Pin
monica2k13-May-05 15:29
monica2k13-May-05 15:29 
GeneralRe: How to load a predefined usercontrol at runtime in visual basic Pin
H@is@here14-May-05 12:40
H@is@here14-May-05 12:40 
Hope it helps

Dim UserControl As New YourControl

Me.Panel1.Controls.Clear()
UserControl.Location = New System.Drawing.Point(x, x) 'x - Specify your control location
UserControl.Name = "YourControl"
UserControl.Size = New System.Drawing.Size(x, x) 'x - Specify your control size
UserControl.TabIndex = 0
Me.Panel1.Controls.Add(UserControl)
GeneralRe: How to load a predefined usercontrol at runtime in visual basic Pin
H@is@here14-May-05 13:02
H@is@here14-May-05 13:02 
GeneralRe: How to load a predefined usercontrol at runtime in visual basic Pin
monica2k14-May-05 13:05
monica2k14-May-05 13:05 
GeneralRe: How to load a predefined usercontrol at runtime in visual basic Pin
H@is@here14-May-05 13:13
H@is@here14-May-05 13:13 
GeneralRe: How to load a predefined usercontrol at runtime in visual basic Pin
monica2k14-May-05 13:15
monica2k14-May-05 13:15 
GeneralRe: How to load a predefined usercontrol at runtime in visual basic Pin
H@is@here14-May-05 13:19
H@is@here14-May-05 13:19 
GeneralRe: How to load a predefined usercontrol at runtime in visual basic Pin
monica2k14-May-05 13:23
monica2k14-May-05 13:23 
GeneralRe: How to load a predefined usercontrol at runtime in visual basic Pin
H@is@here14-May-05 13:29
H@is@here14-May-05 13:29 
GeneralOpen .txt file Pin
dvmarques2513-May-05 6:34
dvmarques2513-May-05 6:34 
GeneralRe: Open .txt file Pin
monica2k13-May-05 17:17
monica2k13-May-05 17:17 
GeneralDeployment Registry Question Pin
Ryan McCauley13-May-05 6:32
Ryan McCauley13-May-05 6:32 
GeneralRe: Deployment Registry Question Pin
Dave Kreskowiak13-May-05 7:24
mveDave Kreskowiak13-May-05 7:24 
GeneralRe: Deployment Registry Question Pin
Ryan McCauley13-May-05 8:08
Ryan McCauley13-May-05 8:08 
GeneralRe: Deployment Registry Question Pin
rwestgraham13-May-05 22:01
rwestgraham13-May-05 22:01 
GeneralRe: Deployment Registry Question Pin
Ryan McCauley16-May-05 13:47
Ryan McCauley16-May-05 13:47 
GeneralRe: Deployment Registry Question Pin
rwestgraham17-May-05 10:33
rwestgraham17-May-05 10:33 
GeneralGet Domain Info from with VB.NET Pin
Member 172091713-May-05 5:18
Member 172091713-May-05 5:18 
GeneralGRID HORIZONTAL SCROLL BAR Pin
r_anand13-May-05 3:02
r_anand13-May-05 3:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.