Click here to Skip to main content
16,005,206 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNonblock wait for signal thread Pin
LiYS16-Dec-07 15:26
LiYS16-Dec-07 15:26 
GeneralRe: Nonblock wait for signal thread Pin
Luc Pattyn16-Dec-07 16:09
sitebuilderLuc Pattyn16-Dec-07 16:09 
GeneralRe: Nonblock wait for signal thread Pin
LiYS16-Dec-07 17:13
LiYS16-Dec-07 17:13 
GeneralRe: Nonblock wait for signal thread Pin
Naveen16-Dec-07 17:06
Naveen16-Dec-07 17:06 
GeneralRe: Nonblock wait for signal thread Pin
LiYS16-Dec-07 17:15
LiYS16-Dec-07 17:15 
GeneralRe: Nonblock wait for signal thread Pin
Stephen Hewitt16-Dec-07 19:25
Stephen Hewitt16-Dec-07 19:25 
QuestionFormView position Pin
ltallman16-Dec-07 12:43
ltallman16-Dec-07 12:43 
GeneralRe: FormView position Pin
Mark Salsbery17-Dec-07 7:18
Mark Salsbery17-Dec-07 7:18 
In the application's main window class, add a handler for WM_CREATE.

In OnCreate(), you can use MoveWindow() to resize/reposition the window
the way you want it. You could store the size and position in the registry
or some other place so the window always opens the way the user last left it.

Mark
Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralLNK2019 Error Pin
james_dixon_200816-Dec-07 8:15
james_dixon_200816-Dec-07 8:15 
GeneralRe: LNK2019 Error Pin
BhawnaA16-Dec-07 17:26
BhawnaA16-Dec-07 17:26 
GeneralGDI+ ::new Graphics VS new Graphics , any difference in release version? [modified] Pin
followait16-Dec-07 6:27
followait16-Dec-07 6:27 
QuestionRe: GDI+ ::new Graphics VS new Graphics , any difference in release version? Pin
CPallini16-Dec-07 7:15
mveCPallini16-Dec-07 7:15 
GeneralRe: GDI+ ::new Graphics VS new Graphics , any difference in release version? [modified] Pin
Mark Salsbery16-Dec-07 7:50
Mark Salsbery16-Dec-07 7:50 
GeneralReading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Anthony Appleyard16-Dec-07 5:07
Anthony Appleyard16-Dec-07 5:07 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
CPallini16-Dec-07 5:30
mveCPallini16-Dec-07 5:30 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Anthony Appleyard16-Dec-07 6:50
Anthony Appleyard16-Dec-07 6:50 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Anthony Appleyard16-Dec-07 6:53
Anthony Appleyard16-Dec-07 6:53 
JokeSure. Pin
CPallini16-Dec-07 7:08
mveCPallini16-Dec-07 7:08 
JokeRe: Sure. Pin
Nelek16-Dec-07 22:24
protectorNelek16-Dec-07 22:24 
JokeOops Pin
CPallini16-Dec-07 22:42
mveCPallini16-Dec-07 22:42 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Mark Salsbery16-Dec-07 6:59
Mark Salsbery16-Dec-07 6:59 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
CPallini16-Dec-07 7:06
mveCPallini16-Dec-07 7:06 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Hamid_RT16-Dec-07 17:41
Hamid_RT16-Dec-07 17:41 
Generalreturn type of conversion opeator Pin
George_George16-Dec-07 3:00
George_George16-Dec-07 3:00 
GeneralRe: return type of conversion opeator Pin
CPallini16-Dec-07 3:39
mveCPallini16-Dec-07 3:39 

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.