Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Thread Creation in CMainFrame Pin
palbano23-Jul-04 7:55
palbano23-Jul-04 7:55 
GeneralRe: Thread Creation in CMainFrame Pin
RichardS23-Jul-04 22:00
RichardS23-Jul-04 22:00 
GeneralRe: Thread Creation in CMainFrame Pin
palbano25-Jul-04 19:04
palbano25-Jul-04 19:04 
GeneralRe: Thread Creation in CMainFrame Pin
David Crow23-Jul-04 9:33
David Crow23-Jul-04 9:33 
GeneralRe: Thread Creation in CMainFrame Pin
RichardS23-Jul-04 21:58
RichardS23-Jul-04 21:58 
GeneralDDV/DDX with propertypages Pin
Robberto C.22-Jul-04 22:50
sussRobberto C.22-Jul-04 22:50 
GeneralRe: DDV/DDX with propertypages Pin
PJ Arends23-Jul-04 7:10
professionalPJ Arends23-Jul-04 7:10 
GeneralHow, knowing handler of window, attach other window to him. Pin
Anton Zarubin22-Jul-04 22:45
Anton Zarubin22-Jul-04 22:45 
How, by the WinApi facilities, knowing handler of window, attach other window to him, for example button.

//======================================
HWND hWnd1 = FindWindow(NULL, "TestWnd");
HWND hWnd2 = CreateWindow("button", "TestButton", WS_CHILD, 0,0,100,100, hWnd1, NULL, NULL, NULL);
ShowWindow(hWnd2, SW_SHOW);
UpdateWindow(hWnd2);
//======================================

Show me please, where I wrong.
GeneralRe: How, knowing handler of window, attach other window to him. Pin
Timothy Grabrian23-Jul-04 13:55
professionalTimothy Grabrian23-Jul-04 13:55 
GeneralCListCtrl InsertItem Pin
Atif Mushtaq22-Jul-04 22:20
Atif Mushtaq22-Jul-04 22:20 
GeneralRe: CListCtrl InsertItem Pin
Arjan Schouten23-Jul-04 0:15
Arjan Schouten23-Jul-04 0:15 
GeneralRe: CListCtrl InsertItem Pin
V.23-Jul-04 1:13
professionalV.23-Jul-04 1:13 
GeneralRe: CListCtrl InsertItem Pin
David Crow23-Jul-04 9:34
David Crow23-Jul-04 9:34 
GeneralSetSystemCursor in VC++ Pin
5iveboy22-Jul-04 21:56
5iveboy22-Jul-04 21:56 
GeneralRe: SetSystemCursor in VC++ Pin
erkanina22-Jul-04 22:17
erkanina22-Jul-04 22:17 
GeneralMy Program will not install on Windows NT 4 Pin
LittleYellowBird22-Jul-04 21:55
LittleYellowBird22-Jul-04 21:55 
GeneralRe: My Program will not install on Windows NT 4 Pin
Arjan Schouten23-Jul-04 0:04
Arjan Schouten23-Jul-04 0:04 
GeneralRe: My Program will not install on Windows NT 4 Pin
LittleYellowBird23-Jul-04 2:33
LittleYellowBird23-Jul-04 2:33 
GeneralRe: My Program will not install on Windows NT 4 Pin
Navin23-Jul-04 2:58
Navin23-Jul-04 2:58 
GeneralRe: My Program will not install on Windows NT 4 Pin
David Crow23-Jul-04 9:49
David Crow23-Jul-04 9:49 
GeneralBitmaps and the clipboard Pin
tunerica22-Jul-04 20:02
tunerica22-Jul-04 20:02 
GeneralProblem with CTreeCtrl::DeleteAllItems Pin
Stlan22-Jul-04 20:01
Stlan22-Jul-04 20:01 
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Arjan Schouten22-Jul-04 23:52
Arjan Schouten22-Jul-04 23:52 
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Stlan23-Jul-04 0:27
Stlan23-Jul-04 0:27 
GeneralRe: Problem with CTreeCtrl::DeleteAllItems Pin
Arjan Schouten23-Jul-04 1:34
Arjan Schouten23-Jul-04 1:34 

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.