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

C / C++ / MFC

 
GeneralRe: File System for both Linux and Windows platforms Pin
Joaquín M López Muñoz18-Mar-02 13:28
Joaquín M López Muñoz18-Mar-02 13:28 
GeneralRe: File System for both Linux and Windows platforms Pin
Nish Nishant18-Mar-02 13:45
sitebuilderNish Nishant18-Mar-02 13:45 
GeneralRe: File System for both Linux and Windows platforms Pin
19-Mar-02 10:56
suss19-Mar-02 10:56 
GeneralRe: File System for both Linux and Windows platforms Pin
Nemanja Trifunovic19-Mar-02 11:05
Nemanja Trifunovic19-Mar-02 11:05 
QuestionHow to Send an email w/ MAPI Pin
Aaron Schaefer18-Mar-02 12:14
Aaron Schaefer18-Mar-02 12:14 
AnswerRe: How to Send an email w/ MAPI Pin
Joaquín M López Muñoz18-Mar-02 13:42
Joaquín M López Muñoz18-Mar-02 13:42 
GeneralRe: How to Send an email w/ MAPI Pin
Aaron Schaefer19-Mar-02 6:42
Aaron Schaefer19-Mar-02 6:42 
Generalproblem Pin
Steve L.18-Mar-02 11:22
Steve L.18-Mar-02 11:22 
Whenever I call my function GetWindowTitle() I get an error in MFC42D.DLL. Here's the code:
void CView::GetWindowTitle()
{
CWnd* pWindow;
pWindow = GetActiveWindow();
pWindow->GetWindowText( m_strWindowText );
}

where m_strWindowText is a CString member variable.
I use the exact same code in a different function and that works fine. Whats the problem?

-Raffi<marquee behavior="ALTERNATE" width="100">Jig | [Dance]
The truth about C++
GeneralRe: problem Pin
Tim Smith18-Mar-02 11:47
Tim Smith18-Mar-02 11:47 
GeneralRe: problem Pin
Roger Wright18-Mar-02 12:38
professionalRoger Wright18-Mar-02 12:38 
GeneralRe: problem Pin
Christian Graus18-Mar-02 14:20
protectorChristian Graus18-Mar-02 14:20 
GeneralRe: problem Pin
Roger Wright18-Mar-02 14:45
professionalRoger Wright18-Mar-02 14:45 
GeneralRe: problem Pin
Christian Graus18-Mar-02 22:41
protectorChristian Graus18-Mar-02 22:41 
GeneralRe: problem Pin
Nish Nishant18-Mar-02 13:48
sitebuilderNish Nishant18-Mar-02 13:48 
GeneralRe: problem Pin
Tomasz Sowinski18-Mar-02 22:55
Tomasz Sowinski18-Mar-02 22:55 
GeneralRe: problem Pin
Nish Nishant18-Mar-02 23:21
sitebuilderNish Nishant18-Mar-02 23:21 
QuestionMSFlexGrid License in .NET ? Pin
dazinith18-Mar-02 10:28
dazinith18-Mar-02 10:28 
AnswerRe: MSFlexGrid License in .NET ? Pin
Mazdak18-Mar-02 10:35
Mazdak18-Mar-02 10:35 
GeneralRe: MSFlexGrid License in .NET ? Pin
dazinith18-Mar-02 11:15
dazinith18-Mar-02 11:15 
GeneralRe: MSFlexGrid License in .NET ? Pin
Mazdak18-Mar-02 20:20
Mazdak18-Mar-02 20:20 
GeneralTemplate class pointer instantiation Pin
18-Mar-02 10:01
suss18-Mar-02 10:01 
GeneralRe: Template class pointer instantiation Pin
Tomasz Sowinski18-Mar-02 10:04
Tomasz Sowinski18-Mar-02 10:04 
GeneralRe: Template class pointer instantiation Pin
18-Mar-02 10:08
suss18-Mar-02 10:08 
GeneralRe: Template class pointer instantiation Pin
Tomasz Sowinski18-Mar-02 10:12
Tomasz Sowinski18-Mar-02 10:12 
GeneralRe: Template class pointer instantiation Pin
18-Mar-02 10:19
suss18-Mar-02 10:19 

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.