Bool. property grid items not translated |
Post Reply |
Author | |
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Posted: 04 May 2005 at 3:26pm |
I tried to get localized True/False textes of boolean property grid item by using the code as descibed in the helpfile: Private Sub Form_Initialize() Edited by tobi |
|
JamesH
Senior Member Joined: 01 December 2004 Status: Offline Points: 149 |
Post Options
Thanks(0)
|
It's a bit of a pain but you could just treat the bool items as regular combo items and pass in your own text. Instead of "True/False" I prefer the bool edits to say "yes/no" so I just use a regular combo and pass in my own strings. Of course you'd need to do the localization your self as well...
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |