Sep 22, 2008 #1 GeodesicDragon Vendor Joined Aug 17, 2008 Messages 28 I know you can change the icon of a message box in VB6, but can you change the actual 'Yes/No/etc' buttons to something else? GeodesicDragon curquhart.co.uk
I know you can change the icon of a message box in VB6, but can you change the actual 'Yes/No/etc' buttons to something else? GeodesicDragon curquhart.co.uk
Sep 22, 2008 #2 genomon Programmer Joined Aug 20, 2001 Messages 2,449 Location US Just create a popup modal form, and use anything you like. "Don't be irreplaceable. If you can't be replaced, you can't be promoted." Upvote 0 Downvote
Just create a popup modal form, and use anything you like. "Don't be irreplaceable. If you can't be replaced, you can't be promoted."
Sep 22, 2008 Thread starter #3 GeodesicDragon Vendor Joined Aug 17, 2008 Messages 28 @ genomon And how do I do that? More to the point, can you use custom icons with it? Upvote 0 Downvote
Sep 22, 2008 #4 three57m Programmer Joined Jun 13, 2006 Messages 202 Location US Code: Private Sub Command1_Click() Form2.Show vbModal, Me End Sub Upvote 0 Downvote
Sep 22, 2008 Thread starter #5 GeodesicDragon Vendor Joined Aug 17, 2008 Messages 28 OK, then what? Sorry, but this is all Greek to me. No offence meant if you're Greek! Upvote 0 Downvote
Sep 22, 2008 Thread starter #6 GeodesicDragon Vendor Joined Aug 17, 2008 Messages 28 No, wait. I think I have it. Upvote 0 Downvote