Click here to Skip to main content
16,004,836 members
Home / Discussions / C#
   

C#

 
GeneralRe: DirectPlay Pin
Heath Stewart22-Jun-04 5:37
protectorHeath Stewart22-Jun-04 5:37 
GeneralRe: DirectPlay Pin
bouli22-Jun-04 5:24
bouli22-Jun-04 5:24 
GeneralRe: DirectPlay Pin
Heath Stewart22-Jun-04 8:51
protectorHeath Stewart22-Jun-04 8:51 
GeneralRe: DirectPlay Pin
bouli22-Jun-04 21:04
bouli22-Jun-04 21:04 
Generalplaying quicktime MOV and VR Pin
buffer_k.st22-Jun-04 3:52
buffer_k.st22-Jun-04 3:52 
GeneralRe: playing quicktime MOV and VR Pin
Heath Stewart22-Jun-04 4:49
protectorHeath Stewart22-Jun-04 4:49 
GeneralRe: playing quicktime MOV and VR Pin
buffer_k.st22-Jun-04 21:57
buffer_k.st22-Jun-04 21:57 
GeneralRe: playing quicktime MOV and VR Pin
Heath Stewart23-Jun-04 3:24
protectorHeath Stewart23-Jun-04 3:24 
As I mentioned previously, you must customize your toolbox (where all the controls are) and add the QuickTime ActiveX control in there. In fact, forget the step of creating an interop assembly manually - that only defines the types exported from a COM typelib.

When you drag that QuickTime ActiveX control from the toolbox to your form, VS.NET automatically creates the "AxInterop" and "Interop" assemblies. Before doing this, however - if you plan on deploying your application outside of your control, right-click on your project in VS.NET and find the AssemblyKeyFile and AssemblyKeyName properties (something like that). If you want to generate a strong name assembly - even for the interop assemblies (in order to install into the GAC or for purposes of assembly binding redirection) - type the project-relative or absolute path to your key pair file, or type the name of the key container that contains your key pair.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: playing quicktime MOV and VR Pin
buffer_k.st23-Jun-04 6:20
buffer_k.st23-Jun-04 6:20 
GeneralOutlook Add-In in C# Pin
gek_at22-Jun-04 3:21
gek_at22-Jun-04 3:21 
GeneralRe: Outlook Add-In in C# Pin
Heath Stewart22-Jun-04 4:41
protectorHeath Stewart22-Jun-04 4:41 
GeneralRe: Outlook Add-In in C# Pin
gek_at22-Jun-04 6:10
gek_at22-Jun-04 6:10 
GeneralRe: Outlook Add-In in C# Pin
Heath Stewart22-Jun-04 6:14
protectorHeath Stewart22-Jun-04 6:14 
GeneralMonochrome instead of coloured cursors Pin
jjansen22-Jun-04 3:07
jjansen22-Jun-04 3:07 
GeneralRe: Monochrome instead of coloured cursors Pin
Heath Stewart22-Jun-04 4:33
protectorHeath Stewart22-Jun-04 4:33 
GeneralRe: Monochrome instead of coloured cursors Pin
leppie22-Jun-04 7:10
leppie22-Jun-04 7:10 
GeneralRe: Monochrome instead of coloured cursors Pin
jjansen22-Jun-04 21:35
jjansen22-Jun-04 21:35 
Generaluse mediaplayer Pin
fatidarya22-Jun-04 2:40
fatidarya22-Jun-04 2:40 
GeneralRe: use mediaplayer Pin
Heath Stewart22-Jun-04 4:32
protectorHeath Stewart22-Jun-04 4:32 
Generalconnecting to network server using C# Pin
Subin KJ22-Jun-04 2:15
Subin KJ22-Jun-04 2:15 
GeneralRe: connecting to network server using C# Pin
Heath Stewart22-Jun-04 4:14
protectorHeath Stewart22-Jun-04 4:14 
QuestionWhy do I get a System.NullReferenceException? Pin
_Arthur21-Jun-04 23:05
_Arthur21-Jun-04 23:05 
AnswerRe: Why do I get a System.NullReferenceException? Pin
Colin Angus Mackay22-Jun-04 1:15
Colin Angus Mackay22-Jun-04 1:15 
AnswerRe: Why do I get a System.NullReferenceException? Pin
Heath Stewart22-Jun-04 4:04
protectorHeath Stewart22-Jun-04 4:04 
GeneralProblems with richtextbox Pin
clatten21-Jun-04 22:48
clatten21-Jun-04 22:48 

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.