Search:

Type: Posts; User: Wizdom412

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    4,042

    Re: Webbrowser New_Window Event

    Thank you for the quick reply. Unfortunately, I am rather new to programming and have never used an "AddHandler" statement. Could you please give an example of how I may execute this?
  2. Replies
    3
    Views
    4,042

    Webbrowser New_Window Event

    I am working on a project which adds a web browser to the form dynamically during runtime. I need to have all links displayed on a given webpage to open via that same web browser control. I...
  3. Replies
    2
    Views
    5,349

    VS 2010 Re: ComboBox Used For System Fonts

    It figures...10 minutes after I try asking for help I find the proper solution. Please dis-regard this thread. Thanks!
  4. Replies
    2
    Views
    5,349

    VS 2010 [RESOLVED] ComboBox Used For System Fonts

    Currently working on a project that will allow users to change the font of a richtextbox control. I gathered all the system fonts on form load into a combobox control. I am having difficulty having...
  5. Replies
    5
    Views
    6,596

    Re: VB6: Webbrowser - open link in same window

    Under the WebBrowser control's "New Window" event, add this code:
    Dim myElement As HtmlElement = WB.Document.ActiveElement
    Dim target As String = myElement.GetAttribute("href")
    ...
  6. Replies
    6
    Views
    10,879

    VS 2010 Re: [RESOLVED] Get Elapsed Time

    Public Class Form1

    Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load

    Try
    AppStartTime_label.Text = TimeOfDay()
    ...
Results 1 to 6 of 6



Click Here to Expand Forum to Full Width