Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
GeneralRe: System.OutOfMemoryException when creating big array Pin
Dave Kreskowiak20-Apr-10 16:18
mveDave Kreskowiak20-Apr-10 16:18 
GeneralRe: System.OutOfMemoryException when creating big array Pin
Xmen Real 20-Apr-10 16:40
professional Xmen Real 20-Apr-10 16:40 
GeneralRe: System.OutOfMemoryException when creating big array Pin
Dave Kreskowiak21-Apr-10 2:10
mveDave Kreskowiak21-Apr-10 2:10 
GeneralRe: System.OutOfMemoryException when creating big array Pin
Xmen Real 21-Apr-10 2:35
professional Xmen Real 21-Apr-10 2:35 
AnswerRe: System.OutOfMemoryException when creating big array Pin
Luc Pattyn20-Apr-10 1:21
sitebuilderLuc Pattyn20-Apr-10 1:21 
GeneralRe: System.OutOfMemoryException when creating big array Pin
Xmen Real 20-Apr-10 2:43
professional Xmen Real 20-Apr-10 2:43 
GeneralRe: System.OutOfMemoryException when creating big array Pin
Luc Pattyn20-Apr-10 3:35
sitebuilderLuc Pattyn20-Apr-10 3:35 
GeneralRe: System.OutOfMemoryException when creating big array Pin
Xmen Real 20-Apr-10 4:02
professional Xmen Real 20-Apr-10 4:02 
GeneralRe: System.OutOfMemoryException when creating big array Pin
Luc Pattyn20-Apr-10 4:24
sitebuilderLuc Pattyn20-Apr-10 4:24 
GeneralRe: System.OutOfMemoryException when creating big array Pin
Xmen Real 20-Apr-10 4:25
professional Xmen Real 20-Apr-10 4:25 
QuestionDifferent way to copy a file Pin
svanwass19-Apr-10 15:46
svanwass19-Apr-10 15:46 
AnswerRe: Different way to copy a file Pin
Tarakeshwar Reddy19-Apr-10 16:08
professionalTarakeshwar Reddy19-Apr-10 16:08 
AnswerRe: Different way to copy a file Pin
PIEBALDconsult19-Apr-10 17:08
mvePIEBALDconsult19-Apr-10 17:08 
AnswerRe: Different way to copy a file Pin
Vikram A Punathambekar19-Apr-10 18:39
Vikram A Punathambekar19-Apr-10 18:39 
NewsOpen source Obfuscator for .Net Pin
Oguz Bastemur19-Apr-10 13:47
Oguz Bastemur19-Apr-10 13:47 
GeneralRe: Open source Obfuscator for .Net Pin
PIEBALDconsult19-Apr-10 13:52
mvePIEBALDconsult19-Apr-10 13:52 
GeneralRe: Open source Obfuscator for .Net Pin
DaveyM6919-Apr-10 14:13
professionalDaveyM6919-Apr-10 14:13 
GeneralRe: Open source Obfuscator for .Net Pin
Oguz Bastemur19-Apr-10 14:53
Oguz Bastemur19-Apr-10 14:53 
GeneralRe: Open source Obfuscator for .Net Pin
Not Active19-Apr-10 15:30
mentorNot Active19-Apr-10 15:30 
GeneralRe: Open source Obfuscator for .Net Pin
PIEBALDconsult19-Apr-10 17:05
mvePIEBALDconsult19-Apr-10 17:05 
QuestionProblems With BinaryFormatter Pin
Richard Blythe19-Apr-10 10:26
Richard Blythe19-Apr-10 10:26 
AnswerRe: Problems With BinaryFormatter Pin
Super Lloyd19-Apr-10 13:20
Super Lloyd19-Apr-10 13:20 
AnswerRe: Problems With BinaryFormatter Pin
Alan Balkany21-Apr-10 4:04
Alan Balkany21-Apr-10 4:04 
QuestionIntegrating an unmanaged window into a managed C# app Pin
Keith Vitali19-Apr-10 10:15
Keith Vitali19-Apr-10 10:15 
AnswerRe: Integrating an unmanaged window into a managed C# app Pin
Super Lloyd19-Apr-10 14:21
Super Lloyd19-Apr-10 14:21 
You need to learn about Interop:
http://msdn.microsoft.com/en-us/library/ms973872.aspx[^]

This will help once you get your head around it:
http://pinvoke.net/[^]

Also when you got an unmanaged Windosw handle, you can use SetParent()[^] to host it into a WinForm control.
Simple example:
Hosting EXE Applications in a WinForm project[^]
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station....
_________________________________________________________
My programs never have bugs, they just develop random features.

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.