Click here to Skip to main content
15,894,291 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exe File Pin
udayGovekar27-Jun-02 10:30
udayGovekar27-Jun-02 10:30 
GeneralRe: Exe File Pin
Mazdak27-Jun-02 10:20
Mazdak27-Jun-02 10:20 
GeneralRe: Exe File Pin
27-Jun-02 10:22
suss27-Jun-02 10:22 
GeneralRe: Exe File Pin
Navin27-Jun-02 12:33
Navin27-Jun-02 12:33 
GeneralRe: Exe File Pin
[Shadow]27-Jun-02 14:31
[Shadow]27-Jun-02 14:31 
Generalsdi . problem Pin
SilentWarrior27-Jun-02 8:43
SilentWarrior27-Jun-02 8:43 
GeneralRe: sdi . problem Pin
Alexandru Savescu27-Jun-02 10:46
Alexandru Savescu27-Jun-02 10:46 
GeneralRe: sdi . problem Pin
Prem Kumar27-Jun-02 19:50
Prem Kumar27-Jun-02 19:50 
Hi,

The edit box and other controls are not the direct children
of the Main Frame, so GetDlgItem will not work.

They are the children of the Dialog bar you have attached
to the MainFrame, for ex generally the dialog bar is named
'm_wndReBar'.

For this use
m_wndReBar.GetDlgItem(IDC_EDIT_FNAME)->ShowWindow(FALSE) ;

and it will work.
Generalprinter bins Pin
pnpfriend27-Jun-02 8:29
pnpfriend27-Jun-02 8:29 
GeneralRe: printer bins Pin
Mike Nordell28-Jun-02 9:14
Mike Nordell28-Jun-02 9:14 
GeneralRe: printer bins Pin
pnpfriend1-Jul-02 3:16
pnpfriend1-Jul-02 3:16 
GeneralError: No Matching DLGINIT Pin
ssirisha27-Jun-02 7:01
ssirisha27-Jun-02 7:01 
GeneralRe: Error: No Matching DLGINIT Pin
Prem Kumar27-Jun-02 19:53
Prem Kumar27-Jun-02 19:53 
GeneralRe: Error: No Matching DLGINIT Pin
ssirisha28-Jun-02 1:40
ssirisha28-Jun-02 1:40 
GeneralRe: Error: No Matching DLGINIT (Solution) Pin
ssirisha28-Jun-02 2:14
ssirisha28-Jun-02 2:14 
GeneralMSN server connection Pin
27-Jun-02 6:40
suss27-Jun-02 6:40 
GeneralRe: MSN server connection Pin
Bill Wilson27-Jun-02 9:40
Bill Wilson27-Jun-02 9:40 
GeneralRe: MSN server connection Pin
27-Jun-02 11:08
suss27-Jun-02 11:08 
GeneralCore API Application and manifest Pin
S van Leent27-Jun-02 6:33
S van Leent27-Jun-02 6:33 
QuestionHow to write burning program for CDR! Pin
sunghj27-Jun-02 6:07
sunghj27-Jun-02 6:07 
AnswerRe: How to write burning program for CDR! Pin
Christian Graus27-Jun-02 13:32
protectorChristian Graus27-Jun-02 13:32 
AnswerRe: How to write burning program for CDR! Pin
Mike Nordell28-Jun-02 9:16
Mike Nordell28-Jun-02 9:16 
GeneralGetting the Device Context Pin
JennyP27-Jun-02 6:03
JennyP27-Jun-02 6:03 
GeneralRe: Getting the Device Context Pin
Roger Allen27-Jun-02 6:20
Roger Allen27-Jun-02 6:20 
GeneralRe: Getting the Device Context Pin
JennyP27-Jun-02 6:30
JennyP27-Jun-02 6:30 

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.