Windows Programming - October 2016 (Page 2)

Virtual Key Hooks with qt
 
i will try to explain and take all details first. It's basically the LRESULT CALLBACK Function where...
[no replies]
How to save winapi file?
 
Hello, I'm trying to write the file, here's my attempt so far: BOOL SaveTextFileFromEdit(HWND hEd...
[5 replies] Last: http://stackoverflow.com/questions/3650411/c-winapi-save-and-open-dial... (by Robles11)
loadlibrary() crashes
 
Hi, I am upgrading a huge solution (25 projects, 250klines) from VS2005 to VS2010. I am working o...
[5 replies] Last: First question : how can I be sure that the DLL is built in DEBUG mod... (by coder777)
by polklk
decimal 255 as hex displaying as FFFFFFFF
 
Hi guys, Small problem i'm having when playing around with hex, decimal and binary values. I'm tr...
[2 replies] Last: Thanks alot that actually fixed the problem! (by polklk)
by PacR
Witch windows message allways trigger's?
 
Hello i want to display image over and over agian witch one of WM_ to use? My Code: #include <w...
[1 reply] : You can use SetTimer and WM_TIMER (by Thomas1965)
by junfan
Remoting in Windows
 
Hey everyone, How do I implement remoting in Windows with C++? My aim is to establish a network b...
[1 reply] : Hi junfan! Use Windows Sockets to make c++ application. (by Mr Lp)
Assistance needed - resolved
 
Hello, I am making a paint tool and so far so good. I have been able to make it draw lines, ellipses...
[2 replies] Last: You shouldn't draw in the mouse event (like WM_LBUTTONUP) anyway... I... (by coder777)
by stav
64 bit calling conventions run fine on 32 bit?
 
so i wrote this basic program that just calls a functions with the "fastcall" calling convention whi...
[4 replies] Last: I believe you may be trying to make all this harder than it is stav. ... (by stav)
Open webpage
 
How can I change the following code so that instead of changing the title it starts the inputted web...
[1 reply] : You can use ShellExecute to open the url in the webbrowser. (by Thomas1965)
Please help with directx
 
Could someone help me please? I am having a real problem finding these answers. I'm shutting dow...
[no replies]
October 2016 Pages: 12
  Archived months: [sep2016] [nov2016]

This is an archived page. To post a new message, go to the current page.