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...
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.
I am using vb6 and tries to browse a html source created by me: say its urlsource
i did webbrowser1.document.body.innerhtml=urlsource and it displays the page i desired.
but it has an annoying thick border around the page which i dont like.
is there a way to get rid of the border as the full...
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.