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 TouchToneTommy 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: CosmoGreco
  • Content: Threads
  • Order by date
  1. CosmoGreco

    How can I change the background look of a TexBox control.

    What should I do to use my own customized background look for a TexBox control? I don't want only to change the background color, but set some kind of input mask or have a background picture displayed. When I type in, the text will go over this customized background. Unlike some other...
  2. CosmoGreco

    Anyone knows how to do it...

    This is possible to achieve in C++. I just can’t figure out how to do it: Dynamically generate a line of code stored in a string at run-time. Example: char *pszVar = “int iVar = 10;”; Then, how to make the contents of pszVar come alive like a macro substitution so it will be a line of code...
  3. CosmoGreco

    Anyone knows how to do it...

    This is possible to achieve in C++. I just can’t figure out how to do it: Dynamically generate a line of code stored in a string at run-time. Example: char *pszVar = “int iVar = 10;”; Then, how to make the contents of pszVar come alive like a macro substitution so it will be a line of code...
  4. CosmoGreco

    How to convert an arithmetic string expression to an int result

    Hello Dear members of Tek-Tips. It's not long ago since I start devoting my efforts to program application using C/C++. So I am not very familiar with all its capabilities yet. I need to convert an entire arithmetic string expression to a result integer so C++ will calculate the expression for...
  5. CosmoGreco

    Any C/C++ programmer out there also familiar with FoxPro?

    Hello Dear members of Tek-Tips. It's not long ago since I start devoting my efforts to program application using C/C++. So I am not very familiar with all its capabilities yet. I was before more involved with Visual FoxPro programming. I need to find a way to perform a task in C++ that is...
  6. CosmoGreco

    Is it possible to do multi-threading in FoxPro 7.0?

    Dear FoxPro colleagues, I really enjoy programming in FoxPro - since its very first release and before - the times that Dbase II and Clipper were introduced. Visual version 7.0 is great, despite having some bugs to be fixed and it’s my preferred programming tool. I can't help though being a...

Part and Inventory Search

Back
Top