Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DIY: Wait For a Mouse Event

Featured Replies

Description: Wait For a Mouse Event (Useful for Your Batch Programming)Screenshot:

Please follow step-by-step as the screenshot shown below:

Note:DEBUG is an internal DOS command.

* There was a small mistake in the screenshot shown below. It should be 0Eh bytes instead of 0Ch bytes when specifying for CX register.

post-337315-0-15268600-1321204671_thumb.

100 MOV AX,0003
103 INT 33 // Mouse Interrupt Call
105 CMP BX,01 // Left Mouse Click?
108 JNZ 0100 // Loop
10A MOV AH,4C // Exit to DOS
10C INT 21

You will notice new CLICK.COM file in the directory.

After you run this tiny program, you have to click using your left mouse button on any part of the screen in order to continue (or return to command prompt)

Edited by FlierMate


Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.