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: *

  • Users: ty1122
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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.
  6. 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...
  7. 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.
  8. 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