Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browser control - truncated title
Message
 
 
To
01/08/2008 15:39:44
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01335940
Message ID:
01335943
Views:
13
>I am using the webbrowser control in my application, and I have some information that I have stored in my hyperlink tag. When I click on the link, I am saving this information to the title of the browser and I display the information when I need it shortly afterwards.
>
>Problem:
>When I click on the link, everything works like I want it to except that my long "string" is cut off. I have tried tracing the sequence of events from the point at which I click the hyperlink and I find that in my browser control's statustextchange event, I still have my entire string. However, once I get to the titlechange event, it is becomes truncated and of course this is the version that gets displayed much later.
>
>Does anyone know of any way to track or capture the sequence of events that occur in the webbrowser control? I tried using the foxpro tools but I cannot find any entries in the call stack to indicate what happens from when I click the hyperlink. Also, is there a limit on the number of characters that can be displayed on the browser title?
>
>Thanks

Marc,

I guess you should be looking into the Object Browser and check what interface is implemented there. You can also try to put a breakpoint into Navigate method...

Check also http://msdn2.microsoft.com/en-us/library/aa752040.aspx
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform