Re: Coding shortcut under Win32lib wanted - routine_id
- Posted by Euman <euman at BELLSOUTH.NET> Jan 23, 2001
- 415 views
Possibly by looking at the program I wrote that George Henry sent to the list you could come up with a possible method. Note the X in the upper right corner is tracked to onClick & if event = WM_LBUTTONDOWN then You'll probably find that by, learning how sequences work anything's possible. euman at bellsouth.net ----- Original Message ----- From: "SR Williamson" <sr.williamson at OSHA.GOV> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Tuesday, January 23, 2001 15:22 Subject: Coding shortcut under Win32lib wanted - routine_id > Is there a shortcut to do the following under Win32lib? > > I have 100 Picturebuttons in an app. I want to change the bitmap when the > button is clicked, but each time the change is set to the same picture, and > set a flag to let the program know which button has been clicked once. > > I could do 100 onClicks, but I don't want to. Is there an easier way to do > this? >