Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Trouble accessing a control in a view from a frame: Pin
Anonymous18-Jul-02 12:26
Anonymous18-Jul-02 12:26 
GeneralpView is NULL!! NOw what? Pin
ns18-Jul-02 12:35
ns18-Jul-02 12:35 
Generalproblem resolved! Pin
ns19-Jul-02 4:01
ns19-Jul-02 4:01 
GeneralRetreiving a user's signature Pin
Shog918-Jul-02 11:24
sitebuilderShog918-Jul-02 11:24 
GeneralRe: Retreiving a user's signature Pin
ColinDavies18-Jul-02 21:43
ColinDavies18-Jul-02 21:43 
GeneralHelp please : "Detected memory leaks!" Pin
Mandalay18-Jul-02 10:19
Mandalay18-Jul-02 10:19 
GeneralRe: Help please : "Detected memory leaks!" Pin
[CoY0te]18-Jul-02 11:05
[CoY0te]18-Jul-02 11:05 
GeneralRe: Help please : "Detected memory leaks!" Pin
Mandalay18-Jul-02 11:48
Mandalay18-Jul-02 11:48 
But i have done it !!! (:

there is my DEL proc :
int CMainDlg::DelTab(int Index)
{
TC_ITEM tci;
CChatDlg *pWnd;
int iCount = m_tabs.GetItemCount();
int iCurrent = m_tabs.GetCurSel();
m_tabs.GetItem(Index,&tci);
ASSERT(tci.lParam);
pWnd = (CChatDlg *)tci.lParam; //CChatDlg is CDialog
pWnd->DestroyWindow();
pWnd = NULL;
delete pWnd;
m_tabs.DeleteItem(Index);
};

Sometimes its works... but i can't found a bug .. (: there it is .. !?


----------------
muaaa .. (:
GeneralRe: Help please : "Detected memory leaks!" Pin
Nathan Blomquist18-Jul-02 12:17
Nathan Blomquist18-Jul-02 12:17 
GeneralRe: Help please : "Detected memory leaks!" Pin
[CoY0te]18-Jul-02 22:44
[CoY0te]18-Jul-02 22:44 
GeneralRe: Help please : "Detected memory leaks!" Pin
Alexandru Savescu18-Jul-02 21:01
Alexandru Savescu18-Jul-02 21:01 
GeneralRe: Help please : "Detected memory leaks!" Pin
Joaquín M López Muñoz18-Jul-02 11:13
Joaquín M López Muñoz18-Jul-02 11:13 
GeneralRe: Help please : "Detected memory leaks!" Pin
[CoY0te]18-Jul-02 11:21
[CoY0te]18-Jul-02 11:21 
GeneralRe: Help please : "Detected memory leaks!" Pin
Joaquín M López Muñoz18-Jul-02 11:25
Joaquín M López Muñoz18-Jul-02 11:25 
GeneralBUT IT WORKS (: Pin
Mandalay18-Jul-02 11:54
Mandalay18-Jul-02 11:54 
GeneralCHtmlView - trapping the right click when an HT ML page is displayed Pin
BeavisInAz18-Jul-02 10:18
BeavisInAz18-Jul-02 10:18 
GeneralRe: CHtmlView - trapping the right click when an HT ML page is displayed Pin
ColinDavies18-Jul-02 21:49
ColinDavies18-Jul-02 21:49 
GeneralRe: CHtmlView - trapping the right click when an HT ML page is displayed Pin
BeavisInAz19-Jul-02 5:01
BeavisInAz19-Jul-02 5:01 
Questionhow to hide or remove separator bars in toolbar programmatically? Pin
ns18-Jul-02 10:08
ns18-Jul-02 10:08 
AnswerRe: how to hide or remove separator bars in toolbar programmatically? Pin
Ravi Bhavnani18-Jul-02 10:29
professionalRavi Bhavnani18-Jul-02 10:29 
AnswerRe: how to hide or remove separator bars in toolbar programmatically? Pin
Ravi Bhavnani18-Jul-02 10:30
professionalRavi Bhavnani18-Jul-02 10:30 
GeneralISAPI and Unicode Pin
Roman Nurik18-Jul-02 10:04
Roman Nurik18-Jul-02 10:04 
GeneralRe: ISAPI and Unicode Pin
Joaquín M López Muñoz18-Jul-02 10:10
Joaquín M López Muñoz18-Jul-02 10:10 
GeneralI try again - CMenu::AppendMenu Pin
[CoY0te]18-Jul-02 9:52
[CoY0te]18-Jul-02 9:52 
GeneralRe: I try again - CMenu::AppendMenu Pin
Joaquín M López Muñoz18-Jul-02 10:05
Joaquín M López Muñoz18-Jul-02 10:05 

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.