Jump to content

Recommended Posts

Posted

When I run a GUI in Windows 2000 Professionsal and Server, Comboboxes don't work and nor do button presses. It appears that 2000 is missing something that AutoIT needs.

Can this be solved?

Posted

This my code:

$ch2_percent = GUICtrlCreateCombo("%", 172, 53, 60, 30)
    For $f = 0 to 127
        GUICtrlSetData($ch2_percent, $f)
    Next

The Combobox is shown on 2000; it just doesnt populate. I wrote the app on XP and it works fine.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...