Click here to Skip to main content
15,918,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: this is actually how the situation is Pin
carlos dp4-Aug-02 2:25
susscarlos dp4-Aug-02 2:25 
Generalerror 1189 in mfc app. Pin
nss3-Aug-02 4:25
nss3-Aug-02 4:25 
Generalall I have in my .h file is two includes and 1 import: Pin
nss3-Aug-02 4:30
nss3-Aug-02 4:30 
GeneralI have "automatic use of precompiled headers" Pin
nss3-Aug-02 4:35
nss3-Aug-02 4:35 
GeneralCRichEditCtrl MFC Pin
Anonymous3-Aug-02 1:58
Anonymous3-Aug-02 1:58 
GeneralRe: CRichEditCtrl MFC Pin
Pavel Klocek3-Aug-02 2:08
Pavel Klocek3-Aug-02 2:08 
GeneralRe: CRichEditCtrl MFC Pin
Nish Nishant3-Aug-02 3:28
sitebuilderNish Nishant3-Aug-02 3:28 
GeneralRe: CRichEditCtrl MFC Pin
Ernest Laurentin3-Aug-02 6:20
Ernest Laurentin3-Aug-02 6:20 
I think there is a macro for this in ATL but you may want to send the message
SendMessage(
(HWND) hWnd, // handle to destination window
EM_AUTOURLDETECT, // message to send
(WPARAM) wParam, // URL detection state
(LPARAM) lParam // not used; must be zero
);
Parameters
wParam
Specify TRUE to enable automatic URL detection or FALSE to disable it.
lParam
This parameter is not used; it must be zero.

As my daughter would say, "... Whatever!"
GeneralCRichEditCtrl MFC Pin
Anonymous3-Aug-02 1:58
Anonymous3-Aug-02 1:58 
GeneralCSplitterWnd Question Pin
Anonymous3-Aug-02 1:18
Anonymous3-Aug-02 1:18 
GeneralRe: CSplitterWnd Question Pin
Pavel Klocek3-Aug-02 2:18
Pavel Klocek3-Aug-02 2:18 
GeneralProblem In using tree control Pin
Prateeti2-Aug-02 23:23
Prateeti2-Aug-02 23:23 
GeneralModify the context menu string at runtime. Pin
Neha2-Aug-02 23:19
Neha2-Aug-02 23:19 
GeneralRe: Modify the context menu string at runtime. Pin
Nish Nishant2-Aug-02 23:27
sitebuilderNish Nishant2-Aug-02 23:27 
GeneralRe: Modify the context menu string at runtime. Pin
Neha2-Aug-02 23:57
Neha2-Aug-02 23:57 
GeneralRe: Modify the context menu string at runtime. Pin
Nish Nishant3-Aug-02 0:36
sitebuilderNish Nishant3-Aug-02 0:36 
GeneralRe: Modify the context menu string at runtime. Pin
JohnnyG3-Aug-02 5:23
JohnnyG3-Aug-02 5:23 
GeneralRe: Modify the context menu string at runtime. Pin
Neha3-Aug-02 0:27
Neha3-Aug-02 0:27 
GeneralRe: Modify the context menu string at runtime. Pin
Pavel Klocek3-Aug-02 2:29
Pavel Klocek3-Aug-02 2:29 
QuestionHow to rebuld Desktop Icon? Pin
AlexDr2-Aug-02 22:52
AlexDr2-Aug-02 22:52 
GeneralHelp with Stack overflow Pin
Biff2-Aug-02 22:24
Biff2-Aug-02 22:24 
QuestionSmart Card anyone? Pin
Anonymous2-Aug-02 22:14
Anonymous2-Aug-02 22:14 
AnswerRe: Smart Card anyone? Pin
JohnnyG3-Aug-02 5:26
JohnnyG3-Aug-02 5:26 
Questionwindow's init message ? Pin
includeh102-Aug-02 20:16
includeh102-Aug-02 20:16 
AnswerRe: window's init message ? Pin
Nish Nishant2-Aug-02 20:47
sitebuilderNish Nishant2-Aug-02 20:47 

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.