Click here to Skip to main content
15,901,001 members
Home / Discussions / COM
   

COM

 
GeneralRe: shortcut Pin
Abhi Lahare23-Jul-04 18:20
Abhi Lahare23-Jul-04 18:20 
GeneralMixing COM event handling techniques Pin
zumichu20-Jul-04 11:48
zumichu20-Jul-04 11:48 
GeneralRe: Mixing COM event handling techniques Pin
Vi221-Jul-04 18:10
Vi221-Jul-04 18:10 
GeneralRe: Mixing COM event handling techniques Pin
zumichu21-Jul-04 18:41
zumichu21-Jul-04 18:41 
GeneralRe: Mixing COM event handling techniques Pin
Vi221-Jul-04 19:19
Vi221-Jul-04 19:19 
GeneralRe: Mixing COM event handling techniques Pin
zumichu21-Jul-04 19:44
zumichu21-Jul-04 19:44 
GeneralIHTMLWindow2 navigate opening new window Pin
zumichu20-Jul-04 11:11
zumichu20-Jul-04 11:11 
GeneralRe: IHTMLWindow2 navigate opening new window Pin
Alexander Wiseman20-Jul-04 11:40
Alexander Wiseman20-Jul-04 11:40 
The problem is caused by different pages defining different default "target frames" for links. In an HTML document you can define a default target frame which can be one of these (there are others I can't remember right now and haven't listed):

_self: load new page in same window
_blank: load new page in new window
_top: load new page in the top frame window

All you have to do to get constant behavior is use the lpszTargetFrameName variable in the navigate or navigate2 function, like this:
<br />
navigate(sURL, 0, "_self");<br />

This will cause the new page to be loaded in the same window.

Hope that helps!

Sincerely,
Alexander Wiseman

Est melior esse quam videri
It is better to be than to seem
GeneralRe: IHTMLWindow2 navigate opening new window Pin
zumichu20-Jul-04 12:50
zumichu20-Jul-04 12:50 
GeneralRe: IHTMLWindow2 navigate opening new window Pin
Alexander Wiseman20-Jul-04 14:25
Alexander Wiseman20-Jul-04 14:25 
GeneralRe: IHTMLWindow2 navigate opening new window Pin
zumichu20-Jul-04 16:22
zumichu20-Jul-04 16:22 
GeneralGUIDs and MIDL.exe Pin
Tropicana20-Jul-04 7:58
Tropicana20-Jul-04 7:58 
Questionhow to marshal interface Pin
yingkou19-Jul-04 18:30
yingkou19-Jul-04 18:30 
GeneralCreateObjrefMoniker - missing Pin
Sara Burns19-Jul-04 12:30
Sara Burns19-Jul-04 12:30 
GeneralAxWebBrowser.ExecWB printing error &quot;Trying to revoke a drop target ...&quot; Pin
alexatn16-Jul-04 12:14
alexatn16-Jul-04 12:14 
Generaldefaultvalue doesn't work with late-binding when using attributed objects Pin
Member 54073115-Jul-04 2:59
Member 54073115-Jul-04 2:59 
GeneralWord OLE temp document ~wroxxxx.doc Pin
vishalmore14-Jul-04 20:35
vishalmore14-Jul-04 20:35 
GeneralSuggestion for solved problems Pin
darkbyte14-Jul-04 14:04
darkbyte14-Jul-04 14:04 
QuestionHow to integrate out of process server with client Pin
piks14-Jul-04 0:50
piks14-Jul-04 0:50 
AnswerRe: How to integrate out of process server with client Pin
darkbyte14-Jul-04 13:55
darkbyte14-Jul-04 13:55 
Questionhow to use CoMarshalInterThreadInterfaceInStream? Pin
yingkou13-Jul-04 14:05
yingkou13-Jul-04 14:05 
GeneralActiveX and C# Pin
FlamTaps12-Jul-04 8:58
FlamTaps12-Jul-04 8:58 
QuestionCOM+ Task Scheduling? Pin
meierk12-Jul-04 6:00
meierk12-Jul-04 6:00 
AnswerRe: COM+ Task Scheduling? Pin
meierk12-Jul-04 7:41
meierk12-Jul-04 7:41 
GeneralBeginning COM programming Pin
Mekong River12-Jul-04 5:44
Mekong River12-Jul-04 5:44 

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.