Guys,
In my "WIN32.HLP" I found this stuff, referred to as a macro:
Obviously it is creating a WORD INTEGER (should be LONG in PB, I think?) as a language identifier. Does someone know how to use this in PB?
Thanks
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
In my "WIN32.HLP" I found this stuff, referred to as a macro:
Code:
WORD MAKELANGID( USHORT usPrimaryLanguage, // primary language identifier USHORT usSubLanguage // sublanguage identifier );
Thanks
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
Comment