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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jcrchristy

    Connection to Oracle Database ...

    I want to connect to a remote Oracle Database. I created the odbc DSN and used Oracle odbc driver. The code is like this... Set ws = DBEngine.Workspaces(0) Set daodatabase = ws.OpenDatabase("", False, False, "ODBC;DSN=odbc_dsn;uid=ora95;pwd=oraadmin;") Set daorecordset =...
  2. jcrchristy

    Can I change the color?

    Thank you very much John... the right side of the header band does not change it is still light blue....ie the full horizontal bar does not change color... any clues...?
  3. jcrchristy

    Can I change the color?

    The top of the vb form (header band) is always dark blue, can i change the color of the header band of the form, if so how please help....
  4. jcrchristy

    Can I shut down my PC usig vb code?

    Thank U I got it. mmilan -- The user should use the PC only for this application, so it should autamatically load the app and shutdown.
  5. jcrchristy

    Can I shut down my PC usig vb code?

    Thani U william, can u explain with some examples...of how to use api's
  6. jcrchristy

    Can I shut down my PC usig vb code?

    I have developed a vb application and being used by 3 users now the user wants the application to shut down the PC when he comes out of the application. How can I do it? Please help

Part and Inventory Search

Back
Top