Hi Freunde/ Friends
Ich have a simple Problem. This code works well, but it placed the Input Window only on my Master Display 1
I am dealing wot 2 Display, i am still working on my Finnisch language Learning Tool
To prompt easily true the database i have developed this Code.
Does someone know a Problem with positioning an Input Box ?
Dim MyValue As Variant
Dim Frage As Variant
Dim Antwort As Variant
Dim Default As Variant
Dim Xpos, yPos As Integer
Frage = Finnisch ' Set title.
Antwort = Deutsch ' Prüf 1 = Copy von Feld Deutsch als richtige ' Eingabe simuliert
Default = "Richtig geraten" ' Set default.
Xpos = 5000
yPos = 2000
MyValue = InputBox(Antwort, Frage, Default, Xpos, yPos)
I Varid the x and y Pos , but without success i would work if i use the Working Mask on Display
|