Search:

Type: Posts; User: telepunk

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    529

    Custom Error code...

    Occasionally I get an error "Object reference not set to an instance of an object" because I'm using web-based elements and if the internet connection drops out, it causes this error. Until I can...
  2. Re: Changing the icon in the upper left corner of windows form...

    that was easy! thx
  3. Re: Changing the icon in the upper left corner of windows form...

    thanks for the replies, I see the part where it says...

    'Declaration
    Public Property Icon As Icon
    'Usage
    Dim instance As Form
    Dim value As Icon

    value = instance.Icon
  4. Changing the icon in the upper left corner of windows form...

    Using Visual Studio 2010, already have the desktop icon set to what I want. How do you change the icon that is in the upper left corner of a windows form? Right now it looks like 3 colored squares,...
  5. Replies
    2
    Views
    497

    Timer Flow Question....

    I am writing a program that has to follow a sequence of events, I've come up with a way to do this using a timer, but there is probably a better way, could someone help me accomplish this in a better...
  6. Re: Left Click, Sleep, Move Mouse, Sleep, etc...

    RESOLVED, not sure if there is a button to mark that or not...
  7. Re: Left Click, Sleep, Move Mouse, Sleep, etc...

    Ok, thanks guys!

    This is what I exactly what I needed, here is some code to leave for future searchers...


    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs)...
  8. Re: Left Click, Sleep, Move Mouse, Sleep, etc...

    I'm confused about how the timer control works... Please help me...

    Assume these are the actions that I want to do with a pause in between them each...

    Move mouse to 1st position
    ...
  9. [RESOLVED] Left Click, Sleep, Move Mouse, Sleep, etc...

    I know this is probably basic but I'm having trouble figuring it out even with excessive amounts of googling...

    This is the code I am working with...



    Private Sub Button12_Click(ByVal...
  10. Replies
    4
    Views
    571

    Re: Question about Clipboard kinda

    The page I want to copy from looks like...
    <span id="copyme">Copy this Text!</span>

    To the page I want to paste the field looks something like...
    <input type="text" id =...
  11. Replies
    4
    Views
    571

    Re: Question about Clipboard kinda

    Thanks for that, I don't want to have to copy and paste like this but cannot find a suitable workaround since the id of the element dynamically changes otherwise I could easily just set that element...
  12. Replies
    4
    Views
    571

    Question about Clipboard kinda

    Hi people, have a little problem... I have a program with 2 webbrowsers on it, I am taking data from one webbrowser and unfortunately have to paste it into the other webbrowser, I have the copy and...
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width