Click here to Skip to main content
15,898,371 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to get local variables and object instance that threw unhandled exception Pin
dybs11-Mar-10 18:42
dybs11-Mar-10 18:42 
AnswerRe: How to get local variables and object instance that threw unhandled exception Pin
Eddy Vluggen12-Mar-10 0:56
professionalEddy Vluggen12-Mar-10 0:56 
GeneralRe: How to get local variables and object instance that threw unhandled exception Pin
dybs12-Mar-10 2:27
dybs12-Mar-10 2:27 
AnswerRe: How to get local variables and object instance that threw unhandled exception [long answer] Pin
Eddy Vluggen12-Mar-10 5:45
professionalEddy Vluggen12-Mar-10 5:45 
GeneralRe: How to get local variables and object instance that threw unhandled exception [long answer] Pin
dybs12-Mar-10 7:24
dybs12-Mar-10 7:24 
GeneralRe: How to get local variables and object instance that threw unhandled exception [long answer] Pin
Eddy Vluggen12-Mar-10 7:40
professionalEddy Vluggen12-Mar-10 7:40 
QuestionManipulate bitmap in unmanaged c++ DLL from a VB.NET app Pin
frito_burrito11-Mar-10 11:42
frito_burrito11-Mar-10 11:42 
AnswerRe: Manipulate bitmap in unmanaged c++ DLL from a VB.NET app Pin
Luc Pattyn11-Mar-10 12:02
sitebuilderLuc Pattyn11-Mar-10 12:02 
Hi,

you can pass all of the pixels of a Bitmap (not a PictureBox!) to the unmanaged world; all it takes is getting the pointer to it as an IntPtr, and pass that on to a C/C++ char pointer. Look at Bitmap.LockBits and BitmapData.Scan0

Background information on P/Invoke is available here[^] (not completed yet!).

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.

GeneralRe: Manipulate bitmap in unmanaged c++ DLL from a VB.NET app Pin
frito_burrito12-Mar-10 4:36
frito_burrito12-Mar-10 4:36 
GeneralRe: Manipulate bitmap in unmanaged c++ DLL from a VB.NET app Pin
Luc Pattyn12-Mar-10 4:52
sitebuilderLuc Pattyn12-Mar-10 4:52 
GeneralRe: Manipulate bitmap in unmanaged c++ DLL from a VB.NET app Pin
frito_burrito15-Mar-10 4:26
frito_burrito15-Mar-10 4:26 
QuestionSerialization of collection Pin
johnjitu11-Mar-10 4:04
johnjitu11-Mar-10 4:04 
AnswerRe: Serialization of collection Pin
The Man from U.N.C.L.E.11-Mar-10 7:49
The Man from U.N.C.L.E.11-Mar-10 7:49 
GeneralRe: Serialization of collection Pin
johnjitu11-Mar-10 20:20
johnjitu11-Mar-10 20:20 
QuestionSerialization of colleciton Pin
johnjitu11-Mar-10 0:19
johnjitu11-Mar-10 0:19 
AnswerRe: Serialization of colleciton Pin
SeMartens11-Mar-10 1:30
SeMartens11-Mar-10 1:30 
GeneralRe: Serialization of colleciton Pin
johnjitu11-Mar-10 2:22
johnjitu11-Mar-10 2:22 
AnswerRe: Serialization of colleciton Pin
darkelv11-Mar-10 2:55
darkelv11-Mar-10 2:55 
QuestionVS 2008 and Linux ?? Pin
AmbiguousName10-Mar-10 19:25
AmbiguousName10-Mar-10 19:25 
AnswerRe: VS 2008 and Linux ?? Pin
Rod Kemp10-Mar-10 19:42
Rod Kemp10-Mar-10 19:42 
AnswerRe: VS 2008 and Linux ?? Pin
Eddy Vluggen11-Mar-10 2:18
professionalEddy Vluggen11-Mar-10 2:18 
QuestionKeepAlive implement [modified] Pin
KenKen Wong9-Mar-10 14:13
KenKen Wong9-Mar-10 14:13 
AnswerRe: KeepAlive implement Pin
Luc Pattyn9-Mar-10 14:26
sitebuilderLuc Pattyn9-Mar-10 14:26 
QuestionCustom attributes aren't being displayed Pin
jeffb429-Mar-10 9:12
jeffb429-Mar-10 9:12 
AnswerRe: Custom attributes aren't being displayed Pin
Scott Dorman9-Mar-10 17:48
professionalScott Dorman9-Mar-10 17:48 

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.