Messages - x16wda [ switch to compact view ]

Pages: prev1 ... 22 23 24 25 26 [27] 28 29 30 31 32 ... 173next
131
"winver" will give you the release version you are on.

132
General Software Discussion / Re: Window offscreen at startup
« on: September 12, 2019, 07:09 PM »
What Wraith said, but when you do that use regmon or something like it to track any registry writes that it is doing. Personally I would think it's something in HKCU\Software\Evernote or wherever.

Heh - actually I just ran across this page that purports to list all of Evernote's registry settings, maybe there is a clue there.

Also, this page for a utility that "is a small app that allows you to change some of Evernote's more useful, but hidden Regsitry settings".

133
3. Pick up the program language which will do it in easy and fast coding.
   (For above I have used AutoHotkey, AutoIt3, Harbour, MiniGUI to name a few, and pick which satisfies most)

Anand, I am always curious about picking up another toy to write something in, but there are several search hits for MiniGUI, do you mean this one?

Harbour MiniGUI Extended Edition, which informally called MiniGUI, is an environment for developing desktop applications in Windows. It is a combination of two languages:

For back end programming and data handling, Harbour, an open source xBase language which is a superset of Clipper, which is itself a superset of dBase.
For front end GUI, a set of simple commands to the Windows API based on VB RapidQ style.
All GUI objects can be created and managed with very simple code.

The basic components of MiniGUI are:

Harbour (default) or xHarbour compiler (translates source code into C)
MiniGUI library (commands and functions to handle the GUI)
Borland C++ (default), MinGW, Visual C, Open Watcom, or Pelles C compiler
The Harbour MiniGUI IDE may be used for two-way visual design.

In addition to GUI applications, with MiniGUI you can also create console mode and mixed GUI-console applications. From WinXP to Win 10.

Do not confuse Harbour MiniGUI Extended Edition with:

MiniGUI, an open source GUI system for Linux and embedded operating systems that is not related to Harbour MiniGUI
HMG, the parent project of Harbour MiniGUI Extended Edition
ooHG, an object oriented library based on HMG

I saw especially that last item about the "do not confuse Harbour MiniGUI Extended Edition with" list.

134
N.A.N.Y. 2020 / Re: Systemus
« on: September 08, 2019, 04:50 PM »
 :up: Looking forward to seeing it!

135
Thanks!

Pages: prev1 ... 22 23 24 25 26 [27] 28 29 30 31 32 ... 173next
Go to full version