Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Font/Style/Appearence of manually created dialog controls Pin
Gary R. Wheeler9-Jan-05 14:45
Gary R. Wheeler9-Jan-05 14:45 
QuestionOnIdle? Pin
dSolariuM8-Jan-05 19:04
dSolariuM8-Jan-05 19:04 
Generalneed a web-site counter or tracker Pin
includeh108-Jan-05 18:37
includeh108-Jan-05 18:37 
GeneralRe: need a web-site counter or tracker Pin
ThatsAlok9-Jan-05 1:21
ThatsAlok9-Jan-05 1:21 
QuestionHow to detect what URL clicked user ? Pin
vgrigor18-Jan-05 11:39
vgrigor18-Jan-05 11:39 
AnswerRe: How to detect what URL clicked user ? Pin
Michael Dunn9-Jan-05 3:49
sitebuilderMichael Dunn9-Jan-05 3:49 
GeneralRe: How to detect what URL clicked user ? Pin
vgrigor19-Jan-05 4:32
vgrigor19-Jan-05 4:32 
AnswerRe: How to detect what URL clicked user ? Pin
Antti Keskinen9-Jan-05 3:59
Antti Keskinen9-Jan-05 3:59 
Instead of IWebBrowser2, use standard COM methods and register for notifications from the DWebBrowserEvents interface. First query for IConnectionPointContainer interface. Then ask for IConnectionPoint interface for DWebBrowserEvents. Then register your class using IConnectionPoint::Advise.

The class you use must be derived from DWebBrowserEvents and must implement all of it's methods. Unused events should return S_OK. The event you're interested in is DWebBrowserEvents::NavigateComplete. This event will have the final URL where the client was directed to.

-Antti Keskinen

----------------------------------------------
"If we wrote a report stating we saw a jet fighter with a howitzer, who's going to believe us ?"

-- R.A.F. pilot quote on seeing a Me 262 armed with a 50mm Mauser cannon.
GeneralRe: How to detect what URL clicked user ? Pin
vgrigor19-Jan-05 4:35
vgrigor19-Jan-05 4:35 
QuestionHow can I get a thread suspended-status? Pin
Robert Buldoc8-Jan-05 9:29
Robert Buldoc8-Jan-05 9:29 
AnswerRe: How can I get a thread suspended-status? Pin
cmk8-Jan-05 9:41
cmk8-Jan-05 9:41 
GeneralRe: How can I get a thread suspended-status? Pin
Robert Buldoc8-Jan-05 9:42
Robert Buldoc8-Jan-05 9:42 
GeneralRe: How can I get a thread suspended-status? Pin
cmk8-Jan-05 9:46
cmk8-Jan-05 9:46 
GeneralRe: How can I get a thread suspended-status? Pin
Robert Buldoc8-Jan-05 9:49
Robert Buldoc8-Jan-05 9:49 
GeneralProblem writing MHT files Pin
Kevin Tambascio8-Jan-05 6:39
Kevin Tambascio8-Jan-05 6:39 
GeneralGame Interface Pin
philadelphia7-Jan-05 21:36
philadelphia7-Jan-05 21:36 
GeneralRe: Game Interface Pin
User 66588-Jan-05 1:47
User 66588-Jan-05 1:47 
GeneralRe: Game Interface Pin
BlackDice8-Jan-05 2:30
BlackDice8-Jan-05 2:30 
GeneralRe: Game Interface Pin
Leyu8-Jan-05 19:47
Leyu8-Jan-05 19:47 
QuestionHow to get start withe GDI+ under Windows XP / Visual C++ 5.0? Pin
Shuang. Wu7-Jan-05 20:55
Shuang. Wu7-Jan-05 20:55 
AnswerRe: How to get start withe GDI+ under Windows XP / Visual C++ 5.0? Pin
Shuang. Wu7-Jan-05 20:59
Shuang. Wu7-Jan-05 20:59 
AnswerRe: How to get start withe GDI+ under Windows XP / Visual C++ 5.0? Pin
Shuang. Wu10-Jan-05 15:22
Shuang. Wu10-Jan-05 15:22 
Questionsorting 3 indexes?????? Pin
alex.barylski7-Jan-05 19:50
alex.barylski7-Jan-05 19:50 
AnswerRe: sorting 3 indexes?????? Pin
alex.barylski7-Jan-05 21:11
alex.barylski7-Jan-05 21:11 
GeneralSCSI Hard Disk Number Pin
shonty7-Jan-05 19:20
shonty7-Jan-05 19:20 

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.