Windows Programming - March 2012 (Page 4)

Thinking about learning a language in my free time... anyway to validate or get credited for that?
 
Hello community. I am a struggling computer science student, currently in my sophomore year. I am st...
[2 replies] Last: I went to college in New York, and they did offer testing in certain c... (by closed account 3hM2Nwbp)
Getting cursor coordinates
 
Ok so I've been looking at keeping track of my cursor coordinates on my main window. GetCursorPos() ...
[5 replies] Last: Note that BeginPaint/EndPaint should only be used when painting (ie: ... (by Disch)
Window successfully compiling but not showing up
 
Hello all I hope this isn't a double post of a topic that has already been created. I've searched be...
[8 replies] Last: As far as I know PDB files aren't really a big deal. I think the fix i... (by ResidentBiscuit)
Print to a new line of a file
 
Hello, How would I print a string to a new line of a file each time the program or function is run....
[2 replies] Last: Thank You Null!! It did wonders! (by Schwagmister)
[Win32 API] Cannot create Main Dialog
 
Hello, I wasn't programming anything for like 1 month, so I decided to make something to school, ...
[15 replies] Last: You couldn't be more wrong. I use an editor to make my resources also,... (by Lamblion)
unexpected end of file found
 
i've started learning windows.h programming i'm stuck at dialogs lesson cuz of this error: ------ R...
[3 replies] Last: ^thanks! (by Silvestar)
Watch window error in VS2005
 
I am using Visual Studio 2005, I have the following code #include "genlib.h" #include <iostrea...
[1 reply] : You'll need to show what's in vector.h. When you post code, can you p... (by kbw)
ReadProcessMemory
 
I have been having trouble getting the data I want from the memory. After I have gotten the buffer I...
[5 replies] Last: Windows NT is Unicode. The Ascii versions of API functions are transl... (by kbw)
Win32 HDC
 
Alright, so what is this? Best I've found was "A handle to the display DC used for painting." I s...
[11 replies] Last: WM_PRINT doesn't provide a PAINTSTRUCT structure. If you are passing ... (by webJose)
Simulate a perfect click effect
 
Hello ! Well, I was wondering if we could simulate a click effect without putting the target wi...
[12 replies] Last: Thanks for all webJose, you solved my problem ! (by grandMOJ)
C++0x Socket Threading
 
Hey CPlusPlus I am in desperate need for some help with the new C++0x release, VS11 Beta and Wins...
[5 replies] Last: Thank you, I will check tomorrow. It sounds like the correct solution,... (by NorFredrik)
How to compare the value before split?
 
Hi guys, I need your help, I have got a problem with my program as they are extract the whole html ...
[1 reply] : You better post C++/CLI questions in MSDN forums. (by modoran)
error C2664
 
Hi, I pretty new to c++. I am upgrading my project from VS2008 to vs2010. When i build my project...
[1 reply] : You may have a later MDAC on your Windows 7 box. You probably need to... (by kbw)
Neural network help (also posted in beginner forum, not sure where to get help with this)
 
I don't understand neural networks at all. I'd like to begin my own artificial intelligence program,...
[2 replies] Last: I'm more intermediate, but I wanted it in kinda easier terminology tha... (by NerdTastic)
Problem with global variable in visual c++ 2008
 
Hi, i try to make some windows form aplication and i cant to get on global variable with managed ty...
[1 reply] : Best to post .net questions @ the MSDN Forums. (by webJose)
Plotting Realtime Graph in visual studio c++
 
Hi everyone, I am a new to windows programming.I am developing a application to process the measu...
[1 reply] : If you're funded, just buy a 3rd party library that does the job. If ... (by kbw)
Application crashes when trying to get string::substr
 
I have this function which is supposed to get me the directory of the application. I am using UNICOD...
[5 replies] Last: It did. Thanks! (by alexbnc)
RJ 11 Port Access
 
I was wondering if there was a good way to access the RJ 11 port in the back of my laptop. I just w...
[1 reply] : In Windows you have to go though the HAL so no direct access to hardwa... (by Texan40)
global hook
 
hi. i want monitoring deleting file! i try to cntrl Hot Key with registerhotkey function. its work b...
[2 replies] Last: #include <Windows.h> #if defined __cplusplus #define EXPORT extern ... (by ahura24)
Porting C++ project from VS 6.0 to VS 2010 brought to slower code
 
I ported one project from Visual C++ 6.0 to VS 2010 and found that a critical part of the code (scri...
[3 replies] Last: That's interesting. How does it know it needs to copy valReal? I wou... (by kbw)
March 2012 Pages: 1234567
  Archived months: [feb2012] [apr2012]

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