Click here to Skip to main content
15,905,877 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: infrared communication Pin
Jon_Boy19-Feb-09 5:40
Jon_Boy19-Feb-09 5:40 
Questionhow to use timer in vb? Pin
wafaajaradat18-Feb-09 6:21
wafaajaradat18-Feb-09 6:21 
AnswerRe: how to use timer in vb? Pin
Dave Kreskowiak18-Feb-09 7:00
mveDave Kreskowiak18-Feb-09 7:00 
QuestionVisual Inherited Form Load Pin
programmervb.netc++18-Feb-09 5:56
programmervb.netc++18-Feb-09 5:56 
AnswerRe: Visual Inherited Form Load Pin
Dave Kreskowiak18-Feb-09 6:50
mveDave Kreskowiak18-Feb-09 6:50 
GeneralRe: Visual Inherited Form Load Pin
programmervb.netc++18-Feb-09 7:56
programmervb.netc++18-Feb-09 7:56 
GeneralRe: Visual Inherited Form Load Pin
Dave Kreskowiak18-Feb-09 10:27
mveDave Kreskowiak18-Feb-09 10:27 
GeneralRe: Visual Inherited Form Load Pin
Tom Deketelaere18-Feb-09 22:31
professionalTom Deketelaere18-Feb-09 22:31 
Dave Kreskowiak wrote:
Just a word fo caution: The forms designer doesn't work well with inherited forms.


I use it all the time, hadn't had to much problems with it, some minor things that needed tweaking but turned out to be bad programming on my part Smile | :) .
What are the problems you'v encountered with it? So I can avoid it if possible.

Dave Kreskowiak wrote:
To answer your first question, no, only the Me.Load event get's fired. You have to explicitly call the MyBase.Load event from your Me.Load with


Depends on whether the child form has the load event. If that isn't present the parents load event will be called if it is present the child from has to call it like you said.
AnswerRe: Visual Inherited Form Load Pin
Tom Deketelaere18-Feb-09 22:36
professionalTom Deketelaere18-Feb-09 22:36 
GeneralRe: Visual Inherited Form Load Pin
Dave Kreskowiak19-Feb-09 2:09
mveDave Kreskowiak19-Feb-09 2:09 
GeneralRe: Visual Inherited Form Load Pin
Tom Deketelaere19-Feb-09 2:39
professionalTom Deketelaere19-Feb-09 2:39 
GeneralRe: Visual Inherited Form Load Pin
programmervb.netc++19-Feb-09 4:56
programmervb.netc++19-Feb-09 4:56 
GeneralRe: Visual Inherited Form Load Pin
Tom Deketelaere19-Feb-09 5:10
professionalTom Deketelaere19-Feb-09 5:10 
QuestionDataView correct date filtering Pin
kanchoette18-Feb-09 4:33
kanchoette18-Feb-09 4:33 
AnswerRe: DataView correct date filtering Pin
Dave Kreskowiak18-Feb-09 4:47
mveDave Kreskowiak18-Feb-09 4:47 
AnswerRe: DataView correct date filtering Pin
Eddy Vluggen18-Feb-09 4:53
professionalEddy Vluggen18-Feb-09 4:53 
GeneralRe: DataView correct date filtering Pin
kanchoette18-Feb-09 8:39
kanchoette18-Feb-09 8:39 
GeneralRe: DataView correct date filtering Pin
Eddy Vluggen18-Feb-09 20:41
professionalEddy Vluggen18-Feb-09 20:41 
GeneralRe: DataView correct date filtering Pin
kanchoette18-Feb-09 20:45
kanchoette18-Feb-09 20:45 
Questionprint data gridview Pin
Mohamed Safi Samsudeen18-Feb-09 2:23
Mohamed Safi Samsudeen18-Feb-09 2:23 
AnswerRe: print data gridview Pin
Vimalsoft(Pty) Ltd18-Feb-09 3:13
professionalVimalsoft(Pty) Ltd18-Feb-09 3:13 
AnswerRe: print data gridview Pin
ABitSmart18-Feb-09 3:14
ABitSmart18-Feb-09 3:14 
QuestionCreating a grouped list with LINQ Pin
kanchoette18-Feb-09 1:48
kanchoette18-Feb-09 1:48 
AnswerRe: Creating a grouped list with LINQ Pin
ABitSmart18-Feb-09 2:39
ABitSmart18-Feb-09 2:39 
QuestionCopy variables of an object not the reference. Pin
Jay Royall18-Feb-09 1:18
Jay Royall18-Feb-09 1:18 

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.