Click here to Skip to main content
15,925,113 members
Home / Discussions / C#
   

C#

 
GeneralRe: changing image on picturebox in user control runtime Pin
Shailaja1-Dec-03 2:43
Shailaja1-Dec-03 2:43 
GeneralRe: changing image on picturebox in user control runtime Pin
Heath Stewart1-Dec-03 3:19
protectorHeath Stewart1-Dec-03 3:19 
GeneralStreams Pin
Dennis Klein28-Nov-03 0:36
Dennis Klein28-Nov-03 0:36 
GeneralRe: Streams Pin
Wouter van Vugt28-Nov-03 0:42
Wouter van Vugt28-Nov-03 0:42 
GeneralRe: Streams Pin
Corinna John28-Nov-03 0:44
Corinna John28-Nov-03 0:44 
GeneralBluetooth Communications Pin
Johan Lombaard27-Nov-03 22:30
Johan Lombaard27-Nov-03 22:30 
Generalneed help Pin
p12327-Nov-03 20:15
p12327-Nov-03 20:15 
GeneralRe: need help Pin
Heath Stewart28-Nov-03 4:04
protectorHeath Stewart28-Nov-03 4:04 
If you're new to C#, then first learn that and don't start-off with such a hard problem. Providing an image format handler is an incredibly daunting task that requires many, many COM interfaces (and in .NET, these have to be redefined in managed code) and registry entries. If you merely need to insert a well-known image format (like GIF, JPEG, PNG, BMP, etc.), then add the Microsoft PowerPoint typelib to your project (right-click on your project, select Add Reference, then click the COM tab) which creates an interop assembly. Then you can use the PowerPoint object model to insert an image.

Besides, it might not even be possible since PowerPoint may be configured to only handle image formats that it was written and compiled to understand. In this case, you have to create an image viewer COM component and get into OLE (object-link and embedding) to display it in PowerPoint. Again, this is a very daunting task that is even difficult for those of us that have been using .NET for the last couple years.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralUSB Driver Pin
sixefftee27-Nov-03 16:07
sixefftee27-Nov-03 16:07 
GeneralRe: USB Driver Pin
J. Dunlap27-Nov-03 16:26
J. Dunlap27-Nov-03 16:26 
GeneralWrapper Class Over Complex Structure (C# calling native dll) Pin
yccheok27-Nov-03 13:47
yccheok27-Nov-03 13:47 
GeneralRe: Wrapper Class Over Complex Structure (C# calling native dll) Pin
Heath Stewart28-Nov-03 3:59
protectorHeath Stewart28-Nov-03 3:59 
GeneralControls.Remove hangs program Pin
rul30327-Nov-03 11:37
rul30327-Nov-03 11:37 
GeneralRe: Controls.Remove hangs program Pin
Heath Stewart28-Nov-03 3:54
protectorHeath Stewart28-Nov-03 3:54 
GeneralTemplate Engine like Velocity in C# Pin
grimsvoetn27-Nov-03 7:03
grimsvoetn27-Nov-03 7:03 
GeneralRe: Template Engine like Velocity in C# Pin
Giles27-Nov-03 7:58
Giles27-Nov-03 7:58 
GeneralIO Completion Ports in C# Pin
Giles27-Nov-03 5:43
Giles27-Nov-03 5:43 
GeneralHot key in Tabbed Control Pin
Abhi158127-Nov-03 2:36
Abhi158127-Nov-03 2:36 
GeneralRe: Hot key in Tabbed Control Pin
Heath Stewart28-Nov-03 3:48
protectorHeath Stewart28-Nov-03 3:48 
GeneralDundas Toolkit / Grid equivalent Pin
Michael P Butler27-Nov-03 0:38
Michael P Butler27-Nov-03 0:38 
GeneralRe: Dundas Toolkit / Grid equivalent Pin
Heath Stewart28-Nov-03 3:33
protectorHeath Stewart28-Nov-03 3:33 
GeneralRe: Dundas Toolkit / Grid equivalent Pin
Michael P Butler28-Nov-03 3:40
Michael P Butler28-Nov-03 3:40 
GeneralRe: Dundas Toolkit / Grid equivalent Pin
Heath Stewart28-Nov-03 3:45
protectorHeath Stewart28-Nov-03 3:45 
GeneralRe: Dundas Toolkit / Grid equivalent Pin
Michael P Butler28-Nov-03 4:00
Michael P Butler28-Nov-03 4:00 
QuestionMDI Child error? Pin
Wouter van Vugt26-Nov-03 22:56
Wouter van Vugt26-Nov-03 22:56 

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.