Click here to Skip to main content
15,914,071 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Invoking a Button_Click() event from a seperate form Pin
TomGarth18-Jul-07 7:50
TomGarth18-Jul-07 7:50 
GeneralRe: Invoking a Button_Click() event from a seperate form Pin
Dave Kreskowiak18-Jul-07 8:17
mveDave Kreskowiak18-Jul-07 8:17 
GeneralRe: Invoking a Button_Click() event from a seperate form Pin
leckey18-Jul-07 9:08
leckey18-Jul-07 9:08 
GeneralRe: Invoking a Button_Click() event from a seperate form Pin
Paul Conrad18-Jul-07 9:11
professionalPaul Conrad18-Jul-07 9:11 
GeneralRe: Invoking a Button_Click() event from a seperate form Pin
Dave Kreskowiak18-Jul-07 9:23
mveDave Kreskowiak18-Jul-07 9:23 
GeneralRe: Invoking a Button_Click() event from a seperate form Pin
nlarson1118-Jul-07 7:53
nlarson1118-Jul-07 7:53 
GeneralRe: Invoking a Button_Click() event from a seperate form Pin
Dave Kreskowiak18-Jul-07 8:22
mveDave Kreskowiak18-Jul-07 8:22 
GeneralRe: Invoking a Button_Click() event from a seperate form Pin
nlarson1118-Jul-07 8:29
nlarson1118-Jul-07 8:29 
the only situation I can think of is when formB is a modal form and it's answer will dictate what formA will do...

dim oFrm as formB

If oFrm.showdialog() = DialogResult.OK Then
'change the state of formA
.
.
.

if they are independent of each other then I would agree...
GeneralRe: Invoking a Button_Click() event from a seperate form Pin
Dave Kreskowiak18-Jul-07 9:13
mveDave Kreskowiak18-Jul-07 9:13 
GeneralRe: Invoking a Button_Click() event from a seperate form Pin
nlarson1118-Jul-07 10:02
nlarson1118-Jul-07 10:02 
GeneralRe: Invoking a Button_Click() event from a seperate form Pin
Dave Kreskowiak18-Jul-07 10:19
mveDave Kreskowiak18-Jul-07 10:19 
GeneralRe: Invoking a Button_Click() event from a seperate form Pin
nlarson1118-Jul-07 10:21
nlarson1118-Jul-07 10:21 
AnswerRe: Invoking a Button_Click() event from a seperate form Pin
Naji El Kotob18-Jul-07 11:27
Naji El Kotob18-Jul-07 11:27 
Questionhow to Run application developed in VB.Net 2005 on Linux or Mac X Pin
Rizwan Bashir18-Jul-07 4:51
Rizwan Bashir18-Jul-07 4:51 
AnswerRe: how to Run application developed in VB.Net 2005 on Linux or Mac X Pin
originSH18-Jul-07 5:53
originSH18-Jul-07 5:53 
AnswerRe: how to Run application developed in VB.Net 2005 on Linux or Mac X Pin
Dave Kreskowiak18-Jul-07 5:59
mveDave Kreskowiak18-Jul-07 5:59 
QuestionHow to create Folder when you do not have rights but have admin userName and pwd Pin
Rizwan Bashir18-Jul-07 3:57
Rizwan Bashir18-Jul-07 3:57 
AnswerRe: How to create Folder when you do not have rights but have admin userName and pwd Pin
SHatchard18-Jul-07 4:13
SHatchard18-Jul-07 4:13 
GeneralRe: How to create Folder when you do not have rights but have admin userName and pwd Pin
Rizwan Bashir18-Jul-07 4:45
Rizwan Bashir18-Jul-07 4:45 
QuestionSuspend binding on a datagridview Pin
steve_rm18-Jul-07 2:55
steve_rm18-Jul-07 2:55 
AnswerRe: Suspend binding on a datagridview Pin
Kschuler18-Jul-07 9:28
Kschuler18-Jul-07 9:28 
QuestionRe: Suspend binding on a datagridview Pin
steve_rm18-Jul-07 22:11
steve_rm18-Jul-07 22:11 
Questionregarding help files Pin
jamesmani2k518-Jul-07 2:29
jamesmani2k518-Jul-07 2:29 
AnswerRe: regarding help files Pin
Naji El Kotob18-Jul-07 2:53
Naji El Kotob18-Jul-07 2:53 
QuestionIncorrect format Pin
boyindie18-Jul-07 2:23
boyindie18-Jul-07 2:23 

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.