TerraSamba
Programmer
I want to create a toolbar with my application with numerous button combinations. I want to have the combination ability that the messagebox has.
Like: VbOkOnly + vbDefaultButton2 + vbExclamation
(In my case: tbStyle= btnNew + btnPaste + btnCopy + etc)
But I have no idea how these boolean values work in combination with an enum statement. How do you eveluate the results and which values do you give the options in the enum list?
Any tips would be appreciated, Thanx
Like: VbOkOnly + vbDefaultButton2 + vbExclamation
(In my case: tbStyle= btnNew + btnPaste + btnCopy + etc)
But I have no idea how these boolean values work in combination with an enum statement. How do you eveluate the results and which values do you give the options in the enum list?
Any tips would be appreciated, Thanx