Checkbox caption |
Post Reply |
Author | |
JvdH
Groupie Joined: 09 May 2008 Status: Offline Points: 50 |
Post Options
Thanks(0)
Posted: 01 December 2009 at 3:03pm |
Hello,
Does anyone have a clue why the code at the botton aint working for the CJ checkboxes?
It is working for the CJ PushButton and for the default VB6 checkboxes.
Hope someone can help me out.
Thank you
Sub SetLanguage(frmForm As Form)
Dim ctl As control For Each ctl In frmForm.Controls If TypeOf ctl Is PushButton Then _ If TypeOf ctl Is CheckBox Then _ Next ctl Private Sub Form1_Load()
SetLanguage Me
End Sub
Greetings, JvdH
|
|
Product: Xtreme SuitePro (ActiveX) version 13.2.1
Platform: Windows 7 (64bit) Language: Visual Basic 6.0 SP6 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, Try "XtremeSuiteControls.CheckBox" intead.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
JvdH
Groupie Joined: 09 May 2008 Status: Offline Points: 50 |
Post Options
Thanks(0)
|
Thanks m8.
|
|
Product: Xtreme SuitePro (ActiveX) version 13.2.1
Platform: Windows 7 (64bit) Language: Visual Basic 6.0 SP6 |
|
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 |