i just found out that whenever i right click in the webpage, the shortcut key will work but after i left click it will stop..so i guess i can add a click event.
So i have a form with a menu. Some menuitems are assigned shortcut keys. I can use them when i first load the program.
I also have a webbrowser and whenever i load a webpage in it, the shortcut keys on the menu stop working. I tried to do me.focus() but it didn't work everytime. Sometimes i will...
here is the code, i am sure it runs in an html file:
<html>
<body bgcolor='#000000' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 scroll='no'>
<applet codebase='http://www.runescape.com/worldmap/' code='mapview.class' archive='mapview-514beb37.jar' width='635' height='503'><param...
I have a webbrowser in a form. Everytime I leave this form, i.e. switch to another window or program, the webbrowser lost its focus. When i type things the letters don't show up in the webpage.
But when i leave this form again (open another window again) and come back, i get my focus back. I can...
I am trying to load a java applet using webbrowser.documenttext="<html><body><applet ....blah....></applet></body></html>" but it won't load. It just gives me a white screen and dies.
When i am using the same html code inside a html file, i can run the applet locally.
I can run other applets...
For example I have a menustrip item lets call it A
then i have like 100 menustrip items under A.
Under each of these items there are also 100 items.
I want to get a single click event that handles any click event under A (so that i don't have to create 10000 of them).
It is possible to do...
hi,
I was trying to type in some keycodes with "keybd_event" API. It works for most keys on the keyboard but i can't find any keycodeconstants for ":" or ";" the ascii values are 59 and 58. But when i use keybd_event 58,1,0,0 nothing happens but other values are fine. I wonder if there is any...
i tried to connect this:
x=inet1.openurl(url)
but if the "url" doesn't exist or doesn't work, how can i get a unable to connect status, then ill display an error message?
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.