Click here to Skip to main content
15,897,968 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalvolume control Pin
mandiya12-Feb-04 3:29
mandiya12-Feb-04 3:29 
GeneralRe: volume control Pin
Ravi Bhavnani12-Feb-04 4:04
professionalRavi Bhavnani12-Feb-04 4:04 
GeneralRe: volume control Pin
David Crow12-Feb-04 5:50
David Crow12-Feb-04 5:50 
GeneralRe: how to read sectors from CD_ROM Pin
David Crow12-Feb-04 5:46
David Crow12-Feb-04 5:46 
GeneralIDispatch Interface for IE Pin
balifrank12-Feb-04 3:11
balifrank12-Feb-04 3:11 
GeneralRe: IDispatch Interface for IE Pin
Anonymous12-Feb-04 7:21
Anonymous12-Feb-04 7:21 
GeneralRe: IDispatch Interface for IE Pin
balifrank16-Feb-04 22:47
balifrank16-Feb-04 22:47 
GeneralControls Disappeat when I press "Enter" on a PropertyPage Pin
iffi99212-Feb-04 3:08
iffi99212-Feb-04 3:08 
Hello All
I have got a dialog based application in which I have placed a TabControl and then OnInitDialog I have addedd the Dialogs like

// Craete the modless dialogs for each tab page
m_pConfigDlg = new CAscSettingsDlg(&m_tabMain);
m_pTrustAnchorDlg = new CAscTrustAnchorDlg(&m_tabMain);

and then

if(m_tabMain.GetItem(TABPAGE_CONFIGURE_ARP, &tcItem))
{
tcItem.lParam = (LPARAM) m_pConfigDlg;
m_tabMain.SetItem(TABPAGE_CONFIGURE_ARP, &tcItem);
}

things work fine all the time application runs fine but when I press on the Dialog on some control like edit box and press "Enter" all the Controls on a tab disappear and then I change the tab and get back and every controls come back Mad | :mad: ,

best regards
Muhammad Aftab Alam

GeneralRe: Controls Disappeat when I press "Enter" on a PropertyPage Pin
Maximilien12-Feb-04 3:14
Maximilien12-Feb-04 3:14 
QuestionMFC: Continuosly looping problem? Pin
Ashman11-Feb-04 22:19
Ashman11-Feb-04 22:19 
AnswerRe: MFC: Continuosly looping problem? Pin
David Crow12-Feb-04 2:56
David Crow12-Feb-04 2:56 
GeneralCapturing mouse coordinates Pin
techysavvy11-Feb-04 21:54
techysavvy11-Feb-04 21:54 
GeneralRe: Capturing mouse coordinates Pin
jerry0davis11-Feb-04 22:07
jerry0davis11-Feb-04 22:07 
GeneralRe: Capturing mouse coordinates Pin
Iain Clarke, Warrior Programmer11-Feb-04 22:25
Iain Clarke, Warrior Programmer11-Feb-04 22:25 
GeneralRe: Capturing mouse coordinates Pin
Vitali Halershtein11-Feb-04 22:29
Vitali Halershtein11-Feb-04 22:29 
GeneralWho are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Atif Mushtaq11-Feb-04 20:51
Atif Mushtaq11-Feb-04 20:51 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Antti Keskinen11-Feb-04 20:55
Antti Keskinen11-Feb-04 20:55 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
lynhoo11-Feb-04 22:02
lynhoo11-Feb-04 22:02 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Atif Mushtaq12-Feb-04 0:45
Atif Mushtaq12-Feb-04 0:45 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Atif Mushtaq12-Feb-04 0:42
Atif Mushtaq12-Feb-04 0:42 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Antti Keskinen12-Feb-04 9:06
Antti Keskinen12-Feb-04 9:06 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Atif Mushtaq12-Feb-04 18:22
Atif Mushtaq12-Feb-04 18:22 
GeneralBitmap Pin
Best Friend11-Feb-04 20:07
Best Friend11-Feb-04 20:07 
GeneralRe: Bitmap Pin
Antti Keskinen11-Feb-04 20:45
Antti Keskinen11-Feb-04 20:45 
GeneralRe: Bitmap Pin
Best Friend12-Feb-04 19:37
Best Friend12-Feb-04 19:37 

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.