Click here to Skip to main content
15,896,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DebugBreak Pin
Stephen Hewitt3-Mar-08 2:18
Stephen Hewitt3-Mar-08 2:18 
GeneralRe: DebugBreak Pin
George_George3-Mar-08 2:23
George_George3-Mar-08 2:23 
GeneralRe: DebugBreak Pin
Maximilien3-Mar-08 3:05
Maximilien3-Mar-08 3:05 
GeneralRe: DebugBreak Pin
George_George3-Mar-08 3:14
George_George3-Mar-08 3:14 
QuestionURGENT - Using CreateWindow from an MFC application Pin
ravialla3-Mar-08 0:35
ravialla3-Mar-08 0:35 
QuestionRe: URGENT - Using CreateWindow from an MFC application Pin
CPallini3-Mar-08 0:53
mveCPallini3-Mar-08 0:53 
QuestionRe: URGENT - Using CreateWindow from an MFC application Pin
ravialla3-Mar-08 5:04
ravialla3-Mar-08 5:04 
GeneralRe: URGENT - Using CreateWindow from an MFC application Pin
David Crow3-Mar-08 5:07
David Crow3-Mar-08 5:07 
ravialla wrote:
Can somebody give me a sample code to create a win32 window...


HWND hwnd = CreateWindow("MainClass",         // name of window class 
                         "Test",              // title-bar string 
                         WS_OVERLAPPEDWINDOW, // top-level window 
                         CW_USEDEFAULT,       // default horizontal position 
                         CW_USEDEFAULT,       // default vertical position 
                         CW_USEDEFAULT,       // default width 
                         CW_USEDEFAULT,       // default height 
                         (HWND) NULL,         // no owner window 
                         (HMENU) NULL,        // use class menu 
                         hInstance,           // application instance from WinMain()
                         (LPVOID) NULL);      // no window-creation data 


"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: URGENT - Using CreateWindow from an MFC application Pin
JohnCz4-Mar-08 15:29
JohnCz4-Mar-08 15:29 
QuestionRe: URGENT - Using CreateWindow from an MFC application Pin
ravialla5-Mar-08 16:47
ravialla5-Mar-08 16:47 
AnswerRe: URGENT - Using CreateWindow from an MFC application Pin
JohnCz6-Mar-08 0:37
JohnCz6-Mar-08 0:37 
Question[Message Deleted] Pin
rjkg2-Mar-08 23:53
rjkg2-Mar-08 23:53 
GeneralRe: List View problem Pin
Amar Sutar3-Mar-08 0:49
Amar Sutar3-Mar-08 0:49 
Questionuse of C / C++ Pin
dj852-Mar-08 23:48
dj852-Mar-08 23:48 
GeneralRe: use of C / C++ Pin
Hamid_RT2-Mar-08 23:55
Hamid_RT2-Mar-08 23:55 
GeneralRe: use of C / C++ Pin
CPallini3-Mar-08 0:09
mveCPallini3-Mar-08 0:09 
GeneralRe: use of C / C++ Pin
Mark Salsbery3-Mar-08 6:23
Mark Salsbery3-Mar-08 6:23 
GeneralOooops Pin
CPallini3-Mar-08 9:16
mveCPallini3-Mar-08 9:16 
GeneralRe: Oooops Pin
Mark Salsbery3-Mar-08 9:23
Mark Salsbery3-Mar-08 9:23 
GeneralCListCtrl checkbox problem Pin
followait2-Mar-08 23:26
followait2-Mar-08 23:26 
GeneralAccessing text from the client area of a win32 window other than EditControl type windows Pin
glyfyx2-Mar-08 23:21
glyfyx2-Mar-08 23:21 
QuestionRe: Accessing text from the client area of a win32 window other than EditControl type windows Pin
David Crow3-Mar-08 3:10
David Crow3-Mar-08 3:10 
GeneralRe: Accessing text from the client area of a win32 window other than EditControl type windows Pin
glyfyx6-Mar-08 10:44
glyfyx6-Mar-08 10:44 
GeneralRe: Accessing text from the client area of a win32 window other than EditControl type windows Pin
Mark Salsbery3-Mar-08 6:34
Mark Salsbery3-Mar-08 6:34 
GeneralRe: Accessing text from the client area of a win32 window other than EditControl type windows Pin
glyfyx6-Mar-08 10:41
glyfyx6-Mar-08 10:41 

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.