News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Test a toy for me.

Started by hutch--, June 26, 2005, 02:07:27 AM

Previous topic - Next topic

Mark Jones

I get this in Hutch's latest test piece:

Bin Toggle:        00000000000000000000000000000000 / 00000000000000000000000000000001
(only toggles and changes with shift alternated)
Bin Toggle(shift): 11111111111111111111111110000000 / 11111111111111111111111110000001
No Toggle:         00000000
No Toggle(shift):  00000080
Toggle:            00000000 / 00000001
Toggle(shift):     00000080 / 00000081
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

dsouza123

XP Pro SP2

All three versions of select.exe work the same

Arrows micro move the button   
Ctrl+Arrows micro move the button
Shift+Arrows resize the button
Shift+Ctrl+Arrows resize the button
Alt+Arrows nothing (moves or resizes)

Keytest gives the what Mark Jones listed.

hutch--

dsouza123,

Thanks for running the tests, it matches the results I get on win2k sp4 but I still don't have an answer of why the micro size adjustment does not work on some installations of XP.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

askm

I was searching
GetKeyState...

Re: Test a toy for me.
Where is this toy progress
now ?

ToutEnMasm

Hello,
XP SP2

The space bar invalid the drawing of the rectangle and when left clic mouse the selected drawing rectangle move.
Shift key invalid the drawing of the rectangle but there is no move of the selected rectangle.
Perhaps using only WM_KEYUP (down) and WM_CHAR is better