No announcements
Found 2352448 threads
-
1 Votes
WindowProc
The expression "WindowProc()" calls the function WindowProc.Answered | 4 Replies | 4387 Views | Created by S.e.p.y - Saturday, September 11, 2010 11:00 PM | Last reply by Tim Roberts - Monday, September 13, 2010 3:48 AM -
0 Votes
How to handle Keyboard keystroke event using Windows RawInput API's in c++ win32?
>Is there any console application for keystroke event handling using Windows RawInput API's in C++ Win32 In my opinion, you couldn't do that.Answered | 5 Replies | 2065 Views | Created by Ravi Raj Nukala - Wednesday, December 21, 2016 6:45 AM | Last reply by RLWA32 - Wednesday, December 21, 2016 11:45 AM -
1 Votes
Win32 API for URL Encoding
For forms you want these and all other then "unreserved characters" percent encoded (covers the common UTF-8 encoding in the process) with the ...Answered | 3 Replies | 21923 Views | Created by ramyaaa - Thursday, August 2, 2007 2:03 PM | Last reply by Victor Frankenstein - Saturday, September 22, 2012 9:57 AM -
0 Votes
win32 api for windows 8
Windows 8 x86 and x64 supports all the same Win32 APIs for desktop applications that Windows 7 did.Answered | 4 Replies | 3847 Views | Created by Antonioblob - Wednesday, September 4, 2013 9:13 PM | Last reply by Chuck Walbourn - MSFT - Saturday, September 7, 2013 7:56 AM -
0 Votes
Win32 Api
Visit my (not very good) blog at http://ccprogramming.wordpress.c But Pavel A says that it is going to be _stdcall always for ...Answered | 4 Replies | 4342 Views | Created by Rajesh Kanakarajan - Wednesday, April 6, 2011 10:19 AM | Last reply by Darran Rowe - Wednesday, April 6, 2011 1:35 PM -
2 Votes
What is the difference between native api and win32 api?
Win32 APIs or Windows APIs are fully documented user mode functions used to invoke several of the operating system services.Answered | 3 Replies | 8471 Views | Created by RS. Haider - Wednesday, May 26, 2010 1:58 PM | Last reply by WayneAKing - Wednesday, May 26, 2010 11:00 PM -
1 Votes
Win32 API core profiler
About the relationships between related win32 API, involved DLLs, process.Answered | 8 Replies | 975 Views | Created by MarcoDorantes - Friday, May 6, 2016 12:03 PM | Last reply by MarcoDorantes - Saturday, July 23, 2016 2:31 PM -
1 Votes
how to detect mouse events in win32 api?
Hello, I would like to detect mouse events like left button click, right button click etc in win32.Answered | 1 Replies | 7571 Views | Created by rasmsd - Monday, January 10, 2011 4:42 AM | Last reply by Brian Muth - Monday, January 10, 2011 4:49 AM -
0 Votes
Alternative to Win32 API - SetWindowsHookEx in .NET
I don't think you can do that without some api calls so either the SetWindowsHookEx or the GetAsyncKeyState or maybe even RegisterHotKey in ...Answered | 1 Replies | 1118 Views | Created by EvoDotNet - Monday, February 9, 2015 11:23 AM | Last reply by Rbie - Monday, February 9, 2015 11:52 AM -
0 Votes
Win32 API returning error
We create window from 32 bit process and using GDI we render image on that handle.it is observed twice that any win32 api call like GetDC,GetClientRect all starts failing on ...Answered | 1 Replies | 1218 Views | Created by sdechandan - Tuesday, January 19, 2016 10:01 AM | Last reply by Dave Patrick - Tuesday, January 19, 2016 1:44 PM -
4 Votes
Single WindowProc for all events with Win32 API.
Usel hooks to intercept all events.Answered | 9 Replies | 417 Views | Created by Aspie96 - Saturday, November 5, 2016 4:09 PM | Last reply by Aspie96 - Saturday, November 5, 2016 9:18 PM -
0 Votes
How to handle Windows XP and Windows 7 Logoff/Shutdown events using win32 API or using MFC/VC++ Class
Hello, As far as I know, you can handle the WM_QUERYENDSESSION Message in WindowProc function.Answered | 4 Replies | 4767 Views | Created by Nag a - Friday, August 19, 2011 5:17 PM | Last reply by webJose - Thursday, August 25, 2011 5:39 AM -
0 Votes
win32 console project conversion to form
Well, as Scott said there is a lot of ways to do that, I'll show you how to do that using Win32 API: Probably this is the most boring ...Answered | 4 Replies | 925 Views | Created by bizarro_tazon - Monday, July 7, 2014 7:44 PM | Last reply by Anis HADJARI - Thursday, July 10, 2014 4:07 PM -
0 Votes
an error occured when use CFrameWnd::WindowProc
LRESULT CMyFrameWnd::WindowProc(UINT message, WPARAM wParam, LPARAM lParam) { switch (message) { case ...Answered | 2 Replies | 464 Views | Created by sunnytian - Friday, December 18, 2015 1:28 PM | Last reply by Viorel_ - Friday, December 18, 2015 8:35 PM -
0 Votes
Win32 API FindWindow & FindWindowEx
") Is there another Win32 API that returns a TextBox (or other window) based on the actual name of the window not the caption, or contents?Answered | 1 Replies | 1367 Views | Created by IM Duarfa - Sunday, June 10, 2018 11:35 PM | Last reply by Richard Mueller - Monday, June 11, 2018 7:31 PM -
0 Votes
[UWP][C++]broadFileSystemAccess and Win32 API for UWP
While paths from the Win32 file namespace are supported by the CreateFileFromAppW, the Win32 device namespace is not recognized.Answered | 2 Replies | 1476 Views | Created by drwik - Friday, December 7, 2018 11:01 AM | Last reply by drwik - Saturday, December 8, 2018 11:37 AM -
0 Votes
Integrate console app to win32 api GUI
I've developed a console app and a win32 api GUI (both VC++ 2008).Answered | 1 Replies | 2653 Views | Created by trandinhtu - Saturday, July 23, 2011 8:05 AM | Last reply by David Lowndes - Saturday, July 23, 2011 9:38 AM -
0 Votes
Metro App call Win32 API(GetDiskFreeSpaceEx)
Those Win32 APIs are not available.Answered | 7 Replies | 5455 Views | Created by ONIIONIION - Wednesday, December 7, 2011 10:57 AM | Last reply by ONIIONIION - Friday, December 9, 2011 10:23 AM -
0 Votes
Win32 API messaging - which forum?
Hi, Can you let me know which forum is best to place a (beginners) question regarding a win32 API question on a system message for a control (like WM_KEYDOWN ...Answered | 1 Replies | 13233 Views | Created by Dave Brotherstone - Monday, March 30, 2009 7:58 AM | Last reply by ashawani_dubey - Monday, March 30, 2009 8:26 AM -
0 Votes
ActiveX Event handling in win32
Thanks to all, I am able to handle this using connectionpointcontainer as described in the above forum link.Answered | 3 Replies | 2455 Views | Created by Etios - Tuesday, May 29, 2012 11:45 AM | Last reply by Etios - Wednesday, May 30, 2012 7:29 AM - Items 1 to 20 of 2352448 Next ›
No announcements