Click here to Skip to main content
16,005,141 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Retrieve Sources() from NTEventlogFiles Pin
Dave Kreskowiak22-Jul-07 4:36
mveDave Kreskowiak22-Jul-07 4:36 
GeneralRe: Retrieve Sources() from NTEventlogFiles Pin
jontyler22-Jul-07 12:58
jontyler22-Jul-07 12:58 
Questionconvert vb.net report to pdf Pin
soniasan21-Jul-07 0:03
soniasan21-Jul-07 0:03 
AnswerRe: convert vb.net report to pdf Pin
Paul Conrad21-Jul-07 5:18
professionalPaul Conrad21-Jul-07 5:18 
Questionmouse button routines in VB6 Pin
farah mazhar20-Jul-07 20:49
farah mazhar20-Jul-07 20:49 
AnswerRe: mouse button routines in VB6 Pin
Dave Kreskowiak22-Jul-07 4:32
mveDave Kreskowiak22-Jul-07 4:32 
QuestionMdi Child Pin
nitin320-Jul-07 19:08
nitin320-Jul-07 19:08 
AnswerRe: Mdi Child Pin
Naji El Kotob20-Jul-07 21:28
Naji El Kotob20-Jul-07 21:28 
Hi,

In the main form:
Private Sub Button1_Click(... )

if bLoaded = True then Exit Sub
dim f as new form1
f.MdiParent = Me
bLoaded = True
f.show()

ens sub


'... in form1.Closed
bLoaded = False


.... in a module
Friend bLoaded as Boolean = False

hope this helps Smile | :)


NajiCo http://www.InsideVB.NET[^]

It's nice 2b important, but it's more important 2b nice...

GeneralRe: Mdi Child Pin
nitin320-Jul-07 22:38
nitin320-Jul-07 22:38 
AnswerRe: Mdi Child Pin
Naji El Kotob20-Jul-07 22:55
Naji El Kotob20-Jul-07 22:55 
GeneralRe: Mdi Child Pin
nitin320-Jul-07 23:11
nitin320-Jul-07 23:11 
GeneralRe: Mdi Child Pin
Dave Kreskowiak21-Jul-07 5:42
mveDave Kreskowiak21-Jul-07 5:42 
NewsControl Like the Ones Used in the Windows Task Manager Pin
Phoenix9020-Jul-07 18:24
Phoenix9020-Jul-07 18:24 
GeneralRe: Control Like the Ones Used in the Windows Task Manager Pin
Christian Graus20-Jul-07 19:24
protectorChristian Graus20-Jul-07 19:24 
QuestionSystem.IO.FileNotFoundException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, error in vb.net [modified] Pin
babusat20-Jul-07 17:49
babusat20-Jul-07 17:49 
AnswerRe: System.IO.FileNotFoundException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, error in vb.net Pin
Luc Pattyn20-Jul-07 18:26
sitebuilderLuc Pattyn20-Jul-07 18:26 
Question"Value of type 'Double' cannot be converted ... Pin
schmidtjts20-Jul-07 13:51
schmidtjts20-Jul-07 13:51 
AnswerRe: "Value of type 'Double' cannot be converted ... Pin
Luc Pattyn20-Jul-07 17:18
sitebuilderLuc Pattyn20-Jul-07 17:18 
AnswerRe: "Value of type 'Double' cannot be converted ... Pin
Dave Kreskowiak22-Jul-07 4:28
mveDave Kreskowiak22-Jul-07 4:28 
GeneralRe: "Value of type 'Double' cannot be converted ... Pin
Luc Pattyn22-Jul-07 5:27
sitebuilderLuc Pattyn22-Jul-07 5:27 
QuestionSocket taking too long to close... Pin
uneasyrider20-Jul-07 9:39
uneasyrider20-Jul-07 9:39 
AnswerRe: Socket taking too long to close... Pin
Luc Pattyn20-Jul-07 17:32
sitebuilderLuc Pattyn20-Jul-07 17:32 
Questionvb.net Pin
sgi.manish20-Jul-07 9:38
sgi.manish20-Jul-07 9:38 
AnswerRe: vb.net Pin
Dave Kreskowiak20-Jul-07 10:01
mveDave Kreskowiak20-Jul-07 10:01 
GeneralRe: vb.net Pin
leckey20-Jul-07 10:08
leckey20-Jul-07 10:08 

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.