windows-desktop
Here are 370 public repositories matching this topic...
Consider replacing drawStuff() in examples\drawing\drawing.go with the following code:
func testDraw(canvas *walk.Canvas) {
font, err := walk.NewFont("MS Shell Dlg 2", 12, 0)
if err != nil {
panic(err)
}
col := walk.RGB(0, 0, 0)
y := 8
n := 8
dx := canvas.Bounds().Width / n
x := 0
for i := 0; i < n; i++ {
format := walk.TextLeft | walk.TextTop
b := canvas.Bound
-
Updated
Apr 24, 2020 - C
Hi! I'm trying to do an editor with DPS and ScintillaNET. When I use Ctrl+TAB, I show a dialog (like visual studio) of the currently opened text files.
Once I close the dialog to choose the file to edit, I use textEditorDialog.Show() (or textEditorDialog.Activate() ) to select the new edited text file.
DPS correctly shows the new edited text file, however the focus does not move into the new
-
Updated
Mar 14, 2019 - C#
First: great program! I didn't think explorer could be so much better.
Feature example just like in regular Windows Explorer:
Firefox added to Quick Launch --> right click on that Firefox icon --> menu with options such as "open in private mode", a list of previously visited websites, etc.... just like regular Explorer had.
-
Updated
Jul 2, 2020 - C#
I am developing a smart tv application in Renative for multiple platforms such as android tv, LG web os, and Samsung Tizen but could you please tell me the commands for creating release build of Android TV, WebOS, and Tizen as I am unable to run development build on physical devices.
We're looking into creation of WPF (.NET Core) projects in Windows Template Studio. MVVMLight is one of the frameworks our users requested and we'd love to get your feedback on the apps we generate.
We've generated sample apps at https://github.com/mvegaca/WTS.WPF.MVVMLight.GeneratedApps
You can also generate your own apps using our dev-
-
Updated
Apr 13, 2020 - C++
-
Updated
Jul 2, 2020 - Go
-
Updated
Jun 28, 2020 - C++
-
Updated
Jun 27, 2020 - C#
-
Updated
Apr 23, 2020 - C#
-
Updated
Jun 6, 2020 - Shell
-
Updated
Jul 30, 2017 - C++
-
Updated
May 19, 2020 - C
-
Updated
Jun 28, 2020 - ActionScript
-
Updated
Jul 5, 2016 - C
When opening a parquet file, ParquetViewer first launches a popup "Select fields to load", where you either can confirm to load all fields, or select the fields you want.
In all use cases relevant for me, I want to display all fields. Hence I'm wondering if it would be possible to skip this popup all together? It's just inconvenient to always confirm the "All fields...", before you see any data
-
Updated
Jun 20, 2020 - Go
-
Updated
Jun 9, 2019 - C
Localization support
Localization support was psuedo-dropped for 2.0 due to time purposes. Users can always create their own UI, of course, but our built-in UIs should support localization. It would also be nice if localization was supported via the core NetSparkle DLL rather than being in the UI factories. (Is that possible?)
- Investigate whether moving all UI localization to the core NetSparkle is possible i
-
Updated
Dec 26, 2019 - Haskell
-
Updated
Jun 8, 2020 - PowerShell
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Nov 25, 2018 - C#
-
Updated
Jun 15, 2019 - AutoHotkey
Improve this page
Add a description, image, and links to the windows-desktop topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the windows-desktop topic, visit your repo's landing page and select "manage topics."
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t