Click here to Skip to main content
15,879,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: C++ Helper Wanted Pin
Maximilien4-Oct-09 4:11
Maximilien4-Oct-09 4:11 
AnswerRe: C++ Helper Wanted Pin
MrMcIntyre4-Oct-09 4:20
MrMcIntyre4-Oct-09 4:20 
GeneralRe: C++ Helper Wanted Pin
Michael Schubert4-Oct-09 4:51
Michael Schubert4-Oct-09 4:51 
GeneralRe: C++ Helper Wanted Pin
MrMcIntyre4-Oct-09 4:54
MrMcIntyre4-Oct-09 4:54 
GeneralRe: C++ Helper Wanted Pin
Michael Schubert4-Oct-09 5:08
Michael Schubert4-Oct-09 5:08 
GeneralRe: C++ Helper Wanted Pin
MrMcIntyre4-Oct-09 5:14
MrMcIntyre4-Oct-09 5:14 
GeneralRe: C++ Helper Wanted Pin
Michael Schubert4-Oct-09 5:19
Michael Schubert4-Oct-09 5:19 
GeneralRe: C++ Helper Wanted Pin
MrMcIntyre4-Oct-09 5:23
MrMcIntyre4-Oct-09 5:23 
Thanks.

#include "MyProject.h"<br />
<br />
#define MAX_LOADSTRING 100<br />
<br />
//Global Variabales:<br />
HINSTANCE hInst;							// Current Instance<br />
TCHAR szTitle[MAX_LOADSTRING];				// The Title Bar Text<br />
TCHAR szWindowClass[MAX_LOADSTRING];		// The Main Window Class Name<br />
<br />


Well, I am trying to get the code to create a Win32 client, with certain dimensions and to centre it to screen, but I have missed half of the code out because I have got stuck.

Andrew McIntyre

GeneralRe: C++ Helper Wanted Pin
Michael Schubert4-Oct-09 5:34
Michael Schubert4-Oct-09 5:34 
GeneralRe: C++ Helper Wanted Pin
MrMcIntyre4-Oct-09 5:39
MrMcIntyre4-Oct-09 5:39 
GeneralRe: C++ Helper Wanted Pin
Maximilien4-Oct-09 5:58
Maximilien4-Oct-09 5:58 
GeneralRe: C++ Helper Wanted Pin
MrMcIntyre4-Oct-09 6:09
MrMcIntyre4-Oct-09 6:09 
GeneralRe: C++ Helper Wanted Pin
MrMcIntyre4-Oct-09 7:11
MrMcIntyre4-Oct-09 7:11 
GeneralRe: C++ Helper Wanted Pin
MrMcIntyre4-Oct-09 7:19
MrMcIntyre4-Oct-09 7:19 
GeneralRe: C++ Helper Wanted [modified] Pin
Michael Schubert4-Oct-09 11:33
Michael Schubert4-Oct-09 11:33 
GeneralRe: C++ Helper Wanted Pin
MrMcIntyre4-Oct-09 11:51
MrMcIntyre4-Oct-09 11:51 
GeneralRe: C++ Helper Wanted Pin
MrMcIntyre5-Oct-09 9:57
MrMcIntyre5-Oct-09 9:57 
QuestionRe: C++ Helper Wanted Pin
David Crow5-Oct-09 10:09
David Crow5-Oct-09 10:09 
AnswerRe: C++ Helper Wanted Pin
MrMcIntyre5-Oct-09 10:16
MrMcIntyre5-Oct-09 10:16 
GeneralRe: C++ Helper Wanted Pin
David Crow5-Oct-09 10:19
David Crow5-Oct-09 10:19 
GeneralRe: C++ Helper Wanted Pin
MrMcIntyre5-Oct-09 10:21
MrMcIntyre5-Oct-09 10:21 
GeneralRe: C++ Helper Wanted Pin
Richard MacCutchan5-Oct-09 10:44
mveRichard MacCutchan5-Oct-09 10:44 
GeneralRe: C++ Helper Wanted Pin
MrMcIntyre5-Oct-09 10:52
MrMcIntyre5-Oct-09 10:52 
GeneralRe: C++ Helper Wanted Pin
Richard MacCutchan5-Oct-09 11:32
mveRichard MacCutchan5-Oct-09 11:32 
AnswerRe: C++ Helper Wanted Pin
David Crow5-Oct-09 10:31
David Crow5-Oct-09 10:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.