Opened 16 years ago
Closed 16 years ago
#857 closed Bug (No Bug)
MSGBOX not working properly
Reported by: | bobspen@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | Cc: |
Description
just started using a 64 bit Vista Laptop. I upgraded Autoit to latest version. I am running some scripts that I developed under Windows XP and getting strange behavior of the MSGBOX instruction. I have several MSGBOX thru out script, all set to be an "always on top" window. One behave properly and the next does NOT stay on top most of the time. The two lines are:
Works correctly: MsgBox(262144, "Decryt Password?", "OK to Decrypt?")
Works incorrectly: MsgBox (262144, $B, "ID/Name= " & $C & Chr(13) & Chr(13) & "Password= " & $A )
Any clue as to what might be going on???
Thanks for any help,
Bob
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
You need to read WikiStart. This is not the place to ask for support. Your example does not meet the criteria for a suitable example.