| Author |
Message |
Forum: Support Topic: SendMessage to kill tooltip? |
| amsgwp |
|
Posted: October 23rd, 2009, 4:52 pm
|
|
Replies: 13 Views: 1185
|
| crazy... I give up. I tried replacing yourprogram.exe with the name of the exe and it still didn't find anything. I also tried the first script but wasn't sure if I needed to modify any part of it. Either way, they don't find anything, just a couple of popups that are blank. |
|
 |
Forum: Support Topic: SendMessage to kill tooltip? |
| amsgwp |
|
Posted: October 23rd, 2009, 12:24 am
|
|
Replies: 13 Views: 1185
|
| still 0 windows. All the windows that this application are the same except they have window title's |
|
 |
Forum: Support Topic: SendMessage to kill tooltip? |
| amsgwp |
|
Posted: October 22nd, 2009, 5:41 pm
|
|
Replies: 13 Views: 1185
|
| ya, but the code we tried had the correct case. So I'm not understanding what pointing that out accomplishes? |
|
 |
Forum: Support Topic: SendMessage to kill tooltip? |
| amsgwp |
|
Posted: October 22nd, 2009, 4:44 pm
|
|
Replies: 13 Views: 1185
|
thanks for the reply. The period was there incorrectly.
That is all I see. |
|
 |
Forum: Support Topic: SendMessage to kill tooltip? |
| amsgwp |
|
Posted: October 22nd, 2009, 1:50 pm
|
|
Replies: 13 Views: 1185
|
| Thanks for the tips! I tried them both and nothing seems to work. Quite a strange tooltip. The parent program has similarly named windows such as windowsforms10.window.app.8 but the stuck tooltips always have the windowforms10.window.20808.app11. Any other ideas? When I run the window detection it s... |
|
 |
Forum: Support Topic: SendMessage to kill tooltip? |
| amsgwp |
|
Posted: October 22nd, 2009, 2:52 am
|
|
Replies: 13 Views: 1185
|
| So I've tried some stuff and searched the forums, but can't find anything that might help. I have a program that has tool tips that get "stuck" on top of my screen and never go away. So I was thinking that there must be something I can send to the tooltip window to close it. I've run windo... |
|
 |
Forum: Support Topic: Office Automation COM and Excel |
| amsgwp |
|
Posted: August 15th, 2008, 3:15 pm
|
|
Replies: 5 Views: 597
|
|
 |
Forum: Support Topic: Office Automation COM and Excel |
| amsgwp |
|
Posted: August 15th, 2008, 3:04 pm
|
|
Replies: 5 Views: 597
|
| tried that and it's still not pulling the excel cell. I commented out COM_Invoke(oExcel,"Activate") and that kept that error from coming up, but still isn't giving me a cell. #Include %A_ScriptDir%\includes\COM.ahk #Include %A_ScriptDir%\includes\Excel.com.ahk ExcelFile = %A_Script... |
|
 |
Forum: Support Topic: Office Automation COM and Excel |
| amsgwp |
|
Posted: August 15th, 2008, 5:39 am
|
|
Replies: 5 Views: 597
|
| http://tinypic.com/view.php?pic=xp3tr5&s=4 com_CoInitialize() ; Initialize COM Excel_OpenDoc(A_ScriptDir . "\test.xls") Sleep, 2000 MsgBox, % Excel_GetCell("A",1) ; <- change this return esc:: Excel_Close() Sleep, 1000 ; sometimes i get rogue e... |
|
 |
Forum: Scripts Topic: MS Office Automation Functions (via COM) [thanks Sean] |
| amsgwp |
|
Posted: August 14th, 2008, 11:21 pm
|
|
Replies: 295 Views: 66164
|
Hey everyone.
I'm trying to use this Excel function and I need some help.
How does it know which excel file to load? |
|
 |
Forum: Support Topic: On exit code? How do I run something if the script is.. |
| amsgwp |
|
Posted: August 14th, 2008, 11:05 pm
|
|
Replies: 6 Views: 658
|
| EDIT: I did the Onexit in the subroutine and now it seems to be working. I guess I should throw a pause in there and make sure it's actually closing the excel com object. Thanks! HMM, I tried adding the OnExit, End and then at the end of the code putting End: ExcelClose() Sleep, 1000 ExitApp but tha... |
|
 |
Forum: Support Topic: On exit code? How do I run something if the script is.. |
| amsgwp |
|
Posted: August 14th, 2008, 9:57 pm
|
|
Replies: 6 Views: 658
|
| One last question about this simple exiting code. I'm intializing a com object when you click START on the GUI but I need to make sure when the GUI is exited that it unitializes the COM. Is it possible to check to see if it was ever intialized. For example, If the GUI was closed but the user never h... |
|
 |
Forum: Support Topic: On exit code? How do I run something if the script is.. |
| amsgwp |
|
Posted: August 14th, 2008, 9:33 pm
|
|
Replies: 6 Views: 658
|
Thanks Krogdor.
What defines the autoexecute section? |
|
 |
Forum: Support Topic: On exit code? How do I run something if the script is.. |
| amsgwp |
|
Posted: August 14th, 2008, 9:28 pm
|
|
Replies: 6 Views: 658
|
| terminated. Like I'm opening a com object and need to make sure that it is properly uninitialized when the script is exited. I saw an example on another forum post where someone put end: somecode would this work? Tried a forum search and looked through the command reference for some kind of END or f... |
|
 |
Forum: Scripts Topic: MS Office Automation Functions (via COM) [thanks Sean] |
| amsgwp |
|
Posted: August 14th, 2008, 9:21 pm
|
|
Replies: 295 Views: 66164
|
| I just want to thank everyone who has worked on this and the COM/CoHelper files because they have been a huge help to me. I've been using a function for flipping between excel and copy and pasting to the desired location, needless to say this wasn't effecient at all. This method works great! Current... |
|
 |
| Sort by: |