Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help for converting to Unicode Pin
Rajesh R Subramanian18-Feb-08 0:49
professionalRajesh R Subramanian18-Feb-08 0:49 
GeneralRe: Need help for converting to Unicode Pin
ShilpiP18-Feb-08 0:55
ShilpiP18-Feb-08 0:55 
GeneralRe: Need help for converting to Unicode Pin
Hamid_RT18-Feb-08 7:07
Hamid_RT18-Feb-08 7:07 
GeneralRe: Need help for converting to Unicode Pin
Nandu_77b19-Feb-08 16:21
Nandu_77b19-Feb-08 16:21 
GeneralRe: Need help for converting to Unicode Pin
tp_alanc27-Mar-08 7:32
tp_alanc27-Mar-08 7:32 
Generalmove a popup window behind another window Pin
Miss_F17-Feb-08 21:08
Miss_F17-Feb-08 21:08 
QuestionRe: move a popup window behind another window Pin
Rajesh R Subramanian17-Feb-08 21:35
professionalRajesh R Subramanian17-Feb-08 21:35 
GeneralRe: move a popup window behind another window Pin
Miss_F17-Feb-08 22:54
Miss_F17-Feb-08 22:54 
I put this code when the popup window is shown(in the popup class) (the other window which I want to put the popup movement behind it, is its owner and rect.bottom is the owner client rect bottom):

SetWindowPos( 0, 0, rect.bottom, 400, 100, SWP_NOZORDER | SWP_SHOWWINDOW );
GetOwner()->SetWindowPos( this , 0 , 0 , 0 , 0 , SWP_NOMOVE | SWP_NOSIZE );
// GetOwner()->SetWindowPos( &wndTopMost,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE );
for ( int i = 0 ; i <= rect.bottom ; i++ )
{
SetWindowPos( 0, 0, i, 0, 0, SWP_NOSIZE|SWP_NOZORDER|SWP_SHOWWINDOW);
RedrawWindow();
Sleep(100);
}
Generalfile deletion after reading Pin
guru moorthy.k17-Feb-08 20:28
guru moorthy.k17-Feb-08 20:28 
GeneralRe: file deletion after reading Pin
kakan17-Feb-08 20:36
professionalkakan17-Feb-08 20:36 
GeneralRe: file deletion after reading Pin
Hamid_RT18-Feb-08 7:08
Hamid_RT18-Feb-08 7:08 
QuestionUsing header files and creating libraries Pin
jonsey2984717-Feb-08 20:13
jonsey2984717-Feb-08 20:13 
GeneralRe: Using header files and creating libraries Pin
CPallini17-Feb-08 21:59
mveCPallini17-Feb-08 21:59 
GeneralRe: Using header files and creating libraries Pin
jonsey2984718-Feb-08 11:30
jonsey2984718-Feb-08 11:30 
GeneralRe: Using header files and creating libraries Pin
CPallini18-Feb-08 21:35
mveCPallini18-Feb-08 21:35 
GeneralRe: Using header files and creating libraries Pin
Hamid_RT18-Feb-08 7:13
Hamid_RT18-Feb-08 7:13 
GeneralRe: Using header files and creating libraries Pin
jonsey2984718-Feb-08 11:31
jonsey2984718-Feb-08 11:31 
GeneralRe: Using header files and creating libraries Pin
Hamid_RT18-Feb-08 19:32
Hamid_RT18-Feb-08 19:32 
QuestionSome Basic Image Processing Needed... Pin
Khathar17-Feb-08 19:40
Khathar17-Feb-08 19:40 
GeneralRe: Some Basic Image Processing Needed... Pin
Hamid_RT17-Feb-08 19:49
Hamid_RT17-Feb-08 19:49 
GeneralRe: Some Basic Image Processing Needed... Pin
Rajesh R Subramanian17-Feb-08 19:53
professionalRajesh R Subramanian17-Feb-08 19:53 
Generalreading an image Pin
gentleguy17-Feb-08 19:25
gentleguy17-Feb-08 19:25 
GeneralRe: reading an image Pin
Mark Salsbery17-Feb-08 19:29
Mark Salsbery17-Feb-08 19:29 
GeneralRe: reading an image Pin
Hamid_RT17-Feb-08 19:42
Hamid_RT17-Feb-08 19:42 
GeneralRe: reading an image Pin
Hamid_RT17-Feb-08 19:38
Hamid_RT17-Feb-08 19:38 

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.