Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

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.

Featured Replies

Hi guys (Probably Wim),

I did try googling this first but... How do you center VBScript created objects when you get them to pop up... e.g. how do you get this to center on the screen when it appears:

Set ObjFSO = CreateObject("UserAccounts.CommonDialog")

ObjFSO.Filter = "All Files|*.*"

ObjFSO.InitialDir = "C:"

InitFSO = ObjFSO.ShowOpen

If InitFSO = True Then

Wscript.StdOut.Write ObjFSO.FileName

End If

Hi Genx,

The object itself does not have a method to explicitely set its location. Since it probably does remember its last location my guess is that the info is stored in the registry. What I would do is run a registry monitor or comparison tool and move the dialog around to see if that's true. If it is, you can use VBscript to write your values there.

  • Author

Hmmm,

Cool, thanks :) -- I just thought there might be a general method for it but, any work around is a good work around.

I don't think VBscript can, but real VB can hook into the Win32 API and move the window for you by subclassing the window.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

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.