Quick links:
F-IN-BOX .NET Edition Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
F-IN-BOX .NET Help >> Classes >> Global InstalledFlashVersion
Syntax
[ C# ]
public static Version InstalledFlashVersion Description
Returns version of the installed flash.
[ C# ]
if (f_in_box__lib.Global.InstalledFlashVersion.MajorPart < 8) { MessageBox.Show("The application needs Flash 8 or higher\nCurrent flash version is: " + f_in_box__lib.Global.InstalledFlashVersion.ToString()); return; } Copyright © Softanics. All rights reserved. F-IN-BOX is a trademark of Softanics. Macromedia and Shockwave Flash are trademarks of Adobe
Quick links:
F-IN-BOX .NET Edition Home Page
| Buy license
| Welcome to our forum!
| Ask your question
| Help on the Web
|