Search:

Type: Posts; User: neoxyn

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    621

    VS 2008 Re: Capture text from chatprogram

    It gives me the "Not Found" message, while im expecting the "Found" message
  2. Replies
    2
    Views
    621

    VS 2008 Capture text from chatprogram

    Using Winspy++ I've figured the structure of this program is as following

    Main Window = BRWindowClass
    Children of BRWindowClass =
    MDiclient

    Children of MdiClient =

    BRChildClass [window...
  3. Re: Visual Basic Get Text of Another Window's TextBox

    Ok, i think ive found the problem.
    The "Edit" class is actually a child of a class called "MDINFO"

    so, i think i have to modify to code to first find the main parent = "Brwindowclass" - current...
  4. Re: Visual Basic Get Text of Another Window's TextBox

    Sorry to bump a thread, but my question is related..

    Here's the code i use to capture text from a chatprogram

    Imports System.Runtime.InteropServices
    Public Class Form1
    Private Const...
  5. Re: [2008] Move a label to predefined coordinates

    Thanks! Changing the variablename in module1 does the trick.
  6. Re: [2008] Move a label to predefined coordinates

    Hm Norther thanks for your reply, but I'm looking for the reason why the orginal code doesn't work. If I set



    Label1.Top = 100
    Label1.Left = 100


    it works. These are the same values as in...
  7. [2008] Move a label to predefined coordinates

    My problem is as following. I'm designing some kind of game and the user has two options:load game or new game. If someone pressed new game, it should move the character to location x=100 and y =100...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width