Jump to content

Jeopardy!


monoceres
 Share

Recommended Posts

Nothing fancy really, just answer as a question and hope for the best!

Screenshot:

Posted Image

Download link: Jeopardy_.zip

Oh and btw, if anyone makes categories please post them here and I will include them :)

Edit: Quick bugfix

Edited by monoceres

Broken link? PM me and I'll send you the file!

Link to comment
Share on other sites

You could take this to the next level and add multiplayer support!

Link to comment
Share on other sites

Here is what I added for this to work in 3.2.11.5 beta...

Global Const $SS_CENTER = 0x01
Global Const $WS_MINIMIZEBOX = 0x00020000
Global Const $WS_CAPTION = 0x00C00000
Global Const $WS_POPUP  = 0x80000000
Global Const $WS_GROUP = 0x00020000
Global Const $WS_BORDER = 0x00800000
Global Const $WS_CLIPSIBLINGS = 0x04000000
Global Const $WS_EX_TOOLWINDOW  = 0x00000080
Global Const $ES_CENTER= 0x0001
Global Const $ES_AUTOHSCROLL= 0x0080
Link to comment
Share on other sites

Here is what I added for this to work in 3.2.11.5 beta...

Global Const $SS_CENTER = 0x01
Global Const $WS_MINIMIZEBOX = 0x00020000
Global Const $WS_CAPTION = 0x00C00000
Global Const $WS_POPUP  = 0x80000000
Global Const $WS_GROUP = 0x00020000
Global Const $WS_BORDER = 0x00800000
Global Const $WS_CLIPSIBLINGS = 0x04000000
Global Const $WS_EX_TOOLWINDOW  = 0x00000080
Global Const $ES_CENTER= 0x0001
Global Const $ES_AUTOHSCROLL= 0x0080
Don't you just need to include WindowStyles.au3 and StaticStyles.au3 (off the top of my head) Can't remember what else... :)
Link to comment
Share on other sites

Hello, great script, but you may replace this with 56 line:

$Form1 = GUICreate($button[$pos][4], 619, 225, -1, -1, BitOR($WS_MINIMIZEBOX, $WS_CAPTION, $WS_POPUP, $WS_GROUP, $WS_BORDER, $WS_CLIPSIBLINGS),$WS_EX_TOOLWINDOW, $parent)

To be question window like child :)

Link to comment
Share on other sites

Don't you just need to include WindowStyles.au3 and StaticStyles.au3 (off the top of my head) Can't remember what else... :)

I guess that would be ok if you have these files? I don't find these files in my 3.2.10.0 or beta 3.2.11.5 includes, also why would you want to bulk up the file with so many includes? :)

Link to comment
Share on other sites

Here is what I added for this to work in 3.2.11.5 beta...

Global Const $SS_CENTER = 0x01
Global Const $WS_MINIMIZEBOX = 0x00020000
Global Const $WS_CAPTION = 0x00C00000
Global Const $WS_POPUP  = 0x80000000
Global Const $WS_GROUP = 0x00020000
Global Const $WS_BORDER = 0x00800000
Global Const $WS_CLIPSIBLINGS = 0x04000000
Global Const $WS_EX_TOOLWINDOW  = 0x00000080
Global Const $ES_CENTER= 0x0001
Global Const $ES_AUTOHSCROLL= 0x0080
I hate the way the costants are organized in 3.2.11.5 beta, can I make it work in both beta and older version?

Why is it like this?

Hello, great script, but you may replace this with 56 line:

$Form1 = GUICreate($button[$pos][4], 619, 225, -1, -1, BitOR($WS_MINIMIZEBOX, $WS_CAPTION, $WS_POPUP, $WS_GROUP, $WS_BORDER, $WS_CLIPSIBLINGS),$WS_EX_TOOLWINDOW, $parent)

To be question window like child :)

Of course :party: I didn't check the code since I made it in Koda :) Edited by monoceres

Broken link? PM me and I'll send you the file!

Link to comment
Share on other sites

Hack dang it. Memory is hazy as...

It should have been

WindowsConstants.au3

StaticConstants.au3

EditConstants.au3

But as you said, it is better to have them in there... :)

Link to comment
Share on other sites

Hack dang it. Memory is hazy as...

It should have been

WindowsConstants.au3

StaticConstants.au3

EditConstants.au3

But as you said, it is better to have them in there... :)

Hehe.. These will be cool to know also just in case.. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...