I'm trying to call a pointer to a class method with the compiler spitting out: "term does not evaluate to a function"
This is basically what I'm trying to implement:
class Thing;
typedef long(Thing::*FUNC)(int, void**);
class Thing {
Thing() { /*code & other junk */ }
long...
How do you detect keystrokes from a keyboard in DOS
-WITHOUT- using getch(). I am specifically trying to detect when the ALT Key is depressed, NOT an ALT+* event.
Is there a way for a program to determine if the NT/2000 workstation it is running on is locked or not? (i don't mean frozen, i mean the ctrl-alt-del then enter on "Lock Computer" method)
Does anyone know how to add a fake "minimized window" to the taskbar? not an icon in the system tray, i know how to do that...
my problem:
i need to load a VB form MODALLY and I want it to show up in the taskbar. The reason it has to be done modally is because the calling function...
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.