Tutorial by Topics: win

Batch and bash are quite different. Batch flags are indicated with a /, while bash flags use a -. Capitalization matters in bash, but (almost) not at all in batch. Batch variable names can contain spaces, bash variable names can not. Ultimately, both are ways of manipulating and interacting wit...
Example on how to add a spell check box to a WindowsForms application. This example DOES NOT require Word to be installed nor does it use Word in any way. It uses WPF Interop using the ElementHost control to create a WPF UserControl from a WPF TextBox. WPF TextBox has a built in function for spel...
This topic explains how the WinForms engine works to display forms and how you control their lifetimes.
Headless processes (with no UI) in Windows are called Services. They can be controlled (started, stopped, etc) using standard Windows controls such as the command console, Powershell or the Services tab in Task Manager. A good example might be an application that provides network services, such as a...
This allows you to put a Web browser into your WPF application. A key point to note, which is not obvious from the documentation, and you could go for years without knowing is that it defaults to behaving like InternetExplorer7, rather than your most up-to-date InternetExplorer installation (s...
Window subclassing is a way to hook up into standard window procedure and to modify or extend its default behavior. An application subclasses a window by replacing the the window's original window procedure with a new window procedure. This new window procedure receives any messages sent or posted t...
NPM module that builds Windows installers for Electron apps. It will help to create single EXE for Electron windows application Install Globally npm install -g electron-winstaller Install Locally npm install --save-dev electron-winstaller Config NameDescriptionappDirectoryThe authors ...
In this topic you will learn how to change size of the selector drop-down window. Each selector control in Acumatica has a button indicated with a magnifier icon. By clicking this button, users can open a drop-down window showing a list of objects available for selection.
In OpenCV, one can draw numerous shapes such as point, line, circle, ..., etc. There is an optional for filling a shape. The following code is self-explanatory which shows how shapes are drawn.
First we need to know what a MessageBox is... The MessageBox control displays a message with specified text, and can be customised by specifying a custom image, title and button sets (These button sets allow the user to choose more than a basic yes/no answer). By creating our own MessageBox we can...
This topic focuses on how to get valac running on Windows.
Setting or getting window size of any browser during automation driver.manage().window().maximize(); driver.manage().window().setSize(DimensionObject); driver.manage().window().getSize()
axWindowsMediaPlayer is the control for the playing multimedia files like videos and music.
This section provides an overview of what windows-installer is, and why a developer might want to use it. It should also mention any large subjects within windows-installer, and link out to the related topics. Since the Documentation for windows-installer is new, you may need to create initial ...
I just want to share my little bit knowledge and code of RecyclerView using Kotlin.
There are several other Active Directory APIS, such as activedirectory2 and adldap.

Page 4 of 5