Click here to Skip to main content
15,886,830 members
Home / Discussions / C#
   

C#

 
GeneralRe: Insert selected combobox item into database table Pin
Richard Deeming7-Feb-17 3:00
mveRichard Deeming7-Feb-17 3:00 
QuestionI am getting error while saving outlook file in folder and when i am opening outlook file i am getting error Pin
Member 126658716-Feb-17 0:13
Member 126658716-Feb-17 0:13 
AnswerRe: I am getting error while saving outlook file in folder and when i am opening outlook file i am getting error Pin
Nathan Minier6-Feb-17 1:35
professionalNathan Minier6-Feb-17 1:35 
QuestionHow to complete the following C# program on Custom datatypes using interface? Pin
Member 129842755-Feb-17 16:08
Member 129842755-Feb-17 16:08 
AnswerRe: How to complete the following C# program on Custom datatypes using interface? Pin
Pete O'Hanlon5-Feb-17 22:13
mvePete O'Hanlon5-Feb-17 22:13 
GeneralRe: How to complete the following C# program on Custom datatypes using interface? Pin
Member 129842756-Feb-17 5:26
Member 129842756-Feb-17 5:26 
AnswerRe: How to complete the following C# program on Custom datatypes using interface? Pin
Richard MacCutchan5-Feb-17 22:17
mveRichard MacCutchan5-Feb-17 22:17 
QuestionC# Winform: How play powerpoint slide inside webbrowser control Pin
Tridip Bhattacharjee5-Feb-17 10:44
professionalTridip Bhattacharjee5-Feb-17 10:44 
i saw couple of sample code searching google and people said we can run ppt slide show inside webbrowser controls. so i did the same.
here is my code

webBrowser1.Dock = DockStyle.Fill;
webBrowser1.Navigate("about.blank");
webBrowser1.Navigate(@"e:\Presentations-Tips.ppt");

when i run the code then a dialog come which ask me to choose one option out of 3 and i select open option. after selection open option power point apps open but no slide show run in my webbrowser control.

here is the screen shot url [screenshot]

i want to run ppt slide show inside my browser controls and i want also no dialog should come with 3 options and also ppt app should not run.

so guide me how could i run ppt slide show in my browser control without opening power point application. thanks
tbhattacharjee

AnswerRe: C# Winform: How play powerpoint slide inside webbrowser control Pin
Richard MacCutchan5-Feb-17 22:12
mveRichard MacCutchan5-Feb-17 22:12 
QuestionHow to run ppt slide one after one by Process.Start Pin
Tridip Bhattacharjee5-Feb-17 8:18
professionalTridip Bhattacharjee5-Feb-17 8:18 
AnswerRe: How to run ppt slide one after one by Process.Start Pin
Dave Kreskowiak5-Feb-17 10:05
mveDave Kreskowiak5-Feb-17 10:05 
GeneralRe: How to run ppt slide one after one by Process.Start Pin
Tridip Bhattacharjee5-Feb-17 10:43
professionalTridip Bhattacharjee5-Feb-17 10:43 
GeneralRe: How to run ppt slide one after one by Process.Start Pin
Dave Kreskowiak5-Feb-17 17:52
mveDave Kreskowiak5-Feb-17 17:52 
GeneralRe: How to run ppt slide one after one by Process.Start Pin
Pete O'Hanlon5-Feb-17 21:05
mvePete O'Hanlon5-Feb-17 21:05 
GeneralRe: How to run ppt slide one after one by Process.Start Pin
Tridip Bhattacharjee5-Feb-17 22:51
professionalTridip Bhattacharjee5-Feb-17 22:51 
GeneralRe: How to run ppt slide one after one by Process.Start Pin
Dave Kreskowiak6-Feb-17 3:00
mveDave Kreskowiak6-Feb-17 3:00 
QuestionRegistries in Windows 10 Pro Pin
picasso23-Feb-17 14:40
picasso23-Feb-17 14:40 
AnswerRe: Registries in Windows 10 Pro Pin
Richard MacCutchan3-Feb-17 22:10
mveRichard MacCutchan3-Feb-17 22:10 
QuestionCOM object that has been separated from its underlying RCW cannot be used. Pin
hpjchobbes3-Feb-17 4:48
hpjchobbes3-Feb-17 4:48 
QuestionAccess Network Share with a Microsoft HoloLens Pin
Member 127713943-Feb-17 4:01
Member 127713943-Feb-17 4:01 
QuestionRe: Access Network Share with a Microsoft HoloLens Pin
Richard MacCutchan3-Feb-17 6:42
mveRichard MacCutchan3-Feb-17 6:42 
QuestionRe: Access Network Share with a Microsoft HoloLens Pin
Member 127713943-Feb-17 7:02
Member 127713943-Feb-17 7:02 
QuestionRate my codes please? Pin
Member 111381293-Feb-17 1:06
Member 111381293-Feb-17 1:06 
AnswerRe: Rate my codes please? Pin
OriginalGriff3-Feb-17 1:26
mveOriginalGriff3-Feb-17 1:26 
SuggestionRe: Rate my codes please? Pin
Richard Deeming3-Feb-17 1:54
mveRichard Deeming3-Feb-17 1:54 

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.