Click here to Skip to main content
16,005,178 members
Home / Discussions / C#
   

C#

 
GeneralRe: Image Rotation Pin
yoaz17-Oct-04 6:42
yoaz17-Oct-04 6:42 
GeneralRe: Image Rotation Pin
ahmadzafar10-Dec-04 16:44
ahmadzafar10-Dec-04 16:44 
GeneralConverting from a short file name to a long one in C# Pin
dabs12-Oct-04 8:29
dabs12-Oct-04 8:29 
GeneralRe: Converting from a short file name to a long one in C# Pin
mav.northwind13-Oct-04 4:43
mav.northwind13-Oct-04 4:43 
GeneralQuick question about threads Pin
Bryant Stirling12-Oct-04 7:33
Bryant Stirling12-Oct-04 7:33 
GeneralRe: Quick question about threads Pin
Gary Thom12-Oct-04 7:51
Gary Thom12-Oct-04 7:51 
GeneralWindow Media Player Control Pin
RockRock12-Oct-04 6:47
RockRock12-Oct-04 6:47 
GeneralRe: Window Media Player Control Pin
Heath Stewart12-Oct-04 7:25
protectorHeath Stewart12-Oct-04 7:25 
Customize your toolbox by right-clicking your toolbox in Visual Studio .NET and selecting "Customize..." (or equivalent). Find the Windows Media Player under the COM tab and add it to the list. Click OK.

Now just drag and drop it on your Windows Forms designer and fill-in the properties. If you need help with properties and methods exposed by the Windows Media Player control, read the SDK[^].

Note that this will create two additional assemblies that must be deployed with your application and Windows Media Player (whichever version you host in your Windows Forms application) must still be present on the user's system (most often, a newer version will work as well though you should always test against newer versions). The interop assemblies that are created automatically are only to expose COM components to .NET - they do not implement the functionality they encapsulate.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Window Media Player Control Pin
Matt Philmon12-Oct-04 18:20
Matt Philmon12-Oct-04 18:20 
GeneralFile Streaming Pin
RockRock12-Oct-04 6:42
RockRock12-Oct-04 6:42 
GeneralRe: File Streaming Pin
Heath Stewart12-Oct-04 7:29
protectorHeath Stewart12-Oct-04 7:29 
GeneralRe: File Streaming Pin
yoaz13-Oct-04 7:19
yoaz13-Oct-04 7:19 
GeneralResizing Individual Tabs on a TabControl Pin
dbromberg12-Oct-04 6:06
dbromberg12-Oct-04 6:06 
GeneralRe: Resizing Individual Tabs on a TabControl Pin
Heath Stewart12-Oct-04 11:12
protectorHeath Stewart12-Oct-04 11:12 
GeneralUpdate Command - Please Help Pin
amdacc12-Oct-04 3:16
amdacc12-Oct-04 3:16 
GeneralRe: Update Command - Please Help Pin
Colin Angus Mackay12-Oct-04 3:43
Colin Angus Mackay12-Oct-04 3:43 
GeneralRe: Update Command - Please Help Pin
amdacc12-Oct-04 9:22
amdacc12-Oct-04 9:22 
GeneralRe: Update Command - Please Help Pin
Colin Angus Mackay12-Oct-04 11:02
Colin Angus Mackay12-Oct-04 11:02 
GeneralRe: Update Command - Please Help Pin
Heath Stewart12-Oct-04 7:36
protectorHeath Stewart12-Oct-04 7:36 
GeneralRe: Update Command - Please Help Pin
amdacc12-Oct-04 9:27
amdacc12-Oct-04 9:27 
GeneralRe: Update Command - Please Help Pin
Colin Angus Mackay12-Oct-04 10:47
Colin Angus Mackay12-Oct-04 10:47 
GeneralRe: Update Command - Please Help Pin
2Scoops13-Oct-04 22:57
2Scoops13-Oct-04 22:57 
GeneralRe: Update Command - Please Help Pin
Heath Stewart12-Oct-04 10:56
protectorHeath Stewart12-Oct-04 10:56 
GeneralCrystal Reports Formulas Pin
NormDroid12-Oct-04 1:38
professionalNormDroid12-Oct-04 1:38 
GeneralRe: Crystal Reports Formulas Pin
Heath Stewart12-Oct-04 7:19
protectorHeath Stewart12-Oct-04 7:19 

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.