Pls. i need some slight explanations on how to hide of show forms in a multiple form project in VB 6.0. And how do i link my VB form to MySql database, is it the same way as in MS Access? Pls need some help.

Hello buddy

In order to hide and show your form in VB 6.0 you can use the visible attribute of form.
So in coding it would look like

form1.visible=false
If you need to hide the form

AND

form1.visible=true
If you need to show the form

I hope this would sove your query. If you have any more problems , i suggest you a site www.ITpalace.com , i am an active member of this site and it surely will hekp you.

Bye
Soha

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.