#INCLUDE WIN32API.INC
Windows Vista's lack of "Fullscreen Mode" rendered the
CONSOLE SET SCREEN command ineffective. A Forums' contributor
offered a 4-line patch which fixes the CONSOLE SCREEN command
beautifully. It uses the "FindWindow" and "ShowWindow" functions
contained in WIN32API.
I can no longer resist using the WIN32API resource. I now face
that stiff learning curve, however. I have studied the Windows SDK
in WINHELP, \WINAPI\readme.txt, and WIN32API.INC . But I'm a
newbie who thinks a BYVAL is a 2-shelled mollusk. My question:
Aren't there better descriptions of, and better help with syntax
for, calls to the SUBS/FUNCTIONS in WIN32API?
Bill
Windows Vista's lack of "Fullscreen Mode" rendered the
CONSOLE SET SCREEN command ineffective. A Forums' contributor
offered a 4-line patch which fixes the CONSOLE SCREEN command
beautifully. It uses the "FindWindow" and "ShowWindow" functions
contained in WIN32API.
I can no longer resist using the WIN32API resource. I now face
that stiff learning curve, however. I have studied the Windows SDK
in WINHELP, \WINAPI\readme.txt, and WIN32API.INC . But I'm a
newbie who thinks a BYVAL is a 2-shelled mollusk. My question:
Aren't there better descriptions of, and better help with syntax
for, calls to the SUBS/FUNCTIONS in WIN32API?
Bill
Comment