Click here to Skip to main content
15,885,985 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to check Application is run by Administrator Pin
Eddy Vluggen9-Jun-09 7:05
professionalEddy Vluggen9-Jun-09 7:05 
QuestionImpossible to access to the properties of Usercontrol, since a HTML page with javascript [modified] Pin
tdc_david9-Jun-09 1:25
tdc_david9-Jun-09 1:25 
AnswerRe: Impossible to access to the properties of Usercontrol, since a HTML page with javascript Pin
Christian Graus9-Jun-09 1:53
protectorChristian Graus9-Jun-09 1:53 
GeneralRe: Impossible to access to the properties of Usercontrol, since a HTML page with javascript Pin
tdc_david9-Jun-09 2:14
tdc_david9-Jun-09 2:14 
GeneralRe: Impossible to access to the properties of Usercontrol, since a HTML page with javascript Pin
Dave Kreskowiak9-Jun-09 3:15
mveDave Kreskowiak9-Jun-09 3:15 
GeneralRe: Impossible to access to the properties of Usercontrol, since a HTML page with javascript Pin
tdc_david9-Jun-09 4:18
tdc_david9-Jun-09 4:18 
GeneralRe: Impossible to access to the properties of Usercontrol, since a HTML page with javascript Pin
Dave Kreskowiak9-Jun-09 6:22
mveDave Kreskowiak9-Jun-09 6:22 
Question[Help]VB6 + Webbrowser + Iframes + Different Domains] Pin
Lord Engel9-Jun-09 1:02
Lord Engel9-Jun-09 1:02 
1 - The Situation:
I'm Using "Visual Basic 6"
I'm Using "Webbrowser Control"
I'm Using "Microsoft HTML Object Library"

====================================================

2 - What I Want:
*Acees objects (buttons, links, etc) on a IFRAME
*Get all links for example, click in links, etc...

This is easy... but...

===================================================

3- THE PROBLEM:
The page A is in www.abc.com
The page B is in www.xyz.com
The Page A contains one iframe to page B
I Can't acess elements in Iframes with diferrent domains using normal methods.

====================================================

4 - Example:

PAGE A.html (www.abc.com/PageA.html) ==>
<html>
<body>
THIS IS THE PAGE A!<Br>
PAGE A contains one Iframe to PAGE B!<br>
<Iframe id="PageB" name="PageB" src="http://www.xyz.com/PageB.html">
</body>
</html>

====================================================

For example, if a try to get links of page B (iframe) pufff...
"{"Access Denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"}"

====================================================

5 - The phrase for the more experienced are:

Nothing is impossible! you know!
How can I then perform this procedure?

Thanks

====================================================
AnswerRe: [Help]VB6 + Webbrowser + Iframes + Different Domains] Pin
DaveAuld9-Jun-09 1:37
professionalDaveAuld9-Jun-09 1:37 
GeneralRe: [Help]VB6 + Webbrowser + Iframes + Different Domains] Pin
Lord Engel9-Jun-09 1:48
Lord Engel9-Jun-09 1:48 
GeneralRe: [Help]VB6 + Webbrowser + Iframes + Different Domains] [modified] Pin
DaveAuld9-Jun-09 3:52
professionalDaveAuld9-Jun-09 3:52 
GeneralRe: [Help]VB6 + Webbrowser + Iframes + Different Domains] Pin
Lord Engel9-Jun-09 4:20
Lord Engel9-Jun-09 4:20 
QuestionMaintain whitespace between strings Pin
Member 45142188-Jun-09 23:33
Member 45142188-Jun-09 23:33 
AnswerRe: Maintain whitespace between strings Pin
Christian Graus8-Jun-09 23:59
protectorChristian Graus8-Jun-09 23:59 
AnswerRe: Maintain whitespace between strings Pin
binjafar9-Jun-09 0:01
binjafar9-Jun-09 0:01 
GeneralRe: Maintain whitespace between strings Pin
Member 45142189-Jun-09 6:22
Member 45142189-Jun-09 6:22 
GeneralRe: Maintain whitespace between strings Pin
binjafar9-Jun-09 8:15
binjafar9-Jun-09 8:15 
AnswerRe: Maintain whitespace between strings Pin
Johan Hakkesteegt9-Jun-09 2:45
Johan Hakkesteegt9-Jun-09 2:45 
AnswerRe: Maintain whitespace between strings Pin
Luc Pattyn9-Jun-09 2:45
sitebuilderLuc Pattyn9-Jun-09 2:45 
QuestionMultiline textbox Pin
Valdorox8-Jun-09 20:51
Valdorox8-Jun-09 20:51 
AnswerRe: Multiline textbox Pin
Nagy Vilmos8-Jun-09 21:57
professionalNagy Vilmos8-Jun-09 21:57 
GeneralRe: Multiline textbox Pin
Valdorox11-Jun-09 0:19
Valdorox11-Jun-09 0:19 
GeneralRe: Multiline textbox Pin
Nagy Vilmos11-Jun-09 4:46
professionalNagy Vilmos11-Jun-09 4:46 
GeneralRe: Multiline textbox Pin
Valdorox13-Jun-09 3:53
Valdorox13-Jun-09 3:53 
GeneralRe: Multiline textbox Pin
Nagy Vilmos13-Jun-09 21:15
professionalNagy Vilmos13-Jun-09 21:15 

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.