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

Visual Basic

 
GeneralRe: Searching a Specific Record from DB !! Pin
Eytukan28-Feb-08 5:32
Eytukan28-Feb-08 5:32 
GeneralRe: Searching a Specific Record from DB !! Pin
Shog928-Feb-08 3:49
sitebuilderShog928-Feb-08 3:49 
GeneralRe: Searching a Specific Record from DB !! Pin
Vikrant Badhai6-Mar-08 21:00
Vikrant Badhai6-Mar-08 21:00 
GeneralRe: Searching a Specific Record from DB !! Pin
Jeremy Falcon28-Feb-08 3:53
professionalJeremy Falcon28-Feb-08 3:53 
GeneralRe: Searching a Specific Record from DB !! Pin
Paul Conrad28-Feb-08 6:48
professionalPaul Conrad28-Feb-08 6:48 
GeneralRe: Searching a Specific Record from DB !! Pin
Paul Conrad28-Feb-08 6:45
professionalPaul Conrad28-Feb-08 6:45 
QuestionHow can I associate two checkboxes in two different forms? Pin
JUNEYT27-Feb-08 16:30
JUNEYT27-Feb-08 16:30 
GeneralRe: How can I associate two checkboxes in two different forms? Pin
Mycroft Holmes27-Feb-08 17:58
professionalMycroft Holmes27-Feb-08 17:58 
Assuming form2 is opened from form1
You will need form2 to have a reference to the open instance of form 1
This can be achieved by passing me to form2

dim oFrm as new Form2(me)

In the checkchanged event on form2 you can then manage the checkbox on form1
This can also be handled in the formclosing event.

The trick is to pass the form1 instance to form2



GeneralRe: How can I associate two checkboxes in two different forms? Pin
Christian Graus27-Feb-08 18:11
protectorChristian Graus27-Feb-08 18:11 
GeneralRe: How can I associate two checkboxes in two different forms? Pin
Mycroft Holmes28-Feb-08 2:27
professionalMycroft Holmes28-Feb-08 2:27 
GeneralRe: How can I associate two checkboxes in two different forms? Pin
Christian Graus28-Feb-08 9:43
protectorChristian Graus28-Feb-08 9:43 
Generalcheck all checkbox in datagrid window form Pin
Eunice (VB junior)27-Feb-08 14:26
Eunice (VB junior)27-Feb-08 14:26 
GeneralRe: check all checkbox in datagrid window form Pin
User 27100927-Feb-08 15:01
User 27100927-Feb-08 15:01 
GeneralRe: check all checkbox in datagrid window form Pin
Eunice (VB junior)27-Feb-08 15:15
Eunice (VB junior)27-Feb-08 15:15 
GeneralRe: check all checkbox in datagrid window form Pin
User 27100927-Feb-08 15:20
User 27100927-Feb-08 15:20 
GeneralCombobox in datagrid Pin
indian14327-Feb-08 10:44
indian14327-Feb-08 10:44 
GeneralRe: Combobox in datagrid Pin
RCoate27-Feb-08 14:03
RCoate27-Feb-08 14:03 
Questioncalling C++ from Visual Basic code Pin
mesho27-Feb-08 7:55
mesho27-Feb-08 7:55 
GeneralRe: calling C++ from Visual Basic code Pin
Dave Kreskowiak27-Feb-08 8:04
mveDave Kreskowiak27-Feb-08 8:04 
GeneralRe: calling C++ from Visual Basic code Pin
Eytukan28-Feb-08 5:37
Eytukan28-Feb-08 5:37 
GeneralRe: calling C++ from Visual Basic code Pin
AndrewVos28-Feb-08 14:24
AndrewVos28-Feb-08 14:24 
QuestionDataset problem Pin
IvanIT27-Feb-08 7:38
IvanIT27-Feb-08 7:38 
GeneralRe: Dataset problem Pin
Dave Kreskowiak27-Feb-08 8:03
mveDave Kreskowiak27-Feb-08 8:03 
GeneralRe: Dataset problem Pin
IvanIT27-Feb-08 8:15
IvanIT27-Feb-08 8:15 
GeneralRe: Dataset problem Pin
Dave Kreskowiak27-Feb-08 9:11
mveDave Kreskowiak27-Feb-08 9:11 

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.