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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.