Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to read a value in a memory address using c#! Pin
Pete O'Hanlon22-Jan-09 10:45
mvePete O'Hanlon22-Jan-09 10:45 
GeneralRe: How to read a value in a memory address using c#! Pin
EliottA22-Jan-09 10:46
EliottA22-Jan-09 10:46 
GeneralRe: How to read a value in a memory address using c#! Pin
Jon Rista22-Jan-09 10:59
Jon Rista22-Jan-09 10:59 
GeneralRe: How to read a value in a memory address using c#! Pin
Daniel Grunwald22-Jan-09 11:52
Daniel Grunwald22-Jan-09 11:52 
GeneralRe: How to read a value in a memory address using c#! Pin
Jon Rista22-Jan-09 15:34
Jon Rista22-Jan-09 15:34 
GeneralRe: How to read a value in a memory address using c#! Pin
Daniel Grunwald22-Jan-09 20:50
Daniel Grunwald22-Jan-09 20:50 
GeneralRe: How to read a value in a memory address using c#! Pin
Jon Rista23-Jan-09 4:38
Jon Rista23-Jan-09 4:38 
AnswerRe: How to read a value in a memory address using c#! Pin
Ennis Ray Lynch, Jr.22-Jan-09 10:36
Ennis Ray Lynch, Jr.22-Jan-09 10:36 
To use pointers in C# you must use unsafe code either through the compiler option /unsafe or through an unsafe block. After that the code is the same in C++ and C#. My article on Grayscale conversion uses pointers.

http://www.codeproject.com/KB/graphics/quickgrayscale.aspx[^]


Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.


If you don't ask questions the answers won't stand in your way.


Most of this sig is for Google, not ego.


GeneralRe: How to read a value in a memory address using c#! Pin
PIEBALDconsult22-Jan-09 18:55
mvePIEBALDconsult22-Jan-09 18:55 
GeneralRe: How to read a value in a memory address using c#! Pin
Guffa22-Jan-09 20:07
Guffa22-Jan-09 20:07 
Questiondynamic drag and drop window component Pin
anishkannan22-Jan-09 6:56
anishkannan22-Jan-09 6:56 
AnswerRe: dynamic drag and drop window component Pin
Rutvik Dave22-Jan-09 8:19
professionalRutvik Dave22-Jan-09 8:19 
QuestionCreate textbox using array & insert the text box values into sqlserver database using c# Pin
ramya_jkumar22-Jan-09 6:53
ramya_jkumar22-Jan-09 6:53 
AnswerRe: Create textbox using array & insert the text box values into sqlserver database using c# Pin
Wendelius22-Jan-09 8:08
mentorWendelius22-Jan-09 8:08 
Questioncalculating slope of a line Pin
steini144122-Jan-09 6:29
steini144122-Jan-09 6:29 
AnswerRe: calculating slope of a line Pin
DaveyM6922-Jan-09 6:42
professionalDaveyM6922-Jan-09 6:42 
GeneralRe: calculating slope of a line Pin
PIEBALDconsult22-Jan-09 8:38
mvePIEBALDconsult22-Jan-09 8:38 
AnswerRe: calculating slope of a line Pin
PIEBALDconsult22-Jan-09 6:51
mvePIEBALDconsult22-Jan-09 6:51 
GeneralRe: calculating slope of a line Pin
steini144122-Jan-09 7:10
steini144122-Jan-09 7:10 
GeneralRe: calculating slope of a line Pin
PIEBALDconsult22-Jan-09 7:12
mvePIEBALDconsult22-Jan-09 7:12 
AnswerRe: calculating slope of a line Pin
Ennis Ray Lynch, Jr.22-Jan-09 7:04
Ennis Ray Lynch, Jr.22-Jan-09 7:04 
GeneralRe: calculating slope of a line Pin
PIEBALDconsult22-Jan-09 7:14
mvePIEBALDconsult22-Jan-09 7:14 
GeneralRe: calculating slope of a line Pin
steini144122-Jan-09 7:46
steini144122-Jan-09 7:46 
GeneralRe: calculating slope of a line Pin
Ennis Ray Lynch, Jr.22-Jan-09 7:49
Ennis Ray Lynch, Jr.22-Jan-09 7:49 
GeneralRe: calculating slope of a line Pin
PIEBALDconsult22-Jan-09 7:53
mvePIEBALDconsult22-Jan-09 7:53 

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.