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 derfloh 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: *

  • Users: Tigerman
  • Content: Threads
  • Order by date
  1. Tigerman

    How can I set VB6 programs to be "always on top"?

    Using VB6, is there a property or function that will keep VB applications "always on top" of other applications even though it may not have focus? Thanks!
  2. Tigerman

    Drawing toolbar in FrontPage 2002 inactive!

    I've fully installed Office XP on my machine. I have started a "New Page" in FrontPage 2002. I selected the new Drawing Toolbar cause I want to make some custom graphics. Why are the drawing buttons showing as inactive (ie. the drawing buttons are not clickable)???
  3. Tigerman

    A very newbie question

    Is Oracle a software package like Microsoft Access where you need to have Oracle installed to use it's databases or is it like Visual FoxPro in the sense where you can create stand alone applications that doesn't require Oracle to be installed on the machine? Thanks.
  4. Tigerman

    Code for accessing files through a program.

    What is the code/function that can be used to tell a program to access certain file(s) on the harddrive? I want to write a program that will restore files to the harddrive of our office computers that have been taken off and put on a network drive. Thanks!
  5. Tigerman

    Books for newbies in FoxPro 6.0

    I'm having a really hard time finding books that instruct how to use VFP 6.0 starting from the beginning. I've looked at previous threads on this topic, but most are pretty old. I do use VB, but I've read that VFP is better to use than VB for database applications. Can anyone give me a...
  6. Tigerman

    Saving options for applications. Need help!!

    I need to know the best way to develop an "options" form for a program that will enable an application to save changes at runtime for Caption properties. For instance if you had an application with five buttons with the captions: 1. A 2. B 3. C 4. D 5. E If at runtime I want to be...
  7. Tigerman

    SendKeys function using VC++?

    Visual Basic has a command called "SendKeys" that allows a VB application to send key functions to another Windows based application in place of the keyboard. What is the command using C++ in VC++ that will do the same thing?
  8. Tigerman

    Free Borland 5.5 Compiler Download

    I'm not sure if this has been mentioned yet, but Borland is now offering a freebie download for the C++ 5.5 compiler. http://www.borland.com/bcppbuilder/freecompiler/ Enjoy!
  9. Tigerman

    Free Borland C++ 5.5 compiler download

    I'm not sure if this has been mentioned yet, but Borland is now offering a freebie download for the C++ 5.5 compiler. http://www.borland.com/bcppbuilder/freecompiler/ Enjoy!
  10. Tigerman

    Formating dates in a VB application.

    I'm currently writing a program for my department that automatically inserts the date into a text field. The problem is that when the date is inserted, it is in a "m/d/yy" format. The problem is that a format of "mm/dd/yy" is required in order to work with our software...
  11. Tigerman

    Possible compiler choices in VC++??

    I read somewhere that Visual C++ offers 2 compiliers. One of which is the visual compiler and another which is a command line compiler similar to Borland. If this is true, how might one go about accessing the command line compiler. I'm new to VC++ (always used VB up to this point), so I'm...

Part and Inventory Search

Back
Top