Jul 8, 2002 #1 dima2 Programmer Joined Jan 20, 2002 Messages 85 Location LB hi, is there a way to change the layout and button text of a message box created with AfxMessageBox? (I want to have a right to left layout) thx
hi, is there a way to change the layout and button text of a message box created with AfxMessageBox? (I want to have a right to left layout) thx
Jul 8, 2002 #2 Dudiav Programmer Joined Jul 8, 2002 Messages 6 Location IL It is base on hooking. Check the following: http://www.gipsysoft.com/messagebox/ Upvote 0 Downvote