|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Run VB.net application in Access 97I have a vb.net application (it's a form basicly) that I need to run it
on MS Access 97. Is it possible to write a .net Add-in for that?? "Amino" <aminob***@gmail.com> wrote in news:1161887744.061542.150550 @e3g2000cwe.googlegroups.com:> I have a vb.net application (it's a form basicly) that I need to run it You should be able to call the .NET app as a COM object.> on MS Access 97. Is it possible to write a .net Add-in for that?? Or perhaps you can run it via the command line - and pass data through a drop file? If you mean by that ,,,,
A : manipulate data in the access 97 database from the outside the answer is a definite Yes B: if you mean from the Access 97 database ,,,, ( start VB.Net code on a certain event , button press or whatever ) the answer is Yes but Access is fully automation capable ( COM ) and in VB.net you can make COM capable programs so you can reference them in your Access 97 project I hope this answers your question regards Michel Posseth Show quoteHide quote "Amino" <aminob***@gmail.com> schreef in bericht news:1161887744.061542.150550@e3g2000cwe.googlegroups.com... >I have a vb.net application (it's a form basicly) that I need to run it > on MS Access 97. Is it possible to write a .net Add-in for that?? > |
|||||||||||||||||||||||