Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
System Modal MessageBox Icon
Message
From
20/11/2005 12:45:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
System Modal MessageBox Icon
Miscellaneous
Thread ID:
01070631
Message ID:
01070631
Views:
71
VF9-WinXPSP2: I noticed that when using the MessageBox function with the System Modal parameter (4096), the resulting messagebox window has a "Blank Window" icon.

Non System Modal messageboxes have no icon, that seems logical, as you can only see them "inside your app", but System Modal messageboxes should have the application icon, or no icon at all.

Should this be considered a bug?

Steps to reproduce:

Start a new project, attach any icon to it ("Project", "Project Info", "Project" Tab, "Attach Icon"), add a prg, cut and paste this:
?MESSAGEBOX("Check this System Modal MessageBox Icon",0+48+4096)
?MESSAGEBOX("No MessageBox Icon here - Non System Modal",0+48)
Compile and run EXE
Next
Reply
Map
View

Click here to load this message in the networking platform