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!

Search results for query: *

  1. Boxster1987

    Automatic Text Box Scrolling

    In a program that my friend made, he has a text box that keeps adding text to the bottom of it, but when it fills up with text and has to go below, the text box doesn't automatically scroll down to view it. Any help...
  2. Boxster1987

    How to use a TabStrip?

    I've been trying to make a program for some time now that utilizes a TabStrip, but I can't figure out just how to use it. Could somebody please help me?!?!? Thanks
  3. Boxster1987

    Stopwatch Program is Messed Up

    I'm making a stopwatch program but when the timer gets to 30 seconds, it says 00:29, 01:31, 01:32.... Does anyone know what is wrong? Here is the code that I wrote: Dim totalsec As Integer_________________ Private Sub Timer1_Timer() totalsec = totalsec + 1 minutes = Format(totalsec / 60...
  4. Boxster1987

    Saving Files For Later Use

    Is there a way to save files in registry to be called back when you run the program again? Thanks.
  5. Boxster1987

    Control Panel/Display Settings

    Is there a way to create a program that will access the Control Panel or the display settings? Thanks
  6. Boxster1987

    Running the Run Command

    Does anybody kno how to make a program that will execute the run command?

Part and Inventory Search

Back
Top