Click here to Skip to main content
15,919,422 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: multiplication of two arrays Pin
ThatsAlok30-May-10 20:49
ThatsAlok30-May-10 20:49 
Questionabout Operator of >> and << in the Memory-Mapping Files. Pin
lxlenovostar30-May-10 0:41
lxlenovostar30-May-10 0:41 
AnswerRe: about Operator of >> and << in the Memory-Mapping Files. Pin
Richard MacCutchan30-May-10 1:32
mveRichard MacCutchan30-May-10 1:32 
GeneralRe: about Operator of >> and << in the Memory-Mapping Files. Pin
lxlenovostar30-May-10 16:14
lxlenovostar30-May-10 16:14 
Questionsimple char array Pin
hasani200729-May-10 6:58
hasani200729-May-10 6:58 
AnswerRe: simple char array Pin
Luc Pattyn29-May-10 7:05
sitebuilderLuc Pattyn29-May-10 7:05 
GeneralRe: simple char array Pin
hasani200729-May-10 7:25
hasani200729-May-10 7:25 
AnswerRe: simple char array Pin
Luc Pattyn29-May-10 7:55
sitebuilderLuc Pattyn29-May-10 7:55 
AnswerRe: simple char array Pin
Software_Developer29-May-10 8:11
Software_Developer29-May-10 8:11 
AnswerRe: simple char array Pin
Aescleal29-May-10 8:15
Aescleal29-May-10 8:15 
AnswerRe: simple char array Pin
CPallini29-May-10 9:22
mveCPallini29-May-10 9:22 
Questionarray with both string & float columns Pin
hasani200729-May-10 3:56
hasani200729-May-10 3:56 
AnswerRe: array with both string & float columns Pin
«_Superman_»29-May-10 5:01
professional«_Superman_»29-May-10 5:01 
QuestionCTreeCtrl Pin
Sakhalean29-May-10 3:21
Sakhalean29-May-10 3:21 
AnswerRe: CTreeCtrl Pin
Maximilien29-May-10 3:51
Maximilien29-May-10 3:51 
AnswerRe: CTreeCtrl Pin
ThatsAlok30-May-10 20:50
ThatsAlok30-May-10 20:50 
GeneralRe: CTreeCtrl Pin
Sakhalean30-May-10 21:12
Sakhalean30-May-10 21:12 
GeneralRe: CTreeCtrl Pin
ThatsAlok30-May-10 22:15
ThatsAlok30-May-10 22:15 
QuestionForground Window in WinXP and Win7 both Pin
rahul.kulshreshtha28-May-10 21:59
rahul.kulshreshtha28-May-10 21:59 
Hi all I tried all methods given here http://stackoverflow.com/questions/534241/how-can-i-bring-a-window-to-the-foreground-in-vista-using-c[^] but nothing worked Frown | :(

For testing, I created a new MFC application, and inside OnInitDialog I putted 2 lines.

Sleep(5000);
::SetWindowPos(this->m_hWnd, HWND_TOPMOST,0,0,0,0, SWP_NOMOVE | SWP_NOSIZE);


I tried several methods but none worked. Any suggestion.

Thanks,
Rahul
AnswerRe: Forground Window in WinXP and Win7 both Pin
rahul.kulshreshtha28-May-10 22:15
rahul.kulshreshtha28-May-10 22:15 
AnswerRe: Forground Window in WinXP and Win7 both Pin
gothic_coder28-May-10 23:15
gothic_coder28-May-10 23:15 
GeneralRe: Forground Window in WinXP and Win7 both Pin
rahul.kulshreshtha28-May-10 23:17
rahul.kulshreshtha28-May-10 23:17 
GeneralRe: Forground Window in WinXP and Win7 both Pin
gothic_coder28-May-10 23:22
gothic_coder28-May-10 23:22 
GeneralRe: Forground Window in WinXP and Win7 both Pin
rahul.kulshreshtha28-May-10 23:46
rahul.kulshreshtha28-May-10 23:46 
GeneralRe: Forground Window in WinXP and Win7 both Pin
gothic_coder29-May-10 0:04
gothic_coder29-May-10 0:04 

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.