Windows Programming - February 2012 (Page 5)

by Win32
Rock Paper Scissors in regular C
 
So everything seems to be working fine except when it gets to 'player2' input it just skips it and p...
[3 replies] Last: or you could change your scanf format strings to " %c" so that they ... (by cire)
by Zapeth
How to calculate Listbox limits?
 
Hi, I am using a listbox in my program to show a lot of strings so of course I would like to know ab...
[7 replies] Last: I see. Your description then sounds like you may sometimes have a rac... (by webJose)
Is stdafx.h really necessary?
 
I see that many people using Visual C++ include <stdafx.h>. I understand it has something to do with...
[4 replies] Last: If you want to know what the minimal is to create a console Win32 prog... (by freddie1)
guysss help me please until 10am tommorow
 
This is the problem<<<----- Cable Company Billing Write a program that calculates a customer...
[3 replies] Last: please guysssss (by janmich07)
by Zapeth
ntdll.dll crash, corruption of heap
 
Hi I currently have a strange problem with my program. It runs great once it passed a certain point...
[4 replies] Last: You should also provide the symbol files for your other dll's, like l... (by Zapeth)
by Honnou
New to CPP, when using WriteConsole from Windows.h problem
 
Hey there, I'm new to both this forum and C++ I've been following this tutorial and up until now ...
[2 replies] Last: Well, being the noob that I am, I just obediently followed the instruc... (by Honnou)
SendInput and GetMessage do not work together.
 
Hello Everyone, I have been trying to make a simple C++ program that combines the use of Hotkeys ...
[2 replies] Last: Hello and thank you for your reply. I read what you have advised me to... (by Alexander Kirilov)
by atjm88
IMAGE PROCESSING vs OPEN CV??
 
I need an advice from u guy too, now I'm doing the project related to image processing, which librar...
[4 replies] Last: Thanks Computergeek01 for the info, so u mean there is someone who did... (by atjm88)
How to get all hWnd controls?
 
Hi I have a STATIC control containing other STATIC controls created dynamically. Their number can va...
[2 replies] Last: Thanks. EnumChildWindows(), that worked for me (by alexbnc)
by Zapeth
Set cursor for child window
 
Hi, I currently have a Win32 window with a big listbox as a child window in it. I also managed to...
[13 replies] Last: I checked again the original URL. Now that I knew about it I found it... (by webJose)
Pointer situations...top urgent
 
I trying to create a matriz with pointer .this matriz is normal square for order n>1 ..Using siamese...
[no replies]
CreateProcess fails after Delay?
 
Here's what I'm trying to do (Pseudocode-wise) *Start Group of Processes* i=WaitForMultipleObj...
[no replies]
by musico
Windows SDK not found
 
I have had some trouble lately I have never had before where in a windows application (such as those...
[no replies]
ShellExecute problem
 
I have some app that i need to call and pass some params to it. I tried this with cmd and it worked ...
[5 replies] Last: If this does not work, that means that myprogram.exe is not equipped t... (by LauraArnold)
Functions
 
If someone could please just tell me what is wrong in this program and try to write it right way. h...
[1 reply] : You should read a basic tutorial on C++. Line 29 is trying to fit two... (by webJose)
BHO: How to "click a link" ?
 
Hello, I have a BHO working with IE9 on Win7(x86), made with VS2010. What is does for now is q...
[3 replies] Last: To actually simulate a user click you'll require access to the DOM. S... (by webJose)
OpenGL 4.x
 
Which header files would I need to include in order to create an OpenGL 4.0 program without the use ...
[4 replies] Last: I got it to work with WinAPI and GL3W. (by BrokenSilenceDev)
File Locations, For Libraries, etc (GL3W)
 
Does anyone know where I'm supposed to put gl3w.c when setting up gl3w? I have gl3.h and gl3w.h in ...
[2 replies] Last: I figured it out (for the most part). I had to do #include <gl3/gl3w.... (by BrokenSilenceDev)
Attach to another process
 
I am trying to write a program to see how much time students spend on different websites throughout ...
[1 reply] : Put your money on BHO's for Internet Explorer or browser extensions fo... (by webJose)
WM_CTLCOLORSTATIC for child controls
 
Hello world! I am trying to change the text and background color of a STATIC control. As long as the...
[2 replies] Last: Yes, it is what I did, subclass the parent control. Thanks! (by alexbnc)
February 2012 Pages: 1... 34567... 9
  Archived months: [jan2012] [mar2012]

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