Click here to Skip to main content
15,900,108 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 1:59
Amit Agarrwal27-Jun-06 1:59 
GeneralRe: setdlgitem text is not showing the message. Pin
James R. Twine27-Jun-06 2:05
James R. Twine27-Jun-06 2:05 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 3:13
Amit Agarrwal27-Jun-06 3:13 
GeneralRe: setdlgitem text is not showing the message. Pin
James R. Twine27-Jun-06 3:27
James R. Twine27-Jun-06 3:27 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 3:30
Amit Agarrwal27-Jun-06 3:30 
GeneralRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 3:45
Hamid_RT27-Jun-06 3:45 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 3:48
Amit Agarrwal27-Jun-06 3:48 
GeneralRe: setdlgitem text is not showing the message. Pin
James R. Twine27-Jun-06 6:45
James R. Twine27-Jun-06 6:45 
HWND hWndMessage = ::GetDlgItem( m_hWnd, IDC_Message );  // m_hWnd Is The Parent Dialog's HWND
 
if( ::IsWindow( hWndMessage ) )
{
   // Try SendMessageTimeout(...)
}
   Get It?

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 19:13
Amit Agarrwal27-Jun-06 19:13 
AnswerRe: setdlgitem text is not showing the message. Pin
James R. Twine28-Jun-06 13:25
James R. Twine28-Jun-06 13:25 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal29-Jun-06 0:21
Amit Agarrwal29-Jun-06 0:21 
Questionwin32 static library(NO MFC) Pin
sach!!27-Jun-06 1:03
sach!!27-Jun-06 1:03 
AnswerRe: win32 static library(NO MFC) [modified] Pin
John M. Drescher27-Jun-06 3:35
John M. Drescher27-Jun-06 3:35 
GeneralRe: win32 static library(NO MFC) Pin
sach!!27-Jun-06 19:14
sach!!27-Jun-06 19:14 
GeneralRe: win32 static library(NO MFC) Pin
Jeremy Falcon28-Jun-06 13:13
professionalJeremy Falcon28-Jun-06 13:13 
GeneralRe: win32 static library(NO MFC) Pin
Jörgen Sigvardsson28-Jun-06 14:20
Jörgen Sigvardsson28-Jun-06 14:20 
GeneralRe: win32 static library(NO MFC) Pin
Jeremy Falcon28-Jun-06 14:54
professionalJeremy Falcon28-Jun-06 14:54 
GeneralRe: win32 static library(NO MFC) Pin
Jörgen Sigvardsson28-Jun-06 22:05
Jörgen Sigvardsson28-Jun-06 22:05 
GeneralRe: win32 static library(NO MFC) Pin
Jeremy Falcon29-Jun-06 6:39
professionalJeremy Falcon29-Jun-06 6:39 
Questionerror C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Toubou27-Jun-06 0:41
Toubou27-Jun-06 0:41 
AnswerRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
_AnsHUMAN_ 27-Jun-06 0:59
_AnsHUMAN_ 27-Jun-06 0:59 
QuestionRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' [modified] Pin
Toubou27-Jun-06 1:57
Toubou27-Jun-06 1:57 
AnswerRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' [modified] Pin
FarPointer27-Jun-06 1:03
FarPointer27-Jun-06 1:03 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Toubou27-Jun-06 1:52
Toubou27-Jun-06 1:52 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
James R. Twine27-Jun-06 2:01
James R. Twine27-Jun-06 2:01 

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.