Windows Programming - January 2016 (Page 2)

by s8050
GetKeyboardState() & SetKeyboardState()
 
Hi, I know how to use the GetAsyncKeyState() and GetKeyState() functions; But I'm having some pro...
[1 reply] : Somehow it just worked after inserting a meaningless call to GetKeySta... (by s8050)
by V07
MultiTasking
 
Hi, I have created a dialog box using this code INT_PTR CALLBACK About(HWND hDlg, UINT message, W...
[2 replies] Last: Very Thank you Finally made this to work with your help, It works now ... (by V07)
Freeglut header declearetion problem
 
As I'm learning freeglut, I have decleared these header files #ifdef_APPLE_ #include<GLUT/glut.h> ...
[1 reply] : what error? describe more details. Show the full source code as well a... (by Muzibur Rahman)
When is control given back to calling program?
 
Hi. I encounter a problem with the following DLL : #include <windows.h> #include <string> ...
[3 replies] Last: Years ago, I worked at a bank that rolled started using Daytona Gold, ... (by kbw)
help - limit download/upload speed
 
hello , i am making a program that limit internet speed for a specific program i searched in every...
[no replies]
by evaboy
Win32: l need help on filling a combo box
 
Am creating application and l need to fill a combo box list. However, l was able to do all and is wo...
[2 replies] Last: @Shadowwolf: Thanks so much. you saved my life. (by evaboy)
by V07
Why this code not creating button on my main window?
 
Why this code is not creating button in my main window: Here is the small snippet of my code.It doe...
[3 replies] Last: Thank you everyone for helping me (by V07)
Move Desktop icons when mouse is near
 
Hello this is my first post so sorry if it's a bit bad. But the problem i am having is that I've bee...
[2 replies] Last: Maybe this give you some hints. http://www.rohitab.com/discuss/topic/3... (by Thomas1965)
Unicode
 
how do i print out a Unicode check mark in console...I can print one out in linux using the line cou...
[5 replies] Last: @Thomas1965, That Code Project is VERY helpful to me. Using C++ sta... (by closed account E0p9LyTq)
MFC: CListBox with multiple selection issue.
 
I've created a CListBox with multiple selection(LBS_EXTENDEDSEL) in my MFC application. I've query r...
[no replies]
Freeglut tutorials
 
Thanks for last helps about GUI I have configured freeglut in my code::blocks.. Now I need a tutori...
[no replies]
Send Message to other Apps
 
Hello, I want to create console app where I for example type some text and send it to another app...
[2 replies] Last: Thank you very much. WinSpy is what I was looking for. (by lowarago)
Which line should I use for game programming?
 
I am a C++ programmer and I have been learning it for 1 years.. Now I think I know C++ bit good.. Bu...
[7 replies] Last: https://en.wikipedia.org/wiki/Rendering_(computer_graphics) (by Moooce)
QT program
 
I made a chashier program and now i want to do it with qt program. 1.How can i make dynamic folders(...
[no replies]
by Hex213
Active user
 
Please, I need to get what is the active user with win32 and show me some example. Thanks.
[1 reply] : Look here: https://msdn.microsoft.com/en-us/library/windows/desktop/m... (by coder777)
How to detect selected text or file?
 
Can anyone tell me how to detect selected text or file? Do i have to install any library? For exampl...
[5 replies] Last: if (cin >> SendMessage(hEdit, EMGETSEL, (WPARAM)&thestart, (WLPARAM)&... (by Thomas1965)
How do you find when a user presses 'H'?
 
I'm using Win32 and want it to create a MessageBox when a user presses 'H'. How do I do this?
[2 replies] Last: You need to handle WM_CHAR messages in your Window Procedure. The cha... (by freddie1)
SDL - How to keyboard input
 
How can i declare SDLK_LCTRL and SDL_RCTRL + an character? Can i write like this: char character;...
[14 replies] Last: are you are saying it still says state is not defined? you need to hel... (by Moooce)
by V07
Could you please explain me the difference?
 
Hi everyone, I am a beginner in windows programming.Since I am self learning with a book...
[6 replies] Last: Don't know CoderJames. I don't work with networked stuff much, so you... (by freddie1)
Multithreading: simultaneous read/write?
 
I'm rewriting a console app to include a GUI. The original was single-threaded, so this inevitably i...
[1 reply] : To ensure that the pointer is valid across the threads make the pointe... (by coder777)
January 2016 Pages: 1234
  Archived months: [dec2015] [feb2016]

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