API
An application programming interface (API) is a set of declarations of the functions (or procedures) that an operating system, library or service provides to support requests made by computer programs.
Language
Any
Platform
Any
License
Any
:
: That ...LEAN_AND_MEAN... thing is not good. Using it excludes some
: low level (or maybe rarely used, like that hardware profile
: function) stuff from Win32 headers. I remember, when...
: : What freaks me out with this API is that it is part of the compiler.
: : When I write the function it registers and shows the parameters
: : that are :needed. But it comes up with the...
: What freaks me out with this API is that it is part of the compiler.
: When I write the function it registers and shows the parameters
: that are :needed. But it comes up with the "undefined...
: : :I did what you suggested AsmGuru62 but to no avail. I opened
: : winbase.h :and did a copy and paste of the relevant section in my
: : application but to
: : :no avail. I kept getting the...
I'm not sure if I understand what you mean. Are you trying to change the read-only property through Windows explorer or through the API function SetFileAttributes()?
In case of the former, you...
Bought new machine with Vista
Bought new Visual Studio 2008 IDE
I'm trying an example from a WROX book and the code compiled, but would not run.
Found file was read only and tried to change it...
: :I did what you suggested AsmGuru62 but to no avail. I opened
: winbase.h :and did a copy and paste of the relevant section in my
: application but to
: :no avail. I kept getting the same...
: : : Why is it that when I use the GetCurrentHwProfile() I keep getting
: : : this error from my compiler. Incidentally, I am using Windows XP and
: : : the compiler is VS6.
: : :
: : : error...
Currently, my program creates a large editbox and fills it with the results of competitors in a competition. Using an editbox allows the director to make changes, if desired. I'm looking for a good...
: : Why is it that when I use the GetCurrentHwProfile() I keep getting
: : this error from my compiler. Incidentally, I am using Windows XP and
: : the compiler is VS6.
: :
: : error C2065:...
: Why is it that when I use the GetCurrentHwProfile() I keep getting
: this error from my compiler. Incidentally, I am using Windows XP and
: the compiler is VS6.
:
: error C2065:...
Why is it that when I use the GetCurrentHwProfile() I keep getting this error from my compiler. Incidentally, I am using Windows XP and the compiler is VS6.
error C2065: 'GetCurrentHwProfile' :...
: : Can't you simply catch WM_KEYDOWN or similar then?
:
: Unfortunately, according to the info at MSDN, keystrokes are not
: processed within a dialog unless TranslateMessage and all its extra...
: Can't you simply catch WM_KEYDOWN or similar then?
Unfortunately, according to the info at MSDN, keystrokes are not processed within a dialog unless TranslateMessage and all its extra support...
Can't you simply catch WM_KEYDOWN or similar then?
: I swear I have posted this before but I can't find it...
:
: Anyway, you already have the answer, PeekConsoleInput().
:
: For your convenience, here's some quick & dirty functions without
:...
I swear I have posted this before but I can't find it...
Anyway, you already have the answer, PeekConsoleInput().
For your convenience, here's some quick & dirty functions without any error...
: : Win32 Equivalents for C
: : Run-Time Functions
: :
: : http://support.microsoft.com/kb/99456
: :
: : http://support.microsoft.com/kb/99456
: :
: : The three above links should all go...
: Win32 Equivalents for C
: Run-Time Functions
:
: http://support.microsoft.com/kb/99456
:
: http://support.microsoft.com/kb/99456
:
: The three above links should all go to the same page....
Great list! According to what I see, the function I suggested should work for _getch, but isn't recommended for getch. I wonder what the difference is. Also, in looking down the list, I see _kbhit...