Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
GeneralRe: Import and Export Excel Files into SQL with C#2005 ? Pin
Member 245846717-Sep-14 23:47
Member 245846717-Sep-14 23:47 
GeneralRe: Import and Export Excel Files into SQL with C#2005 ? Pin
Dave Kreskowiak18-Sep-14 1:45
mveDave Kreskowiak18-Sep-14 1:45 
GeneralRe: Import and Export Excel Files into SQL with C#2005 ? Pin
Member 245846718-Sep-14 18:41
Member 245846718-Sep-14 18:41 
QuestionDraw text on video playing by C# Pin
bonnymon14-Sep-14 20:55
bonnymon14-Sep-14 20:55 
AnswerRe: Draw text on video playing by C# Pin
Pete O'Hanlon14-Sep-14 21:30
mvePete O'Hanlon14-Sep-14 21:30 
QuestionEncrypted XML File Pin
Jassim Rahma14-Sep-14 19:55
Jassim Rahma14-Sep-14 19:55 
AnswerRe: Encrypted XML File Pin
OriginalGriff14-Sep-14 21:39
mveOriginalGriff14-Sep-14 21:39 
GeneralRe: Encrypted XML File Pin
Jassim Rahma14-Sep-14 21:40
Jassim Rahma14-Sep-14 21:40 
GeneralRe: Encrypted XML File Pin
OriginalGriff14-Sep-14 22:30
mveOriginalGriff14-Sep-14 22:30 
AnswerRe: Encrypted XML File Pin
Bernhard Hiller14-Sep-14 22:45
Bernhard Hiller14-Sep-14 22:45 
QuestionWhich is best for .net C# environment Resharper or Klocwork? Pin
Subha.A14-Sep-14 16:51
Subha.A14-Sep-14 16:51 
AnswerRe: Which is best for .net C# environment Resharper or Klocwork? Pin
CPallini14-Sep-14 18:54
mveCPallini14-Sep-14 18:54 
AnswerRe: Which is best for .net C# environment Resharper or Klocwork? Pin
BillWoodruff14-Sep-14 19:42
professionalBillWoodruff14-Sep-14 19:42 
GeneralRe: Which is best for .net C# environment Resharper or Klocwork? Pin
Pete O'Hanlon14-Sep-14 21:27
mvePete O'Hanlon14-Sep-14 21:27 
QuestionStart Process With Dock Style Pin
Django_Untaken14-Sep-14 10:05
Django_Untaken14-Sep-14 10:05 
AnswerRe: Start Process With Dock Style Pin
Dave Kreskowiak14-Sep-14 11:04
mveDave Kreskowiak14-Sep-14 11:04 
The window doesn't belong to your process so "DockStyle" doesn't apply to it at all.

It's possible to change the parent window of the process to your Panel, but since it's a separate process it's NOT under your control. Users can do anything they want with it as if it was running on the Desktop without your application, even moving the window around inside your panel!

There is a MediaPlayer control in the Toolbox that you will have far more control over.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak


modified 15-Sep-14 7:28am.

QuestionDrawing Text on a Bitmap Pin
Richard Andrew x6414-Sep-14 10:01
professionalRichard Andrew x6414-Sep-14 10:01 
AnswerRe: Drawing Text on a Bitmap Pin
Ravi Bhavnani14-Sep-14 10:14
professionalRavi Bhavnani14-Sep-14 10:14 
GeneralRe: Drawing Text on a Bitmap Pin
Richard Andrew x6414-Sep-14 10:24
professionalRichard Andrew x6414-Sep-14 10:24 
GeneralRe: Drawing Text on a Bitmap Pin
Ravi Bhavnani14-Sep-14 10:38
professionalRavi Bhavnani14-Sep-14 10:38 
QuestionRemove Item in datagridcombocell when its already use on another row C# Pin
hussainroyal14-Sep-14 7:40
hussainroyal14-Sep-14 7:40 
QuestionCommand line export rtf to html in emmbeded Pin
Reninvaldo SIlva13-Sep-14 9:07
Reninvaldo SIlva13-Sep-14 9:07 
AnswerRe: Command line export rtf to html in emmbeded Pin
Dave Kreskowiak13-Sep-14 11:21
mveDave Kreskowiak13-Sep-14 11:21 
GeneralRe: Command line export rtf to html in emmbeded Pin
Reninvaldo SIlva13-Sep-14 13:38
Reninvaldo SIlva13-Sep-14 13:38 
GeneralRe: Command line export rtf to html in emmbeded Pin
Dave Kreskowiak13-Sep-14 17:18
mveDave Kreskowiak13-Sep-14 17:18 

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.