Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
is there any way to position the inputbox$ window?
#19
Yes. The code is really very complex. It crashes in this loop:

(bm file)

While GetMessageA(_Offset(msg), 0, 0, 0) > 0 ' gets a message from our application's message queue.
        dummyL = TranslateMessage(_Offset(msg)) '  performs some additional processing on keyboard events
        dummyO = DispatchMessageA(_Offset(msg)) '  sends the message out to the window that the message was sent to
Wend

Good news. In version QB64PE 32 bit 3.12.0 works as expected.


Reply


Messages In This Thread
RE: is there any way to position the inputbox$ window? - by Petr - 11-06-2025, 07:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Enlarging window for older BAS programs (ie. Screen 7 mode) paulel 5 388 12-24-2025, 09:36 PM
Last Post: paulel
  auto-detecting screen resolution for optimal window size on non-Windows systems madscijr 11 1,050 11-10-2025, 07:23 PM
Last Post: madscijr
  auto-detecting screen resolution for optimal window size on non-Windows systems madscijr 0 214 10-26-2025, 06:58 PM
Last Post: madscijr
  Play wav file in the background without a window on the forground Rudy M 12 1,126 09-18-2025, 07:08 PM
Last Post: Pete
  file.. open dialog window pmackay 2 397 08-31-2025, 11:27 PM
Last Post: pmackay

Forum Jump:


Users browsing this thread: 1 Guest(s)