-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
32 lines (20 loc) · 1.16 KB
/
Copy pathReadMe.txt
File metadata and controls
32 lines (20 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
------------------------------------------------------------------------------------------
Example: WpfSplashScreen.zip
Description: A Synergy .NET solution presenting an example of how to display a
splash screen in a Synergy .NET Windows Presentation Foundation (WPF)
application.
Author: Steve Ives, Synergex Professional Services Group
Date: 3rd November 2010
Revision: 1.0
Platforms: Windows
Requirements: Synergy/DE Professional Series Workbench 9.5 (or higher)
Visual Studio 2010 Professional (or higher)
Synergy Language Integration for Visual Studio 2010 9.5 (or higher)
------------------------------------------------------------------------------------------
The solution contains two projects:
PSGSplasher A Synergy .NET class library containing utility classes which
can be used in a WPF application to display a splash screen.
SplashScreenTest A Synergy .NET Windows Presentation Foundation (WPF) application
which displays a splash screen while performing simulated statup
processing.
------------------------------------------------------------------------------------------