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

C#

 
AnswerRe: Adding controls to a windows from from XML Pin
J4amieC26-Mar-06 20:55
J4amieC26-Mar-06 20:55 
AnswerRe: Adding controls to a windows from from XML Pin
Nicholas Butler26-Mar-06 21:45
sitebuilderNicholas Butler26-Mar-06 21:45 
QuestionFile download Pin
SreekanthJ26-Mar-06 19:58
SreekanthJ26-Mar-06 19:58 
AnswerRe: File download Pin
leppie26-Mar-06 20:11
leppie26-Mar-06 20:11 
GeneralRe: File download Pin
SreekanthJ26-Mar-06 21:56
SreekanthJ26-Mar-06 21:56 
AnswerRe: File download Pin
HakunaMatada26-Mar-06 22:03
HakunaMatada26-Mar-06 22:03 
Questionhow to open existing ppt on winform.. Pin
sam_g126-Mar-06 19:56
sam_g126-Mar-06 19:56 
AnswerRe: how to open existing ppt on winform.. Pin
HakunaMatada27-Mar-06 0:02
HakunaMatada27-Mar-06 0:02 
sam_g1 wrote:
i am tring to open a existing PPT on winform.
but its only opening a ppt window on winform...
i am wrtign the following code..
how do i define the file name selected in the dialogbox..
if (wd == null) wd = new ppt.ApplicationClass();
try
{
/// here code to define events...

if (wd != null && wd.Presentations != null)
{
presentation = wd.Presentations.Add(Microsoft.Office.Core.MsoTriState.msoTrue);

}
}


Come again.... Please be specific about your questions? And please do not use abbreviations. Like I am guessing PPT stands for Powerpoint Presentation! D'Oh! | :doh:

And where do you want the powerpoint presentation? Embedded on the Winform itself or on a separate Powerpoint window? If its embedded than you will have to write a control which can display Powerpoint presentations or look for a commercial alternative. If not, then please clarify the code in your post further.. like what is wd????????? Confused | :confused: Confused | :confused: Confused | :confused:



---
With best regards,
A Manchester United Fan

The Genius of a true fool is that he can mess up a foolproof plan!

-- modified at 6:03 Monday 27th March, 2006
GeneralRe: how to open existing ppt on winform.. Pin
sam_g127-Mar-06 1:43
sam_g127-Mar-06 1:43 
QuestionCapture system Events Pin
Jijo BP26-Mar-06 19:21
Jijo BP26-Mar-06 19:21 
AnswerRe: Capture system Events Pin
HakunaMatada26-Mar-06 22:09
HakunaMatada26-Mar-06 22:09 
Questionclearing the serialprot buffer size in runtime Pin
ASGuru26-Mar-06 18:57
ASGuru26-Mar-06 18:57 
Questionimage doesn`t fit to screen Pin
valiovalio26-Mar-06 18:53
valiovalio26-Mar-06 18:53 
GeneralRe: image doesn`t fit to screen Pin
Guffa26-Mar-06 19:30
Guffa26-Mar-06 19:30 
GeneralRe: image doesn`t fit to screen Pin
valiovalio26-Mar-06 20:17
valiovalio26-Mar-06 20:17 
GeneralRe: image doesn`t fit to screen Pin
Guffa27-Mar-06 0:14
Guffa27-Mar-06 0:14 
GeneralRe: image doesn`t fit to screen Pin
valiovalio27-Mar-06 21:46
valiovalio27-Mar-06 21:46 
AnswerRe: image doesn`t fit to screen Pin
Guffa30-Mar-06 0:51
Guffa30-Mar-06 0:51 
QuestionHow to use VC++.Net code in VC#.Net project? Pin
Divyang Mithaiwala26-Mar-06 18:47
Divyang Mithaiwala26-Mar-06 18:47 
AnswerRe: How to use VC++.Net code in VC#.Net project? Pin
HakunaMatada26-Mar-06 18:59
HakunaMatada26-Mar-06 18:59 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
Divyang Mithaiwala26-Mar-06 21:02
Divyang Mithaiwala26-Mar-06 21:02 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
HakunaMatada26-Mar-06 21:39
HakunaMatada26-Mar-06 21:39 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
Divyang Mithaiwala26-Mar-06 21:46
Divyang Mithaiwala26-Mar-06 21:46 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
HakunaMatada26-Mar-06 21:52
HakunaMatada26-Mar-06 21:52 
GeneralRe: How to use VC++.Net project in VC#.Net project? Pin
Divyang Mithaiwala26-Mar-06 22:11
Divyang Mithaiwala26-Mar-06 22:11 

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.