Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ty1122

    Shortcut key problem in vb.net

    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.
  2. ty1122

    Shortcut key problem in vb.net

    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...
  3. ty1122

    Lost focus problem in vb.net2k5

    nevermind i found the resize event to be the right one. Thanks for your help Christiaan! Tai
  4. ty1122

    Webbrowser Problem in VB.NET 2K5

    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...
  5. ty1122

    Lost focus problem in vb.net2k5

    It works for switching between windows! But after i minimize and then restore it, activate event doesnt help me anymore. Any other hints? Thanks, Tai
  6. ty1122

    Webbrowser Problem in VB.NET 2K5

    it is still the same with applet tags. btw i have other webbrowsers working with html tags...the only difference is that they dont have <applet>. Tai
  7. ty1122

    Lost focus problem in vb.net2k5

    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...
  8. ty1122

    Webbrowser Problem in VB.NET 2K5

    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...
  9. ty1122

    Menustrip dropdownitemclicked

    It's just for practice. Thanks for your tips i got it now.
  10. ty1122

    Menustrip dropdownitemclicked

    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...
  11. ty1122

    Printing a form to fit a page

    I found a function that can print the image in a picturebox to fit a form. But how can you print the whole form to fit the page scale? Thanks.
  12. ty1122

    Typing the colon or semicolon in the program

    Thank you for solving my program.
  13. ty1122

    Typing the colon or semicolon in the program

    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...
  14. ty1122

    How to get error info from Inet component?

    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.
  15. ty1122

    About webbrowser1.document.body.innerhtml

    hi i am trying to view this html file without creating a file. i just made my own html code and want to display it in the window.
  16. ty1122

    About webbrowser1.document.body.innerhtml

    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...

Part and Inventory Search

Back
Top