If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Wndproc
3 posts
• Page 1 of 1
Re: Wndproc
I dont quite understand what you are asking for. The graphics functions wich are part oft the RubyEdit class work differently. AFAIK there is also no access to the window's HWND.
- rlr
- Posts: 27
- Joined: Tue Jul 13, 2010 9:17 pm
Re: Wndproc
Sorry for misunderstanding..
# This gets the caption of a window from a handle
s = ' '*64
getWindowText = Win32API.new("user32", "GetWindowText", ['L','P','L'], 'L')
getWindowText.Call(handle,s,64)
watch "caption",s
With this stuff, I can only identify the sender of a message:
But can´t receive from the sender a message.
Do you have an explanation?
# This gets the caption of a window from a handle
s = ' '*64
getWindowText = Win32API.new("user32", "GetWindowText", ['L','P','L'], 'L')
getWindowText.Call(handle,s,64)
watch "caption",s
With this stuff, I can only identify the sender of a message:
But can´t receive from the sender a message.
Do you have an explanation?
- radido
- Posts: 12
- Joined: Wed Feb 18, 2009 12:33 pm
- Location: Germany
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 59 guests