Recent content by cowsarenotevil

  1. C

    Locating boundaries of other window in VB?

    How would I go about doing that in VB .NET? Say for example I wanted to put a button over each window on the screen, how would I go about looping through and getting the info about each window? Maybe a small or partial example would help me. Thanks.
  2. C

    Locating boundaries of other window in VB?

    Is there a way to locate the boundaries (size and location) of other windows running? I wasnt really sure where to post this, so feel free to move it. Thanks!
  3. C

    Form location doesn't seem to exist.

    Ok, all is working now.
  4. C

    Form location doesn't seem to exist.

    Wait... the "me" stuff seems like it might work. Thanks!
  5. C

    Form location doesn't seem to exist.

    Yes, I know how to change the location, but the location doesnt appear to exist... if I have a form called Form1 made with the GUI form maker, when I attempt to move it, location does not appear to be a member of the form. (i.e. Form1.location doesnt exist). Im sure Im doing something really...
  6. C

    Form location doesn't seem to exist.

    This (http://msdn.microsoft.com/library/d...ationofform.asp) tells me that I should be able to change the position of a form while the program is running, but the location, left, and right members of my form dont seem to exist. (using VB .NET). Thanks. NOTE: I have no clue what Im doing.:p
Back
Top