Author Topic: Hidden Input Window  (Read 4137 times)

chris_2018

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Hidden Input Window
« on: January 22, 2018, 07:09:34 pm »
Hey Together,
I am searching for a Input Box where the user can type his password. So the letters are not shown.

I found several solutions to get some input for VB.
inputbox ("Please enter your Password:","Input","***")

Can anyone help me?

thanks
Chris

Arshad

  • EA User
  • **
  • Posts: 281
  • Karma: +19/-1
    • View Profile
Re: Hidden Input Window
« Reply #1 on: January 22, 2018, 07:21:43 pm »
Hi Chris_2018

Masking in VBA inputbox cannot be done.

Please refer the below link
https://msdn.microsoft.com/en-us/library/Aa164894


Arshad

chris_2018

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Hidden Input Window
« Reply #2 on: January 22, 2018, 07:55:27 pm »
Okay thanks for your reply!

Is there any possibiltys to get a mask input box in EA?
greetings

Arshad

  • EA User
  • **
  • Posts: 281
  • Karma: +19/-1
    • View Profile
Re: Hidden Input Window
« Reply #3 on: January 22, 2018, 08:18:51 pm »
Okay thanks for your reply!

Is there any possibiltys to get a mask input box in EA?
greetings

Hi Chris

Sorry in VBA script its not possible.
But from addin we can achieve your requirements.