Click here to Skip to main content
15,889,595 members
Home / Discussions / C#
   

C#

 
Generalload multilevel png files Pin
Anonymous7-Jun-05 21:42
Anonymous7-Jun-05 21:42 
GeneralIO ports Pin
Niklas Ulvinge7-Jun-05 21:28
Niklas Ulvinge7-Jun-05 21:28 
GeneralRe: IO ports Pin
BrianCR898-Jun-05 7:23
BrianCR898-Jun-05 7:23 
GeneralRe: IO ports Pin
Niklas Ulvinge9-Jun-05 3:03
Niklas Ulvinge9-Jun-05 3:03 
GeneralRe: IO ports Pin
BrianCR899-Jun-05 6:27
BrianCR899-Jun-05 6:27 
GeneralRe: IO ports Pin
Niklas Ulvinge9-Jun-05 7:08
Niklas Ulvinge9-Jun-05 7:08 
GeneralAccess GDI+ Image pointer from unmanaged C++ dll... Pin
SpiderMan7-Jun-05 21:21
SpiderMan7-Jun-05 21:21 
GeneralRe: Access GDI+ Image pointer from unmanaged C++ dll... Pin
Andy Moore8-Jun-05 10:58
Andy Moore8-Jun-05 10:58 
You could have the C++ dll return the handle to the image using the GDI+ Bitmap.GetHBitmap(). Your C# control could then get an IntPtr containing the handle to the bitmap and use Image.FromHBitmap() to get the image object back.



Human beings were not meant to sit in little cubicles staring at computer screens all day, filling out useless forms and listening to eight different bosses drone on about about mission statements. -- Peter Gibbons
GeneralHelp With a Combo Problem Pin
monica2k7-Jun-05 17:14
monica2k7-Jun-05 17:14 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 17:16
protectorChristian Graus7-Jun-05 17:16 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 17:18
monica2k7-Jun-05 17:18 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 17:23
protectorChristian Graus7-Jun-05 17:23 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 17:36
monica2k7-Jun-05 17:36 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 17:55
protectorChristian Graus7-Jun-05 17:55 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 18:07
monica2k7-Jun-05 18:07 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 18:09
protectorChristian Graus7-Jun-05 18:09 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 18:10
monica2k7-Jun-05 18:10 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 18:12
protectorChristian Graus7-Jun-05 18:12 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 18:14
monica2k7-Jun-05 18:14 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 18:18
protectorChristian Graus7-Jun-05 18:18 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 18:21
monica2k7-Jun-05 18:21 
GeneralRe: Help With a Combo Problem Pin
Christian Graus7-Jun-05 18:25
protectorChristian Graus7-Jun-05 18:25 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 18:30
monica2k7-Jun-05 18:30 
GeneralRe: Help With a Combo Problem Pin
Robert Rohde7-Jun-05 19:34
Robert Rohde7-Jun-05 19:34 
GeneralRe: Help With a Combo Problem Pin
monica2k7-Jun-05 19:37
monica2k7-Jun-05 19:37 

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.