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

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

    Thanks, dsi. Yes, I was speaking about forms. I appreciate the help. I will give it a whirl! Thanks again.
  2. 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!
  3. 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)???
  4. Tigerman

    A very newbie question

    Thanks guys. This helps.
  5. 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.
  6. 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!
  7. Tigerman

    Books for newbies in FoxPro 6.0

    Thanks Rick. This looks like it will be extremely helpful.
  8. 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...
  9. Tigerman

    "Save" Function

    leewaich, I'm developing a program using procedures nearly identical to the one you mentioned on the above strings. I need to be able to save text from the textboxes so they can be recalled again when the user reopens the program. Have you found a solution to your question? If so, do you...
  10. Tigerman

    Saving options for applications. Need help!!

    Hey Ruairi! Thanks a bunch for taking the time to explain this. This makes the most sense of anything I've read or tried so far. I'll give it a whack next time I'm able to work on my program. Presheadit! Tigerman
  11. 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...
  12. 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?
  13. 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!
  14. 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!
  15. Tigerman

    Possible compiler choices in VC++??

    Thanks, Strings. I appreciate the info! It was very helpful.
  16. Tigerman

    Formating dates in a VB application.

    Ha! Ha! I am feeling a bit lazy today. Thanks guys! :)
  17. 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...
  18. 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