Le 23/09/2013 20:50, Christian Schmitz a écrit :
> Am 23.09.2013 um 20:45 schrieb fqd <[email protected]>:
>
>> Greetings all,
>>
>> I want to check if my app is running in a TSE session .
>>
>> Is this possible with SystemInformationMBS ?
>
> bitwiseAnd( SystemInformationMBS.WinSuiteMask, &h0100) = &h0100
>
>
> should do it.
>
> Greetings
> Christian
>

Thanks Christian, but it doesn't work :

if ( bitwiseAnd( SystemInformationMBS.WinSuiteMask, &h0100) = &h0100 ) then

     MsgBox ( "TSE" )  // is true when running on Windows 7.

end




_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to