View Full Version : Variables in WParam when sending messages?
Ron
October 13th, 2002, 12:55 PM
Just put the variable name ([var]) in there as always.
Ron
October 13th, 2002, 12:55 PM
thats what I meant, the default one is only for the 'captured' values. (little bit more user-proof, sendmessage can cause mayhem in a program including girder :-) )
mitko
October 13th, 2002, 12:55 PM
Is it possible to use variables in the WParam param when sending WM_COMMAND message using Girder?
I'm trying to make a group that will cycle through the available subtitle languages in WinDVD4. I noticed that the different languages have different WParams - from 33829 to 33847 and 33891 to disable subtitles. So my idea is to have a command that sends a message and then increments the iWParam variable which is used in the WParam of the message. Since now I wasn't able to do it. :( I can think of another solution using big number of "if.. then.. else" statements but ......... that's not nice (and not easy too).
Has anybody done this before?
mitko
October 13th, 2002, 12:55 PM
The the default send message command in Girder doesn't allow me to put a string [iWParam] in the WParam EditBox but I found that the SendMessage Plugin does.
So I have my solution now
:)
10x
Powered by vBulletin® Version 4.1.8 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.