Well, I think I could... if I knew which file to grab... feel kind of stupid here. Been trying to find out on Microsoft.com, but fell asleep after browsing 9 miles of text... ;-)
Any idea of which file I should look for?
Best regards,
/mrmiffo...
User Profile
Collapse
-
Thanks guys, I'll try both solution suggestions and get back with the result.
Best regards,
/mrmiffoLeave a comment:
-
VB.NET app: Forms.WebBrowser and IE version dependency
Hi,
Language: VB
Dev. environment: VS2005 Express Edition
OS: WinXP
Browser: IE7
I developed an application containing a WebBrowser object not visible to the user.
JPG, SWF and HTML files are loaded into the object and I'm grabbing the image of it for printing. Works great on systems that have IE7 but on machines that have IE6 installed, the grabbed image always comes out blank. Updating... -
Thanks, I feel rather stupid now when I have figured out what I did wrong... it was a very dumb attempt to check if the object in fact was an object... more stupid was that I did not post all the code in the first place - then you had seen the bad code directly...
it was:
Code:if("" + currentNode == "")
Now I use:
Code:if(typeof(currentNode)
Leave a comment:
-
Not an object? Well, it is too!
Hi all!
I have probably a simple problem but, as for all problems it is huge for me since I'm the one having it... I'm trying to work my way up to the mother of mothers in an XML file starting with a clicked node and what goes wrong is that even when I get the parents' label - the parent is not acknowledged as an object...
This I have in a loop:
Code:myLabel = currentNode.parentNode.getAttribute('label');
-
Thanks for the welcoming!
True. The original poster probably was not creating pages for the same purpose I described. I just wanted to make a point since I, and everyone else, the last few years have been struggling against the hysterical security aspects of everything. The bad guys out there are making the rules. Each time I deliver a clever system to a customer I think for myself; "wonder how long time it will take before Microsoft...Leave a comment:
-
Animating HTML frame size change
Hi, I want to animate the change of a frames' size. Something like;
Code:for (i=0, i<250, i++) { var aValue = i + "px,*" parent.document.getElementById(whichFrameSet).cols = aValue; }
Is it because the frameset is not updated visually... -
So guys, you definately think you have figured it all out huh? ;-)
What you are thinking of is a typical standard person surfin' the internet and suddenly gets his/her browser layout changed against his/her will. Then your comments are perfectly correct and understandable.
But now to some serious discussion: let's say that you have the mission to create a page which will be used on an intranet and where users have logged...Leave a comment:
No activity results to display
Show More
Leave a comment: