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

C#

 
GeneralRe: can i create a 256 colors bitmap instance directly? Pin
fu014-Apr-04 1:47
fu014-Apr-04 1:47 
AnswerRe: can i create a 256 colors bitmap instance directly? Pin
Heath Stewart12-Apr-04 3:57
protectorHeath Stewart12-Apr-04 3:57 
GeneralCalling a class exported by a custom DLL in C# Pin
Vini Deep12-Apr-04 2:23
Vini Deep12-Apr-04 2:23 
GeneralRe: Calling a class exported by a custom DLL in C# Pin
sammyh12-Apr-04 3:14
sammyh12-Apr-04 3:14 
GeneralRe: Calling a class exported by a custom DLL in C# Pin
Heath Stewart12-Apr-04 4:01
protectorHeath Stewart12-Apr-04 4:01 
QuestionHow to share application in C#? Pin
marmotchen12-Apr-04 1:26
marmotchen12-Apr-04 1:26 
AnswerRe: How to share application in C#? Pin
Mazdak12-Apr-04 1:46
Mazdak12-Apr-04 1:46 
AnswerRe: How to share application in C#? Pin
Heath Stewart12-Apr-04 4:06
protectorHeath Stewart12-Apr-04 4:06 
PowerPoint is an application required to view PowerPoint presentations. Even if you embed it in a .NET application (written in C# or whatever other mangaged language), PowerPoint is still required to be installed on the client's machine. The installation source can be located on a network share, but it still needs to be installed on the client machine.

And, yes, actually you can embed the PowerPoint Viewer in a .NET application, but that too would need to be installed on the client's machine. This is how COM works (basically).

If you don't have PowerPoint available to all your clients on a network, you can download and install on each of their machines the PowerPoint 2003 Viewer[^], which can display PowerPoint slides from version '97 and newer (up till at least 2003).

 

Microsoft MVP, Visual C#
My Articles
GeneralVISIO SDK OfficePlanSample Pin
Anonymous12-Apr-04 0:56
Anonymous12-Apr-04 0:56 
GeneralRe: VISIO SDK OfficePlanSample Pin
Heath Stewart12-Apr-04 4:29
protectorHeath Stewart12-Apr-04 4:29 
GeneralRe: VISIO SDK OfficePlanSample Pin
Anonymous18-Apr-04 22:16
Anonymous18-Apr-04 22:16 
GeneralRe: VISIO SDK OfficePlanSample Pin
Heath Stewart19-Apr-04 2:26
protectorHeath Stewart19-Apr-04 2:26 
GeneralRe: VISIO SDK OfficePlanSample Pin
Anonymous19-Apr-04 21:28
Anonymous19-Apr-04 21:28 
GeneralRe: VISIO SDK OfficePlanSample Pin
Anonymous20-Apr-04 3:22
Anonymous20-Apr-04 3:22 
GeneralRe: VISIO SDK OfficePlanSample Pin
Heath Stewart20-Apr-04 3:30
protectorHeath Stewart20-Apr-04 3:30 
GeneralRe: VISIO SDK OfficePlanSample Pin
Heath Stewart20-Apr-04 3:31
protectorHeath Stewart20-Apr-04 3:31 
GeneralRe: VISIO SDK OfficePlanSample Pin
Anonymous20-Apr-04 4:36
Anonymous20-Apr-04 4:36 
GeneralSet CurrentCell Focus Pin
DucLinh11-Apr-04 22:21
DucLinh11-Apr-04 22:21 
GeneralRe: Set CurrentCell Focus Pin
Mazdak11-Apr-04 22:36
Mazdak11-Apr-04 22:36 
GeneralCurrent Path in C# Pin
Saleh Alshadheli11-Apr-04 21:03
Saleh Alshadheli11-Apr-04 21:03 
GeneralRe: Current Path in C# Pin
Stefan Troschuetz11-Apr-04 21:29
Stefan Troschuetz11-Apr-04 21:29 
GeneralRe: Current Path in C# Pin
Tom Larsen12-Apr-04 5:06
Tom Larsen12-Apr-04 5:06 
GeneralRe: Current Path in C# Pin
Heath Stewart12-Apr-04 5:10
protectorHeath Stewart12-Apr-04 5:10 
GeneralCustom attribute in Active Directory user account Pin
hd4478011-Apr-04 20:29
hd4478011-Apr-04 20:29 
GeneralRe: Custom attribute in Active Directory user account Pin
Mazdak11-Apr-04 20:58
Mazdak11-Apr-04 20:58 

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.