News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

non-english windows clipboard problem

Started by bomz, February 11, 2022, 12:50:11 PM

Previous topic - Next topic

nidud

#30
deleted

TimoVJL

Using Free Clipboard Viewer someone could look what formats are already there, if someone copy something from another application.
May the source be with you

nidud

#32
deleted

bomz

invoke OpenClipboard,NULL
invoke GetUserDefaultLCID
invoke SetClipboardData, CF_LOCALE, eax
invoke GetClipboardData,CF_UNICODETEXT
invoke MessageBoxW,0,eax,0,MB_ICONASTERISK
invoke CloseClipboard
invoke ExitProcess,0

nidud

#34
deleted

jj2007

#35
deleted

nidud

#36
deleted

hutch--

Guys,

can we keep this squabling out of the campus ?

nidud

#38
I did ask to keep the squabling out of the campus.