Click here to Skip to main content
15,897,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Encryption - Storing Private keys Pin
blondie1024-Jul-06 4:02
blondie1024-Jul-06 4:02 
GeneralRe: Encryption - Storing Private keys Pin
Dave Kreskowiak24-Jul-06 6:29
mveDave Kreskowiak24-Jul-06 6:29 
GeneralRe: Encryption - Storing Private keys Pin
blondie1025-Jul-06 3:27
blondie1025-Jul-06 3:27 
GeneralRe: Encryption - Storing Private keys Pin
mtone25-Jul-06 9:08
mtone25-Jul-06 9:08 
GeneralRe: Encryption - Storing Private keys Pin
Dave Kreskowiak25-Jul-06 11:30
mveDave Kreskowiak25-Jul-06 11:30 
QuestionMDI form and child form? Pin
Tridip Bhattacharjee24-Jul-06 1:45
professionalTridip Bhattacharjee24-Jul-06 1:45 
AnswerRe: MDI form and child form? Pin
Rizwan Bashir24-Jul-06 3:26
Rizwan Bashir24-Jul-06 3:26 
AnswerRe: MDI form and child form? Pin
ChandraRam25-Jul-06 10:25
ChandraRam25-Jul-06 10:25 
Hi You could try this:

In the ToolBar's Button_Click Event write the following,

Dim frm as form
For Each frm in Me.Forms
if frm.Name="Form1" then
call form1.test1
elseif frm.Name="Form2" then
call form2.test2
endif
Next frm

hth
Chandra

Questionpaly DVDin vb.net Pin
shriveni23-Jul-06 23:32
shriveni23-Jul-06 23:32 
AnswerRe: paly DVDin vb.net Pin
Rizwan Bashir24-Jul-06 3:30
Rizwan Bashir24-Jul-06 3:30 
AnswerRe: paly DVDin vb.net [modified] Pin
Aaron12828-Jul-06 8:37
Aaron12828-Jul-06 8:37 
QuestionClipboard Deadlock Pin
Michael Andersson23-Jul-06 23:04
Michael Andersson23-Jul-06 23:04 
QuestionUser Validation Problem Pin
slSoftware23-Jul-06 23:02
slSoftware23-Jul-06 23:02 
AnswerRe: User Validation Problem Pin
P. S. Pundeer24-Jul-06 3:01
P. S. Pundeer24-Jul-06 3:01 
QuestionPlaying Songs Pin
K71823-Jul-06 22:49
K71823-Jul-06 22:49 
AnswerRe: total up item with access or sql? Pin
mtone25-Jul-06 10:01
mtone25-Jul-06 10:01 
QuestionCrystal reports too slow! Pin
Muhammad Jawad23-Jul-06 20:38
Muhammad Jawad23-Jul-06 20:38 
Questionvb.net outlook addin problem Pin
K edar V23-Jul-06 20:11
K edar V23-Jul-06 20:11 
AnswerRe: User Validation Pin
Paul Conrad23-Jul-06 19:56
professionalPaul Conrad23-Jul-06 19:56 
GeneralRe: User Validation Pin
Colin Angus Mackay23-Jul-06 20:05
Colin Angus Mackay23-Jul-06 20:05 
GeneralRe: User Validation Pin
Paul Conrad24-Jul-06 7:24
professionalPaul Conrad24-Jul-06 7:24 
GeneralRe: User Validation Pin
Colin Angus Mackay24-Jul-06 7:48
Colin Angus Mackay24-Jul-06 7:48 
GeneralRe: User Validation Pin
Paul Conrad24-Jul-06 8:10
professionalPaul Conrad24-Jul-06 8:10 
AnswerRe: how to increase day in vb??? Pin
Christian Graus23-Jul-06 18:43
protectorChristian Graus23-Jul-06 18:43 
Questionbreaking a big file into smaller files Pin
harish13923-Jul-06 18:18
harish13923-Jul-06 18: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.