Windows Constants

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Michael Vogel
Addict
Addict
Posts: 2797
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Windows Constants

Post by Michael Vogel »

#MOD_WIN is missing...

Code: Select all

#MOD_WIN=8
RegisterHotKey_(win,$9999,#MOD_WIN,#VK_W)
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Windows Constants

Post by PB »

Bump. (I needed this tonight). :)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Konne
Enthusiast
Enthusiast
Posts: 434
Joined: Thu May 12, 2005 9:15 pm

Post by Konne »

Lol, not the only one. You should download the Constant Explorer.
Apart from that Mrs Lincoln, how was the show?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

Bump exactly a year later from my last bump. :twisted:
UserOfPure
Enthusiast
Enthusiast
Posts: 469
Joined: Sun Mar 16, 2008 9:18 am

Post by UserOfPure »

I noticed this is still not in Beta 5 that was just released.
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

If I understand correctly, each 'bump' automatically moves the item down the list a few places.

Very similar to +1's

:)

cheers
UserOfPure
Enthusiast
Enthusiast
Posts: 469
Joined: Sun Mar 16, 2008 9:18 am

Post by UserOfPure »

Just trying to understand why such a little thing can go unfixed for so very long. It's hardly any work, after all. :shock:
Post Reply