Giter Club home page Giter Club logo

examplewidgetprovider's Introduction

ExampleWidgetProvider

How to install

  1. Open the project in VS 2022
  2. Tools->Create GUID
  3. Select the option "static const GUID =", click on Copy and then paste that into main.cpp, replacing the following code:
    // {838F706D-3C55-48AC-8190-45DD8CAE29B1}<br> static const GUID widget_provider_clsid = { 0x838f706d, 0x3c55, 0x48ac, { 0x81, 0x90, 0x45, 0xdd, 0x8c, 0xae, 0x29, 0xb1 } };
    Make sure the variable name remains widget_provider_clsid.
  4. Copy the newly generated GUID to clipboard (currently 838F706D-3C55-48AC-8190-45DD8CAE29B1), then right click on Package.appxmanifest -> View Code
  5. Search for the current GUID 838F706D-3C55-48AC-8190-45DD8CAE29B1, and replace any occurrences with the newly generated GUID.
  6. Right click the Solution -> Build Solution
  7. Right click ExampleWidgetProviderPackage -> Deploy
  8. Open the widgets board
  9. Click the "+" icon to add a widget
  10. Add the counter widget

Counter Widget example

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.