Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2007
    Posts
    233

    How can i get a object-handle .

    for example handle of "Lebel1".
    It will be useful in some API coding.

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    you can only get the handle of windowed objects like listbox, input, web, combo, winbutton and grid

    objects like buttons and labels do not have a handle thats accessable to API
    Open your eyes to Narcissism, Don't let her destroy your life!!

  3. #3
    Join Date
    Oct 2007
    Posts
    233
    Hello man
    Ok, can you call me ,how can i do it for windowed objects as example?

  4. #4
    Join Date
    May 2006
    Posts
    5,380
    the listbox window handle is stored in the var hWnd
    Code:
    hWnd = ListBox.GetProperties("ListBox").WindowHandle;
    Open your eyes to Narcissism, Don't let her destroy your life!!

  5. #5
    Join Date
    Oct 2007
    Posts
    233
    Thanksful
    that's cool way.

Similar Threads

  1. HOW TO: Return a Web Browser Object to the Original URL after a Page Jump
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 02-03-2003, 09:18 AM
  2. INFO: Difference between the Media Player Object and the AVI Object
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-29-2002, 02:15 PM
  3. HOWTO: Make a Media Player Object Go Full Screen
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 11:23 AM
  4. TUTORIAL: Showing and Hiding Objects in AutoPlay Menu Studio 3.0
    By Support in forum AutoPlay Menu Studio 3.0
    Replies: 0
    Last Post: 10-10-2002, 02:39 PM
  5. Replies: 0
    Last Post: 10-04-2002, 10:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts