MessageBox with OpenUrl in Blitz3D?
Blitz3D Forums/Blitz3D Programming/MessageBox with OpenUrl in Blitz3D?| 
 | ||
| Is there a way to just include a MessageBox with a clickable Ok button that launches a program or webpage? I would assume this is related to WinBlitz3D but I just need this functionality. | 
| 
 | ||
| It depends if you want a pop up (another window than the blitz3d graphics window) or not. If not, you can create a window and buttons (or any other GUI element) by using images and color rect line text... (there are already several examples in the code archives) | 
| 
 | ||
|   | 
| 
 | ||
| Thanks Yue, I am really looking for the native Windows GUI solution. | 
| 
 | ||
| use the WinB3d addon then ? iv uploaded the archive  here. edit: WinBlitz3d | 
| 
 | ||
| Thanks Dan. |