Windows Programming - March 2012 (Page 2)

ReadFile reading sector !!
 
hi guys I was wandering what is wrong in my code #include "stdafx.h" #include <windows.h> ...
[4 replies] Last: ok thanks I will try it ...... btw the compiler wont compile and I te... (by Beach King)
by kalebo
Help plz with getline
 
void getEmployeeInfo(EmployeeInfo employees ) { employees .id = 1; // allow loop to run once st...
[1 reply] : nvm i figured it out myself. it was an issure with the employees array... (by kalebo)
by MikeTV
CLI and RegisterClassEx?
 
I need to create a window with a message pump, accessible from a managed class. I can create the wi...
[2 replies] Last: Thanks! To anyone stumbling across this post in search of the same ans... (by MikeTV)
LoadLibrarA/LoanLibraryW dll instantly unloaded
 
I have used both functions to load a .dll but while my path and filename seem correct, I get the...
[2 replies] Last: yes I did check the return value... it is '0x000000' which was not ver... (by skougiou)
Box-Drawing characters not displaying corrrectly
 
I'm using the PDCurses library and running Win7 Whenever I use the addch() group of functions, ...
[no replies]
need help with loops
 
Hi guys, I need your help with the loop. When I load a form to set up the timer to one second, it...
[2 replies] Last: Once more: Ask C++/CLI questions @ the MSDN forums, which is the same... (by webJose)
[Win API] Owner-Draw ListBox - Adding Wrong File
 
Hello, i've did this little application (gonna finish it but I need to fix this problem) by one tut...
[no replies]
Win32 parent window issues
 
I am making my first Win32 application. I have two edit boxes with a "splitter" in the middle. All...
[1 reply] : Simplest would be to stop using the main window as a splitter. Just a... (by webJose)
Difference between System::Double vs double
 
They’re both double-precision floating-point numbers, so expected to have identical precision. V...
[2 replies] Last: That's the class that is used to box doubles. There are others: Syst... (by webJose)
by HenryJ
wxDC::Clear() problem In wxWidgets
 
#include <wx/wx.h> // application class class MyFrame : public wxFrame { public: // Constructor...
[no replies]
by AlexEx
Problem with PPL in MSVC 2010 using MFC
 
I have encountered with a problem with Parallel Pattern Library when using it along with MFC. I have...
[4 replies] Last: webJose , thank you very much, very helpful. (by AlexEx)
sharing variable between a DLL and an application
 
Hello, I have a c++ coded DLL, which exports some functions in a flat C header file, so that the DLL...
[8 replies] Last: I think I understood the problem. It was actually linked to a misunder... (by Esteban)
wont load title skips straight to mainmenu
 
okay i am making a game and for some reason my game goes straight to the main menu instead of my tit...
[1 reply] : This is not really the important code right now. You need to show the... (by webJose)
uses of Win32?
 
Ive been looking to get outside my normal consoles and learn some new stuff, but im confused on what...
[1 reply] : Win32 creates your window (it creates your canvas) and OpenGL fills it... (by Stewbond)
Get Raw input from Mouse
 
Hi everybody, I'm new to this forum and I would like to ask one question: I created a application...
[9 replies] Last: Ok, the driver might be just bad. But what if I want to create keď dr... (by michalkajaba)
Winsock file transfer question
 
I'm writing a program to time how long it takes to upload/download a file. I have my file sending co...
[no replies]
ball is warping all over the place
 
making a pong clone, and got some unexpected results while making some collision my ball decided it ...
[1 reply] : Hi. The && and || are probably not doing what u'd expect as they are w... (by soranz)
by agnelo
I need Help Urgent!!!!!!! VB2005
 
does anyone please help me how to do this. Im a real beginner it should be done in Visual Basic... I...
[2 replies] Last: If you want "the codes" then pay someone to do it for you. (by modoran)
Turning my project into a multi-file project
 
Hello everyone. I recently finished an assignment for a course and wanted to go a few steps further...
[6 replies] Last: I don't think this is correct in ur header: Box (std::string nm, doub... (by soranz)
Need Windows Programming Tutorials
 
Any good Windows Programming tutorials would be highly appreciated.
[6 replies] Last: I've been looking for the same thing, so thanks guys! (by xBlueRobot)
March 2012 Pages: 1234... 7
  Archived months: [feb2012] [apr2012]

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