Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Entire List of All Windows Constants
#1
I have converted the entire collection of constants used by Windows. It has been formatted to fit QB64 format. I figure this is a useful resource to have on hand when an API call wants certain values, you can find them here. I say it is a 'resource' not a module, because  I doubt seriously anyone wants to include over 6000 constants into a program you're writing when you just need a handful. To make it easier to read, the entries are single spaced, and organized by first letter, except where a constant depends on another one. I have left such 'dependencies' in as they document something about the relevant API call.

Since this will help me a lot in various Windows calls I figure it might be valuable for others. It is included as an attachment to this message.

Just one small thing to contribute to the community, as a tiny contribution to add to the effort expended by others.

Paul
- - -
Paul Robinson <paul@paul-robinson.us>
"The lessons of history - if they teach us anything - is that no one learns the lessons that history teaches us."


Attached Files
.bas   Windows Constants.bas (Size: 195.6 KB / Downloads: 190)
While 1
   Fix Bugs
   report all bugs fixed
   receive bug report
end while
Reply
#2
This is awesome! Thank you so much for sharing.
Reply
#3
(03-17-2024, 06:17 PM)TDarcos Wrote: I have converted the entire collection of constants used by Windows. It has been formatted to fit QB64 format. I figure this is a useful resource to have on hand when an API call wants certain values, you can find them here. I say it is a 'resource' not a module, because  I doubt seriously anyone wants to include over 6000 constants into a program you're writing when you just need a handful. To make it easier to read, the entries are single spaced, and organized by first letter, except where a constant depends on another one. I have left such 'dependencies' in as they document something about the relevant API call.

Since this will help me a lot in various Windows calls I figure it might be valuable for others. It is included as an attachment to this message.

Just one small thing to contribute to the community, as a tiny contribution to add to the effort expended by others.

Paul
- - -
Paul Robinson <paul@paul-robinson.us>
"The lessons of history - if they teach us anything - is that no one learns the lessons that history teaches us."
Holy cow, that certainly took a lot of time to compile. Thank you for sharing this.
New to QB64pe? Visit the QB64 tutorial to get started.
QB64 Tutorial
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Word-list creator PhilOfPerth 2 794 02-17-2025, 07:18 AM
Last Post: PhilOfPerth
  List of all QB64pe error messages TDarcos 5 1,439 03-28-2024, 05:10 AM
Last Post: eoredson
  ZBLIST -- Buerg's LIST reincarnated GTC 3 1,294 06-05-2023, 11:08 AM
Last Post: Ed Davis
  Windows Magnifier SMcNeill 10 2,154 12-28-2022, 12:07 AM
Last Post: SMcNeill
  SENDKEYS Win32 API Constants Pete 15 3,643 11-10-2022, 10:52 PM
Last Post: mnrvovrfc

Forum Jump:


Users browsing this thread: 1 Guest(s)