I'm a newbie with very minimal programming skills. I'm trying to write an autohotkey macro to disconnect my Cingular Communications Manager periodically.
I'm pretty sure I've got it written correctlyto do what I want except for one thing...AutoHotKey doesn't seem to be able to find the Cingular Communications Manager window.
It's there, but maybe not as a window? It doesn't have the regular blue bar or whatever it is at the top that windows have. I've tried using the DetectHiddenWindows command thinking that was it. I'm looking at the interface right there on my screen but AHK doesn' see it.
I also tried using the AutoScriptWriter but it just put in ,,, where the name of the window should be.
Any ideas?
I'm pretty sure I've got it written correctlyto do what I want except for one thing...AutoHotKey doesn't seem to be able to find the Cingular Communications Manager window.
It's there, but maybe not as a window? It doesn't have the regular blue bar or whatever it is at the top that windows have. I've tried using the DetectHiddenWindows command thinking that was it. I'm looking at the interface right there on my screen but AHK doesn' see it.
I also tried using the AutoScriptWriter but it just put in ,,, where the name of the window should be.
Any ideas?