Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

vb forms connection,how to connect forms in vb

Status
Not open for further replies.

moses Aaron

Newbie level 1
Newbie level 1
Joined
Jul 12, 2007
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
i have a problem about vb forms connection, iam trying to develop a school database which contains students reports school asssets details of staffs and all the management. so i have created all forms but the problem is how to connect them, wud u plz send me the procedure and the codes if possible coz i dont know how to start
 

Are you using visual basic
to load form:
load <name of form>
<name of form>.show

If you want to use some variants which All of form can use these variants.You can add in your project one module . And in this module you can declare a global variant . Then U can use that variant to conect data thruogh all of your form
example In module
Public Ex as interger
now U can use Ex in all of your form, and using it to connect data through all of your forms
cheer
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top