Modify ↓
#857 closed Bug (No Bug)
MSGBOX not working properly
| Reported by: | 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 by , on Mar 12, 2009 at 2:12:51 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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.