Code Monkey home page Code Monkey logo

seconddesktop's Introduction

SECOND DESKTOP

1 User

1.1 Introduction

Second Desktop is a toolbox, it will make your work more comfortable.  
The Windows Start Menu is a collection of application shortcuts, it is quick and also stupid.  
Second Desktop will meet your needs in the easiest way.  

1.2 Features

1.3 Configuring

1> Windows XP/7/vista/8/10.  
2> .netframework 4.6 or above.  

1.4 HOW TO USE

1.4.1 Start

1> Download release version(Please download the new version).  
2> Double click SecondDesktop.exe.  

1.4.2 Install App

1> Click AppStore on the App Area.  

2> Click "Install" button to install app you want.  

1.4.3 Install SubApp

1> Select Desktop page that you want to install.  
2> Click App you want to install.  
3> Settings then install SubApp, you can see SubApp in the selected Desktop.  

2 Delevoper

2.1 Definitions

SD -- Second Desktop  
SDA -- Second Desktop App  

2.2 How To Create Your First SDA?

1> Open SecondDesktop.sln.  
2> Set 'AppCreator' Project as Startup Project->Run.  

3> Input your SDA name , then click 'CREATE' button.  
    If success you can see your project in the path ./SecondDesktop/SecondDesktopApp/.  

3> 'Apps' folder->Add->Existing Project-> Select your *.csproj.  

2.3 Create SubApp UserControl

1> Create UserControl.  
2> Open AppUID.cs, then insert your UserControl name into enum AppUID.  

2.4 Create Config File

    Factory.CreateSubApp(AppUID.SubApp, config);

2.5 Insert SubApp into Desktop

    string config = Factory.CreateSubAppConfig();
    Factory.CreateSubApp(AppUID.SubApp, config);

seconddesktop's People

Contributors

mingxuel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

meteorsnows

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.