Jump to content

LoneCoder

Members
  • Posts

    3
  • Joined

  • Last visited

LoneCoder's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. You won Thanks a lot.. that works ! I'm sending the keys to the shockwave application but the window is hidden so it's not filling the screen and can do this in the background. Thanks others for your ideas
  2. Hi. Here's my little issue : I have a webpage with a shockwave applet. What I wanna do is sending keystrokes to this (there's a chatbar) without activating the window (window minimized). I've been able to use ControlFocus with what Autoit Info gives me for this control and then ControlSend and it works.. but the IE window is popping up of course. I'd like to do the same "silently". Is is possible? If so, any idea?
  3. Hi, I made a GUI with a menu and one of the menu items is a choice "Always on top".. same as you can find on many softwares. The function itself is working but I'm struggling to find how to display that check mark in front of the text (commonly used) that will tell you the function is on or off... Anyone has an idea to help me? ==> Sorry. By writing this question I realised I was searching the forum with "checkbox" term.. I tried with checkmark and got my answer for those interested it's this : guictrlsetstate(-1, $GUI_CHECKED)
×
×
  • Create New...