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 bkrike 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 JayKay

  1. JayKay

    XP stops booting after chinese stratup screen

    XP stopped booting after I installed a chinese version of acrobat 5 on my computer. It stops responding when the little "wait..." screen appears, followed by chinese caracters at the bottom. Tell my I won't have to re-install
  2. JayKay

    timer problems

    That worked, cheers mmilan thanks for all your help guys! cheers
  3. JayKay

    timer problems

    no, but when i did that, like you suggested, it still happened.
  4. JayKay

    timer problems

    anyone got any more ideas, as i've tried your previous suggestions and none have worked. thanx
  5. JayKay

    timer problems

    Private Sub tmrWelcome_Timer() 'Close welcome (splash) screen/ form frmWelcome.Visible = False 'Display menu form frmMenu.Visible = True 'disable timer tmrWelcome.Enabled = False End Sub this is all i have (btw, i don't want to use a VB splash screen as i havn't been...
  6. JayKay

    timer problems

    How do i unload the form, or can i just change the .visible property?
  7. JayKay

    timer problems

    I have a problem with my welcome screen, which has timer. It comes on for 5 seconds then, i set the .visible property to False and my menu then appears. However if i close the program using the 'X' in the top right corner of the the form only disapears and doesn't close properly, i have to...
  8. JayKay

    Problem In Reports

    I have created reports in PowerBuilder. The report alignment is changing from printer to printer. Margins are changing. How to make it uniform for every printer?

Part and Inventory Search

Back
Top