T The Goulds Jul 15, 2004 #1 Can you link .net framework objects inside an MS Office App, say the rich text box within an Access database? Thanks!
Can you link .net framework objects inside an MS Office App, say the rich text box within an Access database? Thanks!
M Mary Chipman Jul 16, 2004 #2 No, not if you're talking about hosting a .NET control on an Access form. However, you can certainly create a windows forms or asp.net application that retrieves data from an Access mdb. --Mary
No, not if you're talking about hosting a .NET control on an Access form. However, you can certainly create a windows forms or asp.net application that retrieves data from an Access mdb. --Mary
T The Goulds Jul 16, 2004 #3 And that app in Windows Forms (vs. the asp.net variant) would not require IIS? Please forgive this novice. Thanks!
And that app in Windows Forms (vs. the asp.net variant) would not require IIS? Please forgive this novice. Thanks!
M Mary Chipman Jul 17, 2004 #4 Correct -- windows forms apps do not require IIS. www.dotnetjunkies.com is a good starting place to learn more. You can access more info and tutorials on winforms at http://www.dotnetjunkies.com/quickstart/winforms/. --Mary
Correct -- windows forms apps do not require IIS. www.dotnetjunkies.com is a good starting place to learn more. You can access more info and tutorials on winforms at http://www.dotnetjunkies.com/quickstart/winforms/. --Mary