Click here to Skip to main content
15,912,329 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: [VB10] Check which ListBox items are selected and which are not Pin
The Mighty Atom4-Aug-10 8:46
The Mighty Atom4-Aug-10 8:46 
AnswerRe: [VB10] Check which ListBox items are selected and which are not Pin
Luc Pattyn4-Aug-10 9:25
sitebuilderLuc Pattyn4-Aug-10 9:25 
GeneralRe: [VB10] Check which ListBox items are selected and which are not Pin
The Mighty Atom4-Aug-10 9:45
The Mighty Atom4-Aug-10 9:45 
GeneralRe: [VB10] Check which ListBox items are selected and which are not Pin
Luc Pattyn4-Aug-10 11:42
sitebuilderLuc Pattyn4-Aug-10 11:42 
QuestionInput data set changed dynamically according to option selection in VB.net 2005 Pin
Andraw Tang2-Aug-10 12:03
Andraw Tang2-Aug-10 12:03 
AnswerRe: Input data set changed dynamically according to option selection in VB.net 2005 Pin
Eddy Vluggen3-Aug-10 10:55
professionalEddy Vluggen3-Aug-10 10:55 
GeneralRe: Input data set changed dynamically according to option selection in VB.net 2005 Pin
Andraw Tang4-Aug-10 3:49
Andraw Tang4-Aug-10 3:49 
GeneralRe: Input data set changed dynamically according to option selection in VB.net 2005 Pin
Eddy Vluggen4-Aug-10 4:21
professionalEddy Vluggen4-Aug-10 4:21 
Andraw Tang wrote:
If I use panels to hold data, I should overlap these panels and make one of them visible according to user selection, right?


Yup. It would be easier to put them next to each other in the designer, and to move them to the correct location when the form is loaded.


Andraw Tang wrote:
What did you mean to move it to UserControl?


A UserControl resembles a blank panel, and is used if you need to build your own controls. Imagine that you're using a Panel over and over again to display a picture and the name of the user. You could copy/paste that code and the panel, or you could create a new control;
VB.NET
Public Class MyPanel
    Inherits System.Windows.Forms.UserControl
		
    Public Name As String
		
End Class

This new control can contain anything you like. There's a walkthrough[^] on MSDN if you want to give it a try Smile | :)
I are Troll Suspicious | :suss:

GeneralRe: Input data set changed dynamically according to option selection in VB.net 2005 Pin
Andraw Tang4-Aug-10 4:39
Andraw Tang4-Aug-10 4:39 
Questiondata access sample project Pin
soulrebelpd2-Aug-10 11:05
soulrebelpd2-Aug-10 11:05 
AnswerRe: data access sample project Pin
Yusuf2-Aug-10 12:48
Yusuf2-Aug-10 12:48 
GeneralRe: data access sample project Pin
soulrebelpd2-Aug-10 13:50
soulrebelpd2-Aug-10 13:50 
GeneralRe: data access sample project Pin
Yusuf2-Aug-10 14:39
Yusuf2-Aug-10 14:39 
AnswerRe: data access sample project Pin
Simon_Whale3-Aug-10 0:08
Simon_Whale3-Aug-10 0:08 
GeneralRe: data access sample project Pin
soulrebelpd3-Aug-10 6:58
soulrebelpd3-Aug-10 6:58 
QuestionDLL Registration Pin
jayachandra.c2-Aug-10 2:46
jayachandra.c2-Aug-10 2:46 
AnswerRe: DLL Registration Pin
Dave Kreskowiak2-Aug-10 5:11
mveDave Kreskowiak2-Aug-10 5:11 
AnswerRe: DLL Registration Pin
Thomas Krojer3-Aug-10 21:37
Thomas Krojer3-Aug-10 21:37 
Questionregister VB.NET COM dll - regsvr32.exe Pin
devvvy29-Jul-10 22:39
devvvy29-Jul-10 22:39 
AnswerRe: register VB.NET COM dll - regsvr32.exe Pin
Richard MacCutchan29-Jul-10 22:47
mveRichard MacCutchan29-Jul-10 22:47 
GeneralRe: register VB.NET COM dll - regsvr32.exe Pin
devvvy29-Jul-10 23:00
devvvy29-Jul-10 23:00 
GeneralRe: register VB.NET COM dll - regsvr32.exe Pin
Richard MacCutchan29-Jul-10 23:36
mveRichard MacCutchan29-Jul-10 23:36 
AnswerRe: register VB.NET COM dll - regsvr32.exe Pin
Goutam Patra29-Jul-10 23:46
professionalGoutam Patra29-Jul-10 23:46 
GeneralRe: register VB.NET COM dll - regsvr32.exe Pin
devvvy2-Aug-10 15:37
devvvy2-Aug-10 15:37 
QuestionHow do I "find first" and "Find next" from VB 6 in VB 2010 Pin
Jaco Muller29-Jul-10 16:31
Jaco Muller29-Jul-10 16:31 

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.