Support

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

For general discussion related FlowStone

Wndproc

Postby radido » Thu Mar 21, 2013 3:26 pm

Hi,
if someone had an example for "Wndproc" with Ruby for me
thanks :D
radido
 
Posts: 12
Joined: Wed Feb 18, 2009 12:33 pm
Location: Germany

Re: Wndproc

Postby rlr » Mon Mar 25, 2013 10:19 pm

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

Postby radido » Tue Mar 26, 2013 9:23 am

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?
radido
 
Posts: 12
Joined: Wed Feb 18, 2009 12:33 pm
Location: Germany


Return to General

Who is online

Users browsing this forum: No registered users and 84 guests