PC Review


Reply
Thread Tools Rate Thread

Automating my application

 
 
Steve Barnett
Guest
Posts: n/a
 
      24th Jul 2006
I want users to be able to automate my C# application, just as I can
automate other apps such as Word and Excel.

Any suggestions as to how I go about this please? I just need a bit of a
starter or a tutorial.

Thanks
Steve


 
Reply With Quote
 
 
 
 
Laura T
Guest
Posts: n/a
 
      24th Jul 2006
If I've understood correctly, VSTA (Visual Studio Tools for Applications) is
the acronym you need...

http://blogs.msdn.com/dr._ex/archive...03/476435.aspx
http://blogs.msdn.com/vsta/archive/2...06/525818.aspx
http://msdn.microsoft.com/vstudio/ex...a/default.aspx



"Steve Barnett" <(E-Mail Removed)> ha scritto nel messaggio
news:%(E-Mail Removed)...
>I want users to be able to automate my C# application, just as I can
>automate other apps such as Word and Excel.
>
> Any suggestions as to how I go about this please? I just need a bit of a
> starter or a tutorial.
>
> Thanks
> Steve
>



 
Reply With Quote
 
=?Utf-8?B?S2ltIEdyZWVubGVl?=
Guest
Posts: n/a
 
      24th Jul 2006
Steve,

If what you want is to allow other programs/scripts to control your
applications then you need to expose an API. I did one quick search and came
up with the link below, but I'm sure there are more. You want to expose an
"SDK", "Framework", "API", etc... Those words should help in your search.

http://msdn.microsoft.com/netframewo...lasslibraries/

Kim Greenlee
--
digipede - Many legs make light work.
Grid computing for the real world.
http://www.digipede.net
http://krgreenlee.blogspot.net

 
Reply With Quote
 
Steve Barnett
Guest
Posts: n/a
 
      25th Jul 2006
Thanks Laura T, but I want other apps to be able to automate mine.

For many years we've had a VB6 app that I needed to insert data into using
Excel. I've done this by writing CSV files and writing an import program to
load the data in to my app. Now I'm redesigning for .Net it makes sense to
be able to automate my app and insert the data directly from Excel using VBA
and automation.

Steve


"Laura T" <laura.t@_yahoo.com> wrote in message
news:(E-Mail Removed)...
> If I've understood correctly, VSTA (Visual Studio Tools for Applications)
> is the acronym you need...
>
> http://blogs.msdn.com/dr._ex/archive...03/476435.aspx
> http://blogs.msdn.com/vsta/archive/2...06/525818.aspx
> http://msdn.microsoft.com/vstudio/ex...a/default.aspx
>
>
>
> "Steve Barnett" <(E-Mail Removed)> ha scritto nel messaggio
> news:%(E-Mail Removed)...
>>I want users to be able to automate my C# application, just as I can
>>automate other apps such as Word and Excel.
>>
>> Any suggestions as to how I go about this please? I just need a bit of a
>> starter or a tutorial.
>>
>> Thanks
>> Steve
>>

>
>



 
Reply With Quote
 
Steve Barnett
Guest
Posts: n/a
 
      25th Jul 2006
Thanks. Some of these presentations look like they'll get me started.

Steve

"Kim Greenlee" <(E-Mail Removed)> wrote in message
news:6D24362D-FEDB-4DD5-AB4B-(E-Mail Removed)...
> Steve,
>
> If what you want is to allow other programs/scripts to control your
> applications then you need to expose an API. I did one quick search and
> came
> up with the link below, but I'm sure there are more. You want to expose
> an
> "SDK", "Framework", "API", etc... Those words should help in your search.
>
> http://msdn.microsoft.com/netframewo...lasslibraries/
>
> Kim Greenlee
> --
> digipede - Many legs make light work.
> Grid computing for the real world.
> http://www.digipede.net
> http://krgreenlee.blogspot.net
>



 
Reply With Quote
 
Laura T
Guest
Posts: n/a
 
      25th Jul 2006
That VSTA is all for. It's a replacement engine for VBA.

