topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 25, 2024, 3:49 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - stophereareyou [ switch to compact view ]

Pages: [1]
1
Developer's Corner / Save/Load list of hotstrings in ini autohotkey
« on: February 11, 2018, 07:51 AM »
I want to Save/Load list of hotstrings in ini.
I can save with iniwrite but how to load saved list so they work as hotstrings is my problem.
I have tried #include, list.ini
this works. Loads list and saved list can be loaded with script reload in .ahk file.
But when I compile to .exe, list.ini get compiled and embedded in same exe file, iniwrite writes new hotstring in local directory list.ini but only load hotstrings from embedded file.

2
Developer's Corner / Distinguish Enter and Numpad Enter Key c#.net
« on: March 16, 2013, 04:24 AM »
Hello Every one,

Is there any way to distinguish Numpad Enter key and Normal Enter Key,

in c#.net<code> KeyCode, KeyCode</code> and <code>KeyValue</code> for both keys are same,

is there any other way or some workaround for distinguishing Events raised by both keys?!


Firdaus Shaikh
('',)

3
Developer's Corner / Titlebar Button
« on: January 13, 2013, 04:27 AM »
is there a way to add custom buttons to show and keep on title bar, at given coordinates?

i.e. near minimize button and/or near icon or title...


Firdaus Shaikh.

4
Developer's Corner / Autohotkey Suspend status
« on: January 01, 2013, 10:52 AM »
what I'm doing wrong

ScrollLock::
Suspend

if(%A_IsSuspended%==1)
{
 SetScrollLockState, off
}
else
{
 SetScrollLockState, on
}
return

what is wrong with if condition? I didn't get this

Firdaus Shaikh

5
Developer's Corner / change page size for default printer
« on: September 20, 2012, 08:13 AM »
Is there any way to change the page/paper size of custom paper (set as default for printer), or add new custom sized paper in printer settings

Pages: [1]