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 starting to get far enough along that I am realizing a compute...
[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() returns a pointer to a POINT struct that holds x and y coord...
[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 before on the site but haven't seen this subject in the search...
[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. What would I need to do to achieve an output such as : ...
[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, but I'm having problem with creating main dialog... I have s...
[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: ------ Rebuild All started: Project: just another exercise, Configur...
[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 <iostream> #include <fstream> #include "map.h" #include "set.h" ...
[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 assign it to a string and start searching for a Parameter. ...
[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 seem to remember this when I dabbled with OpenGL, but can't r...
[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 window at the foreground. Acutually, when I use this follow...
[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 Winsock2. I can't get the thread system to successfully merge wi...
[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 tags when I am trying to compare between two tags "<p id='my...
[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 in vs2010 on windows 7, 32bit machine it gives the followin...
[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, but I can't seem to make sense of neural networks. Could so...
[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 type. I found some solution on : http://msdn.microsoft.com/en-...
[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 measurement data from a laser sensor. I have got the data from th...
[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 UNICODE, that's why I use wstring (always somebody must ask things...
[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 want to get a sensor reading (either a 1 or 0) and need a sim...
[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 but have some problem for example i cant delete file just i c...
[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 (scripting engine) now runs in about three times slower than in w...
[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.