Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom messagebox
Message
From
08/07/2002 12:06:42
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00676092
Message ID:
00676172
Views:
14
>Hi everybody,
>
>I'm looking for messagebox replacement, which allows any number of buttons with custom captions. It also should support standard icons (? !, etc.)

< snip >

As you are limited from VFP to pass 27 parameters, you may acheave this using comma separated or memo-like list format for the parameters for captions.
As for standard icons... I have developed class that extracts the EXE icon and shows it in Visual FoxPro HWND control. Same approach can be used to extract icons from any file with resource info - maybe some of the system DLLs or OCXs...

However HWND control is no longer shipped with VFP. So I am not sure whether it will be legal or not to redistribute a VFP7 app with the Visual FoxPro HWND control.
(If I remember you still use VFP6 at job so this is not problem for you at the moment)

Kind Regards
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform