Click here to Skip to main content
16,017,907 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: treeview control question Pin
Anonymous27-Jun-05 22:40
Anonymous27-Jun-05 22:40 
GeneralRe: treeview control question Pin
aimar_2027-Jun-05 22:52
aimar_2027-Jun-05 22:52 
GeneralRe: treeview control question Pin
Dave Kreskowiak28-Jun-05 2:40
mveDave Kreskowiak28-Jun-05 2:40 
GeneralRe: treeview control question Pin
aimar_2028-Jun-05 5:14
aimar_2028-Jun-05 5:14 
GeneralRe: treeview control question Pin
Dave Kreskowiak28-Jun-05 5:31
mveDave Kreskowiak28-Jun-05 5:31 
GeneralRe: treeview control question Pin
aimar_2028-Jun-05 5:41
aimar_2028-Jun-05 5:41 
GeneralBest place to load a control Pin
peepys27-Jun-05 21:59
peepys27-Jun-05 21:59 
GeneralRe: Best place to load a control Pin
toxcct28-Jun-05 0:32
toxcct28-Jun-05 0:32 
Definitely on the Load()

InitializeComponent() is called from the constructor, and as the name says, it does construct the form, that means the form is not completely created.

Load() is called after New().
I use to compare it to the OnInitDialog() handler in C++ Dialog based applications.
so, create whatever you want in the New(), and initialize them on the Load()


TOXCCT >>> GEII power
[toxcct][VisualCalc]
Generalprint a form Pin
Anonymous27-Jun-05 21:32
Anonymous27-Jun-05 21:32 
GeneralTo know who are open my file tru LAN Pin
vincentkhoosiongleng27-Jun-05 21:32
vincentkhoosiongleng27-Jun-05 21:32 
GeneralRe: To know who are open my file tru LAN Pin
Dave Kreskowiak28-Jun-05 2:34
mveDave Kreskowiak28-Jun-05 2:34 
GeneralRe: To know who are open my file tru LAN Pin
vincentkhoosiongleng28-Jun-05 3:44
vincentkhoosiongleng28-Jun-05 3:44 
GeneralRe: To know who are open my file tru LAN Pin
Dave Kreskowiak28-Jun-05 4:11
mveDave Kreskowiak28-Jun-05 4:11 
GeneralRe: To know who are open my file tru LAN Pin
vincentkhoosiongleng28-Jun-05 13:37
vincentkhoosiongleng28-Jun-05 13:37 
GeneralRe: To know who are open my file tru LAN Pin
Dave Kreskowiak28-Jun-05 15:20
mveDave Kreskowiak28-Jun-05 15:20 
GeneralRe: To know who are open my file tru LAN Pin
vincentkhoosiongleng28-Jun-05 16:57
vincentkhoosiongleng28-Jun-05 16:57 
GeneralMethod hiding!! Pin
myousufq27-Jun-05 21:00
myousufq27-Jun-05 21:00 
GeneralRe: Method hiding!! Pin
Christian Graus27-Jun-05 21:07
protectorChristian Graus27-Jun-05 21:07 
Generaloverloading .net control's property Pin
peepys27-Jun-05 17:28
peepys27-Jun-05 17:28 
GeneralRe: overloading .net control's property Pin
Christian Graus27-Jun-05 18:14
protectorChristian Graus27-Jun-05 18:14 
GeneralTable Control Pin
Member 207770627-Jun-05 13:01
Member 207770627-Jun-05 13:01 
GeneralRe: Table Control Pin
Dave Kreskowiak27-Jun-05 15:28
mveDave Kreskowiak27-Jun-05 15:28 
GeneralRegular Expressions: Something wrong Pin
Ricalawaba27-Jun-05 11:33
Ricalawaba27-Jun-05 11:33 
GeneralRe: Regular Expressions: Something wrong Pin
Daniel Turini27-Jun-05 12:27
Daniel Turini27-Jun-05 12:27 
GeneralRe: Regular Expressions: Something wrong Pin
Ricalawaba27-Jun-05 13:37
Ricalawaba27-Jun-05 13:37 

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.