Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem in AlignMent Pin
uday kiran janaswamy28-Aug-06 19:59
uday kiran janaswamy28-Aug-06 19:59 
AnswerRe: Problem in AlignMent Pin
_AnsHUMAN_ 28-Aug-06 20:09
_AnsHUMAN_ 28-Aug-06 20:09 
uday kiran janaswamy wrote:
Edit box must align accordingly

When you are creating the edit box you would be getting the HANDLE of the edit box.
You can use MoveWindow using that Handle.
BOOL MoveWindow( HWND hWnd,
int X,
int Y,
int nWidth,
int nHeight,
BOOL bRepaint
);
Specify the new coordinates along with the new height and width you want to let the control acquire. Use true/false if you want to repaint/No repaint the edit window.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: Problem in AlignMent Pin
uday kiran janaswamy28-Aug-06 20:17
uday kiran janaswamy28-Aug-06 20:17 
GeneralRe: Problem in AlignMent Pin
Hamid_RT28-Aug-06 20:26
Hamid_RT28-Aug-06 20:26 
GeneralRe: Problem in AlignMent Pin
uday kiran janaswamy28-Aug-06 20:30
uday kiran janaswamy28-Aug-06 20:30 
GeneralRe: Problem in AlignMent Pin
Hamid_RT28-Aug-06 20:36
Hamid_RT28-Aug-06 20:36 
GeneralRe: Problem in AlignMent Pin
_AnsHUMAN_ 28-Aug-06 20:42
_AnsHUMAN_ 28-Aug-06 20:42 
GeneralRe: Problem in AlignMent Pin
uday kiran janaswamy28-Aug-06 20:46
uday kiran janaswamy28-Aug-06 20:46 
QuestionGet Background of ActiveX on a Dialog Pin
QuickDeveloper28-Aug-06 19:36
QuickDeveloper28-Aug-06 19:36 
AnswerRe: Get Background of ActiveX on a Dialog Pin
Mircea Puiu29-Aug-06 5:54
Mircea Puiu29-Aug-06 5:54 
Answer... and nother nice idea Pin
Mircea Puiu29-Aug-06 6:03
Mircea Puiu29-Aug-06 6:03 
Questionevent log doubt Pin
ashokvishnu28-Aug-06 18:42
ashokvishnu28-Aug-06 18:42 
AnswerRe: event log doubt Pin
kakan28-Aug-06 19:46
professionalkakan28-Aug-06 19:46 
AnswerRe: event log doubt Pin
Hamid_RT28-Aug-06 20:26
Hamid_RT28-Aug-06 20:26 
GeneralRe: event log doubt Pin
ashokvishnu28-Aug-06 21:36
ashokvishnu28-Aug-06 21:36 
GeneralRe: event log doubt Pin
Hamid_RT28-Aug-06 22:10
Hamid_RT28-Aug-06 22:10 
GeneralRe: event log doubt Pin
ashokvishnu29-Aug-06 1:40
ashokvishnu29-Aug-06 1:40 
QuestionOpenGl query on translate Pin
jamni28-Aug-06 17:33
jamni28-Aug-06 17:33 
QuestionBasic thread Pin
Oliver12328-Aug-06 14:18
Oliver12328-Aug-06 14:18 
AnswerRe: Basic thread Pin
Jun Du28-Aug-06 14:44
Jun Du28-Aug-06 14:44 
AnswerRe: Basic thread Pin
_AnsHUMAN_ 28-Aug-06 18:18
_AnsHUMAN_ 28-Aug-06 18:18 
AnswerRe: Basic thread Pin
Hamid_RT28-Aug-06 19:30
Hamid_RT28-Aug-06 19:30 
AnswerRe: Basic thread Pin
Oliver12329-Aug-06 9:46
Oliver12329-Aug-06 9:46 
Questionhow to compare an empty editbox Pin
samkook28-Aug-06 14:16
samkook28-Aug-06 14:16 
AnswerRe: how to compare an empty editbox Pin
Waldermort28-Aug-06 15:16
Waldermort28-Aug-06 15:16 

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.