CJ commondialog color |
Post Reply |
Author | |
Developerx
Groupie Joined: 03 March 2011 Status: Offline Points: 12 |
Post Options
Thanks(0)
Posted: 13 June 2012 at 7:38pm |
Code for the cmdcolor button 1. note here we use same code as in the code i posted before, also the dialogstyle 0 and flags are important, flags 2+1 are fullopen and selecting default color to avoid the black default ' HOW TO USE CJ commondialog for COLOR Private Sub cmdcolor_Click() If whataction = 2 Then Me.Caption = "Cancel..." Else Me.Caption = "Ready" Frame5.BackColor = CommonDialog1.Color End If End Sub |
|
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 |