Skip to content
#

win32

Here are 707 public repositories matching this topic...

nod5
nod5 commented Jan 23, 2020

Request 1: Add documentation on how official SumatraPDF releases are compiled

Request 2: Add documentation on the differences between release, prerelease, debug and other builds

Background: I can see that compiled Debug versions have support for making annotations. But they differ from prerelease versions hosted on the website (e.g. they have debug menu items). Do they also diffe

kjk
kjk commented Jul 13, 2019

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
gerundt
gerundt commented Aug 27, 2019

Because of the switch to GitHub I looked at the ReadMe.txt and it looks really outdated. For example, the whole part with the Archive Support can removed. In general, seems a shortcut to a readme file in the start menu fit the time of Windows XP. Modern programs mostly add now only a shortcut to the program itself, nothing more.

In the first step, I would suggest removing the file from the st

mixmastamyk
mixmastamyk commented Dec 21, 2019

Nice work, definitely a need for a shell between cmd and powershell in complexity. Just by implementing Ctrl-L you've given me a reason to use and promote it!

Many years ago before moving to Unix I used the 4NT shell. It was ten times better than cmd and still is. It's a great example of how to improve on cmd and keep it compatible shell. I lost track of it but I bet the docs are somewhere.

studiozeroseven
studiozeroseven commented Jul 25, 2017

I have a simple Qt window it has a button and when you click the button it opens a explorer window for a specific location, when the notification fades out the window closes as well.

Entire Example Script
`class Example(QWidget):

def __init__(self):
    super().__init__()
    self.initUI()

@pyqtSlot()
def on_click(self):
    print('PyQt5 button click')
arslabora
arslabora commented Aug 30, 2019

Unfortunately, I lost my setup some days ago... and I have no copy of that. So, I decided to redo it, but I'm struggling following the spare guides. I'm trying to reproduce my sticky workspaces setup (three monitors) with no success at all.

The bare template config is:

{
    context.AddBar();
    context.AddFocusIndicator();
    var actionM

WIN10系统自带五笔的码表与短语词库安装、管理工具( 可将五笔替换为郑码等其他形码输入法 ),并可增强微软五笔的设置、热键等功能。 发布后的软件仅820KB, 只要一个EXE文件,不需要安装不需要任何DLL依赖。软件已自带五笔86、98、091、新世纪码表,以及极点五笔、QQ五笔、 微软五笔默认词库、至善词库、昱琼词库、海峰词库等。甚至自带了郑码大词库、可以一键把微软五笔替换为郑码输入法。

  • Updated Jun 7, 2020

Improve this page

Add a description, image, and links to the win32 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the win32 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.