"Steve Barnett" <(E-Mail Removed)> ha scritto nel messaggio
news:(E-Mail Removed)...
> Thanks Laura T, but I want other apps to be able to automate mine.
>
> For many years we've had a VB6 app that I needed to insert data into using
> Excel. I've done this by writing CSV files and writing an import program
> to load the data in to my app. Now I'm redesigning for .Net it makes sense
> to be able to automate my app and insert the data directly from Excel
> using VBA and automation.
>
> Steve
>
>
> "Laura T" <laura.t@_yahoo.com> wrote in message
> news:(E-Mail Removed)...
>> If I've understood correctly, VSTA (Visual Studio Tools for Applications)
>> is the acronym you need...
>>
>> http://blogs.msdn.com/dr._ex/archive...03/476435.aspx
>> http://blogs.msdn.com/vsta/archive/2...06/525818.aspx
>> http://msdn.microsoft.com/vstudio/ex...a/default.aspx
>>
>>
>>
>> "Steve Barnett" <(E-Mail Removed)> ha scritto nel messaggio
>> news:%(E-Mail Removed)...
>>>I want users to be able to automate my C# application, just as I can
>>>automate other apps such as Word and Excel.
>>>
>>> Any suggestions as to how I go about this please? I just need a bit of a
>>> starter or a tutorial.
>>>
>>> Thanks
>>> Steve
>>>

>>
>>

>
>



 
Reply With Quote
 
Steve Barnett
Guest
Posts: n/a
 
      26th Jul 2006
Sorry, I missed the point... I'm off to Google... Thanks

"Laura T" <laura.t@_yahoo.com> wrote in message
news:(E-Mail Removed)...
> That VSTA is all for. It's a replacement engine for VBA.
>
> "Steve Barnett" <(E-Mail Removed)> ha scritto nel messaggio
> news:(E-Mail Removed)...
>> Thanks Laura T, but I want other apps to be able to automate mine.
>>
>> For many years we've had a VB6 app that I needed to insert data into
>> using Excel. I've done this by writing CSV files and writing an import
>> program to load the data in to my app. Now I'm redesigning for .Net it
>> makes sense to be able to automate my app and insert the data directly
>> from Excel using VBA and automation.
>>
>> Steve
>>
>>
>> "Laura T" <laura.t@_yahoo.com> wrote in message
>> news:(E-Mail Removed)...
>>> If I've understood correctly, VSTA (Visual Studio Tools for
>>> Applications) is the acronym you need...
>>>
>>> http://blogs.msdn.com/dr._ex/archive...03/476435.aspx
>>> http://blogs.msdn.com/vsta/archive/2...06/525818.aspx
>>> http://msdn.microsoft.com/vstudio/ex...a/default.aspx
>>>
>>>
>>>
>>> "Steve Barnett" <(E-Mail Removed)> ha scritto nel messaggio
>>> news:%(E-Mail Removed)...
>>>>I want users to be able to automate my C# application, just as I can
>>>>automate other apps such as Word and Excel.
>>>>
>>>> Any suggestions as to how I go about this please? I just need a bit of
>>>> a starter or a tutorial.
>>>>
>>>> Thanks
>>>> Steve
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automating Excel and then quit application problem meldrum_scotland Microsoft VB .NET 0 25th Apr 2008 05:50 PM
Automating application error responses =?Utf-8?B?TWVraW5uaWs=?= Microsoft Excel Programming 2 8th Oct 2007 06:23 PM
Automating An Excel 2007 Application using VB =?Utf-8?B?QnJhZCBXeWxpZQ==?= Microsoft Excel Programming 2 27th Jan 2007 10:21 PM
Automating My Application - Overall Design Problem & Need Help =?Utf-8?B?Q3VydGlzIFN0ZXZlbnM=?= Microsoft Access Database Table Design 0 24th Jul 2006 04:42 AM
Automating My Application - Overall Design Problem & Need Help =?Utf-8?B?Q3VydGlzIFN0ZXZlbnM=?= Microsoft Access 0 23rd Jul 2006 06:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:39 PM.