Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ctrl + and Ctrl -
#4
@Pete 

Also notice that you can reduce the amount of code you're dealing with considerably by writing your types like this:

Code: (Select All)
Type GlobalVar
    As _Byte anum, MyScreen
    As String UcaseKeys, LcaseKeys, CtrlKeys, AltKeys
End Type

I find the above much more readable and ease to deal with than having to scroll a zillion lines with a type.
Reply


Messages In This Thread
Ctrl + and Ctrl - - by Pete - 01-29-2026, 08:35 PM
RE: Ctrl + and Ctrl - - by SMcNeill - 01-29-2026, 09:07 PM
RE: Ctrl + and Ctrl - - by Pete - 01-29-2026, 09:29 PM
RE: Ctrl + and Ctrl - - by SMcNeill - 01-29-2026, 09:44 PM
RE: Ctrl + and Ctrl - - by Pete - 01-29-2026, 09:55 PM
RE: Ctrl + and Ctrl - - by grymmjack - 01-31-2026, 03:45 PM
RE: Ctrl + and Ctrl - - by Petr - 01-31-2026, 05:17 PM
RE: Ctrl + and Ctrl - - by Kernelpanic - 02-01-2026, 12:55 AM
RE: Ctrl + and Ctrl - - by Pete - 02-01-2026, 03:04 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)