Search results for query: *

  1. PatRoy

    viewing html files in VB form

    try using AxWebBrowser1.Navigate(Application.StartupPath & "\Xdir\xhtm2.htm", nullObject, nullObjStr, nullObjStr, nullObjStr) The Application.StartupPath is where your .exe is.
  2. PatRoy

    Accessing form controls within a private shared sub

    Hi, How can I access a form control, let's say a textbox, within a private shared sub? My situation: I'm learning about Async Sockets (server) and I want to insert the received text by the server in a textbox on my form. I read something about creating a delegate sub, but it wasn't very clear...
Back
Top