Prev: _stprintf
Next: debug assertion occcont.cpp line 916
From: skg on 14 Aug 2006 14:42 I have an application which pops up file "Save as" dialog. I am trying to automate <save> button click. Unfortunately i am unable to get the handle of the "Button" with the text "Save". I used spy++. but it does not show the button as window. Please suggest. thx
From: AliR on 14 Aug 2006 15:04 Would it be easier if the Save As dialog box would not come up to begin with? AliR. "skg" <skg(a)yahoo.com> wrote in message news:u1MavF9vGHA.4624(a)TK2MSFTNGP02.phx.gbl... > I have an application which pops up file "Save as" dialog. I am trying to > automate <save> button click. > > Unfortunately i am unable to get the handle of the "Button" with the text > "Save". > > I used spy++. but it does not show the button as window. > > Please suggest. > thx > >
From: skg on 14 Aug 2006 15:21 thx. that application has ability to save files in different format. Its invoked through an api. I want to trigger the save button on it. There is no interface to invoke that functionality. just now found WM_OBJECTSEL registered window message gets called for them. iam further reseraching. just like "ClickYes" utility. thx "AliR" <AliR(a)online.nospam> wrote in message news:44e0c981$0$23758$a8266bb1(a)reader.corenews.com... > Would it be easier if the Save As dialog box would not come up to begin > with? > > AliR. > > "skg" <skg(a)yahoo.com> wrote in message > news:u1MavF9vGHA.4624(a)TK2MSFTNGP02.phx.gbl... >> I have an application which pops up file "Save as" dialog. I am trying to >> automate <save> button click. >> >> Unfortunately i am unable to get the handle of the "Button" with the text >> "Save". >> >> I used spy++. but it does not show the button as window. >> >> Please suggest. >> thx >> >> > >
From: Tom Serface on 14 Aug 2006 15:25 You you want it to automatically click the save button why not just save the file without popping up the dialog at all? I guess I'm wondering how you (or your program) would know that they found the folder or typed in the file name they really wanted. If you are only looking for a folder and already know the file name you might want to consider a folder browser (SHBrowseForFolder) instead. Tom "skg" <skg(a)yahoo.com> wrote in message news:u1MavF9vGHA.4624(a)TK2MSFTNGP02.phx.gbl... >I have an application which pops up file "Save as" dialog. I am trying to >automate <save> button click. > > Unfortunately i am unable to get the handle of the "Button" with the text > "Save". > > I used spy++. but it does not show the button as window. > > Please suggest. > thx >
From: Nobody on 14 Aug 2006 15:40
Isn't it obvious? the guy is trying to write malware. "Tom Serface" <tserface(a)msn.com> wrote in message news:%23dKN8d9vGHA.2204(a)TK2MSFTNGP03.phx.gbl... > You you want it to automatically click the save button why not just save > the file without popping up the dialog at all? I guess I'm wondering how > you (or your program) would know that they found the folder or typed in > the file name they really wanted. If you are only looking for a folder > and already know the file name you might want to consider a folder browser > (SHBrowseForFolder) instead. > > Tom > > "skg" <skg(a)yahoo.com> wrote in message > news:u1MavF9vGHA.4624(a)TK2MSFTNGP02.phx.gbl... >>I have an application which pops up file "Save as" dialog. I am trying to >>automate <save> button click. >> >> Unfortunately i am unable to get the handle of the "Button" with the text >> "Save". >> >> I used spy++. but it does not show the button as window. >> >> Please suggest. >> thx >> > > |