|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
C# as IE Controlis it possible to use c# windows controls the same way as
VB Activex Controls in IE pages? We did something like: <OBJECT ID="MyControl" NAME="MyControl" CLASSID="clsid:FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF"> </OBJECT> i'd rather use windows controls than web controls because we may also use them inside a windows application, and i also like the functionality of those controls better thanks, JP On Mon, 28 Mar 2005 07:08:18 -0800, "CSharpNewbie"
<anonym***@discussions.microsoft.com> wrote: Show quoteHide quote >is it possible to use c# windows controls the same way as You can develop a normal application (using web services for>VB Activex Controls in IE pages? > >We did something like: ><OBJECT ID="MyControl" NAME="MyControl" >CLASSID="clsid:FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF"> ></OBJECT> > >i'd rather use windows controls than web controls because >we may also use them inside a windows application, and i >also like the functionality of those controls better > >thanks, >JP communication) and make them available as a smart client. This way they are accessible via a hyperlink, but run as windows forms( Your application is only available on-line). In Whidbey the Smart Client approach has been replaced by the improved ClickOnce technology, with offline scenario's. I understand the web services part, i think, but could
you point me to something that explains "smart client"? Thanks, JP Show quoteHide quote >-----Original Message----- client. This way>On Mon, 28 Mar 2005 07:08:18 -0800, "CSharpNewbie" ><anonym***@discussions.microsoft.com> wrote: > >>is it possible to use c# windows controls the same way as >>VB Activex Controls in IE pages? >> >>We did something like: >><OBJECT ID="MyControl" NAME="MyControl" >>CLASSID="clsid:FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF"> >></OBJECT> >> >>i'd rather use windows controls than web controls because >>we may also use them inside a windows application, and i >>also like the functionality of those controls better >> >>thanks, >>JP > >You can develop a normal application (using web services for >communication) and make them available as a smart >they are accessible via a hyperlink, but run as windows by the improvedforms( Your >application is only available on-line). > >In Whidbey the Smart Client approach has been replaced Show quoteHide quote On Mon, 28 Mar 2005 08:46:11 -0800,
<anonym***@discussions.microsoft.com> wrote: >I understand the web services part, i think, but could Have a look at http://www.developer.com/net/asp/article.php/3369601>you point me to something that explains "smart client"? > >Thanks, >JP >
Other interesting topics
Why exception when going through the DataSet?
How to show a datetime field in a TextBox Convetting string/text to datetime Question about Sockets Problem with deriving System.EventArgs setting security from code Invoke on Dialog not yet shown Programmatically retrieving photos ComboBox find item based on value String vs string |
|||||||||||||||||||||||