If I understand your question correctly:
Form name: frmLogin
frmLogin.show vbmodal
frmLogin is a modal window and has exclusive focus, meaning, it requires user input before any other action can take place. Controls outside of the modal window(frmLogin) will not take any user interaction...
Thank you very much!
I had to change a couple more things but without your instructions I would never made it!!
Form Load should look like this to work...at least good enough for me...thank you again HarleyQuinn
Private Sub Form_Load()
Dim conShape As ADODB.Connection
Dim recShape As...
I'm programming a running journal vb6 database program and what to use MS Chart along other forms. I used the Data Form Wizard for the MS Chart...ADO code.
X-Axis-Date
Y-Axis-Distance
Chart Style: 2D Bar
My database is: running2009.mdb
I want to use App.path & "\running2009.mdb" to open the...
I'm programming a running journal vb6 database program and what to use MS Chart along other forms. I used the Data Form Wizard for the MS Chart...ADO code.
X-Axis-Date
Y-Axis-Distance
Chart Style: 2D Bar
My database is: running2009.mdb
I want to use App.path & "\running2009.mdb" to open the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.