Click here to Skip to main content
15,923,142 members
Home / Discussions / C#
   

C#

 
GeneralRe: Serious Issue Pin
sreejith ss nair13-Aug-04 18:57
sreejith ss nair13-Aug-04 18:57 
GeneralRe: Serious Issue Pin
mav.northwind13-Aug-04 21:33
mav.northwind13-Aug-04 21:33 
GeneralRe: Serious Issue Pin
studioluc15-Aug-04 22:01
studioluc15-Aug-04 22:01 
Generalnested datalist Pin
devgeez13-Aug-04 4:15
devgeez13-Aug-04 4:15 
QuestionIs ActivX the solution? Pin
Snowjim13-Aug-04 2:36
Snowjim13-Aug-04 2:36 
AnswerRe: Is ActivX the solution? Pin
Lasse Johansen13-Aug-04 3:02
Lasse Johansen13-Aug-04 3:02 
GeneralRe: Is ActivX the solution? Pin
Snowjim13-Aug-04 3:13
Snowjim13-Aug-04 3:13 
AnswerRe: Is ActivX the solution? Pin
Nick Parker13-Aug-04 4:47
protectorNick Parker13-Aug-04 4:47 
Snowjim wrote:
so is it posible to use ActivX to display a Program made in C# right in a HTML page not just C# controls?

It's important to understand that ActiveX and .NET are two entirely different and distinct technologies. You could embed an ActiveX control within an application written in C# targetting the .NET Framework by wrapping your control using the AxHost class, however that's not really what your asking. You can also create href executables that download the assemblies and store them in an assembly cache on the local machine. You must be aware of code access security when trying to execute an href executable however, there is information about this on CP and MSDN. Chris Sells has an example of an href executable on his site at sellsbrothers.com[^].

- Nick Parker
My Blog | My Articles

GeneralRe: Is ActivX the solution? Pin
Snowjim13-Aug-04 12:33
Snowjim13-Aug-04 12:33 
Questionrecording sound ? Pin
kendao13-Aug-04 1:30
kendao13-Aug-04 1:30 
AnswerRe: recording sound ? Pin
mav.northwind13-Aug-04 1:42
mav.northwind13-Aug-04 1:42 
AnswerRe: recording sound ? Pin
Nick Parker13-Aug-04 4:27
protectorNick Parker13-Aug-04 4:27 
GeneralC#.Net DataSet Problem Pin
Kyaw Soe Khaing13-Aug-04 0:22
Kyaw Soe Khaing13-Aug-04 0:22 
GeneralRe: C#.Net DataSet Problem Pin
mav.northwind13-Aug-04 2:10
mav.northwind13-Aug-04 2:10 
GeneralCall Method by Name Pin
heihachi12-Aug-04 23:56
heihachi12-Aug-04 23:56 
GeneralRe: Call Method by Name Pin
mav.northwind13-Aug-04 1:49
mav.northwind13-Aug-04 1:49 
GeneralRe: Call Method by Name Pin
Nick Parker13-Aug-04 4:23
protectorNick Parker13-Aug-04 4:23 
Generalfatal error C1004: unexpected end of file found Pin
madref12-Aug-04 20:47
madref12-Aug-04 20:47 
GeneralRe: fatal error C1004: unexpected end of file found Pin
mav.northwind13-Aug-04 3:56
mav.northwind13-Aug-04 3:56 
GeneralRe: fatal error C1004: unexpected end of file found Pin
leppie13-Aug-04 7:12
leppie13-Aug-04 7:12 
GeneralSystem.IO.FileLoadException Pin
draft_ce12-Aug-04 20:30
draft_ce12-Aug-04 20:30 
GeneralRe: System.IO.FileLoadException Pin
Dave Kreskowiak13-Aug-04 9:27
mveDave Kreskowiak13-Aug-04 9:27 
QuestionHow to cancel the ContextMenu! Pin
Colinyin12-Aug-04 15:15
Colinyin12-Aug-04 15:15 
AnswerRe: How to cancel the ContextMenu! Pin
Syed Abdul Khader13-Aug-04 6:27
Syed Abdul Khader13-Aug-04 6:27 
GeneralRe: How to cancel the ContextMenu! Pin
Nick Parker13-Aug-04 11:37
protectorNick Parker13-Aug-04 11:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.