Giter Site home page Giter Site logo

wpf-splash's Introduction

v0.001

TwSplash (Tiger-Word-Splash)

TwSplash, an WPF splash window class, is an .NET Wpf splash windows class. It is designed for my WPF desktop publish app, but can be used for other application.

It's very early stage, so it's not helpful yet. Only for someone to think about splash design pattern, can get some idea (and only idea).

A basic usage is following:

(한국어) TwSplash는 개인적으로 만들고 있는 WPF DTP 프로그램에서 사용할 Splash 클래스입니다. 아직 디자인 중이라 별 도움이 안되겠지만, 디자인 패턴을 찾고 있는 분이라면 아이디어 정도는 도움이 될 것입니다. 사용법은 아래와 같습니다.

        public App()
        {
            Startup += (sender, args) =>
            {
                // Type1 : Use WpfApp1.Splash As SplashWindow
                com.tigerword.twsplash.Splash
                .Create()
                .UseSplash<WpfApp1.Splash>()
                .UseWindow<WpfApp1.MainWindow>()
                .Wait(4000)
                .Run();
                // @TODO Type2 : Use Spash - Default Splash (with default splash image)  As SplashWindow
//                com.tigerword.twsplash.Splash
//.UseDefaultSplash()
//.UseWindow<WpfApp1.MainWindow>()
//.Wait(4000)
//.Run();
                // @TODO Type3 : Use Image (with default splash window) As SplashWindow
//                com.tigerword.twsplash.Splash
//.UseImage()
//.UseWindow<WpfApp1.MainWindow>()
//.Wait(4000)
//.Run();
            };
        }

References

wpf-splash's People

Contributors

jimsungi avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.