Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by indianagrad

  1. indianagrad

    How can I make my form1 in VB6 always on top....?

    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...
  2. indianagrad

    How to connect using App.path w/ MS Chart VB6 database

    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...
  3. indianagrad

    How to connect using App.path w/ MS Chart VB6 database

    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...
  4. indianagrad

    How to connect using app.path w/ MS Chart...database

    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...

Part and Inventory Search

Back
Top