![]() |
Task Dialog RadioButton |
Post Reply
|
| Author | |
JamGodz
Groupie
Joined: 25 February 2010 Status: Offline Points: 67 |
Post Options
Thanks(0)
Quote Reply
Topic: Task Dialog RadioButtonPosted: 10 November 2010 at 12:39am |
|
Hi Good Day!
Just wanna know how to handle or how to determine which radiobutton being click or choose by the user of TaskDialog.. tnx |
|
![]() |
|
Aaron
Senior Member
Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
Quote Reply
Posted: 10 November 2010 at 4:35am |
|
Hi,
With TaskDialog1
.AddRadioButton "1", 1 .AddRadioButton "2", 2 .ShowDialog End With Private Sub TaskDialog1_RadioButtonClicked(ByVal Id As Long)
Debug.Print "User selected ID: " & Id End Sub Simple as that
|
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 10 November 2010 at 8:25am |
|
Also you can check value of DefaultRadioButton after executing.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |