Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
GeneralManaging access in nested classes Pin
matthias s.16-Apr-05 4:17
matthias s.16-Apr-05 4:17 
GeneralRe: Managing access in nested classes Pin
leppie16-Apr-05 5:53
leppie16-Apr-05 5:53 
GeneralRe: Managing access in nested classes Pin
Phil Harding16-Apr-05 14:54
Phil Harding16-Apr-05 14:54 
GeneralCross-Frame access Pin
Anonymous16-Apr-05 4:07
Anonymous16-Apr-05 4:07 
GeneralRe: Cross-Frame access Pin
Heath Stewart16-Apr-05 8:46
protectorHeath Stewart16-Apr-05 8:46 
GeneralRe: Cross-Frame access Pin
Anonymous16-Apr-05 9:33
Anonymous16-Apr-05 9:33 
GeneralRe: Cross-Frame access Pin
Heath Stewart16-Apr-05 9:37
protectorHeath Stewart16-Apr-05 9:37 
GeneralRe: Cross-Frame access Pin
Anonymous16-Apr-05 10:05
Anonymous16-Apr-05 10:05 
At this moment using MSHTML works perfectly (in the same domain), I know that cross-frame scripting is restricted using MSHTML.

I am using the ActiveX axWebBrowser object to embed a webbrowser in my app. But in some case, web pages embeds frame out of the parent domain. So I am stuck if I want (for exemple) to login on external website, due to cross-frame scripting restrictions.

So I wonder if there is a way to do this in C#... My friend that did the thing in Delphi seems to get the main webbrowser document id in an OleContainer then enumerate objects in this container, after he cast back the OleObject to a IHTMLWindow and access the frame without any restrictions.

Here is the link where he find the solution in Delphi (unfortunaly he doesnt know what he does, but use the code as it):
http://www.swissdelphicenter.ch/torry/showcode.php?id=2054
GeneralRe: Cross-Frame access Pin
Heath Stewart16-Apr-05 10:32
protectorHeath Stewart16-Apr-05 10:32 
GeneralRe: Cross-Frame access Pin
Anonymous16-Apr-05 10:52
Anonymous16-Apr-05 10:52 
Generalhelp me plz Pin
fekra16-Apr-05 4:03
fekra16-Apr-05 4:03 
GeneralRe: help me plz Pin
Colin Angus Mackay16-Apr-05 10:49
Colin Angus Mackay16-Apr-05 10:49 
Questioncenter text? Pin
Larsson16-Apr-05 3:33
Larsson16-Apr-05 3:33 
AnswerRe: center text? Pin
Heath Stewart16-Apr-05 10:00
protectorHeath Stewart16-Apr-05 10:00 
GeneralRe: center text? Pin
Larsson16-Apr-05 10:11
Larsson16-Apr-05 10:11 
GeneralRe: center text? Pin
Heath Stewart16-Apr-05 10:24
protectorHeath Stewart16-Apr-05 10:24 
GeneralCookies and winforms Pin
Anonymous16-Apr-05 2:52
Anonymous16-Apr-05 2:52 
GeneralRe: Cookies and winforms Pin
Heath Stewart16-Apr-05 9:35
protectorHeath Stewart16-Apr-05 9:35 
GeneralRe: Cookies and winforms Pin
Anonymous16-Apr-05 23:55
Anonymous16-Apr-05 23:55 
GeneralRe: Cookies and winforms Pin
Heath Stewart17-Apr-05 16:21
protectorHeath Stewart17-Apr-05 16:21 
Generaltext color Pin
Larsson16-Apr-05 2:04
Larsson16-Apr-05 2:04 
GeneralRe: text color Pin
Heath Stewart16-Apr-05 9:09
protectorHeath Stewart16-Apr-05 9:09 
GeneralRe: text color Pin
Larsson16-Apr-05 10:12
Larsson16-Apr-05 10:12 
GeneralRe: text color Pin
Heath Stewart16-Apr-05 10:23
protectorHeath Stewart16-Apr-05 10:23 
QuestionSDL.Net on WinForm possible? Pin
RATC16-Apr-05 1:56
RATC16-Apr-05 1:56 

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.