User Profile

Collapse

Profile Sidebar

Collapse
markclinn
markclinn
Last Activity: Dec 17 '07, 06:40 PM
Joined: Feb 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • markclinn
    started a topic Retrieving value from webBrowser in VB

    Retrieving value from webBrowser in VB

    I need to retrieve a value from a webBrowser into a vb application. The website has a field "textbox3" with a value that I need to bring into my vb application.

    I have tried:
    WebBrowser1.Doc ument.GetElemen tById("TextBox3 ").InnerTex t

    But it only posts a value into the web browser.

    NOTE: I have control of both the webpage and the vb app.

    any help would be appreciated
    See more | Go to post

  • Passing Variable from WebBrowser to VB Application

    I need help with passing a variable from embedded WebBrowser to VB application. I have an interactive map, and when I click on an icon, I need to pass the ID back into the application. Any ideas? I have control of both the ASP webpage and the VB app.

    Thanks
    See more | Go to post

  • markclinn
    started a topic Help with calendar control.

    Help with calendar control.

    I am trying to use the calander control to pick a date and retrieve information from a database. When a date is clicked on, the page re-loads, with the selected date, gets the informatino from the database and creates a graph. The problem that I am having is that when you pick the "<" or ">" to navigate to a new month the page reloads with the current month. How do I get around this?

    Code:
    <%@ Page
    ...
    See more | Go to post

  • markclinn
    started a topic Help with Treeview

    Help with Treeview

    I am new to VB and need some help with treeview.

    I am looking for something like windows explorer where you can have an infinite number of folders under any folder. I plan to use this tree to show a connectino path.

    With the database, I can record which parent a device goes to, but for the treeview, it seems I need to know the child. I can create a table that crossreferences these items, but they can be changed at any...
    See more | Go to post

  • markclinn
    started a topic Create a pause in stream.read?

    Create a pause in stream.read?

    I have a device in the field that I access by the stream method.
    I open the Stream and do the following:
    1. stream.write a character to the device.
    2. stream.read the information from the device.

    The problem is that when I am debugging and step through the code there is a long enough pause that I recieve the entire string. If I just run it, I only get the 1st character. I have attached the code below.
    ...
    See more | Go to post
    Last edited by Killer42; Feb 13 '07, 02:05 AM. Reason: Please use CODE tags.

  • markclinn
    started a topic Help with Treeview
    in .NET

    Help with Treeview

    I am new to VB and need some help with treeview.

    I am looking for something like windows explorer where you can have an infinite number of folders under any folder. I plan to use this tree to show a connectino path.

    With the database, I can record which parent a device goes to, but for the treeview, it seems I need to know the child. I can create a table that crossreferences these items, but they can be changed at...
    See more | Go to post

  • markclinn
    started a topic Create a pause in stream.read?

    Create a pause in stream.read?

    I have a device in the field that I access by the stream method.
    I open the Stream and do the following:
    1. stream.write a character to the device.
    2. stream.read the information from the device.

    The problem is that when I am debugging and step through the code there is a long enough pause that I recieve the entire string. If I just run it, I only get the 1st character. I have attached the code below.
    ...
    See more | Go to post
    Last edited by markclinn; Feb 12 '07, 06:14 PM. Reason: update
No activity results to display
Show More
Working...