Click here to Skip to main content
15,923,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: Retail barcode question Pin
kribo9-Sep-11 5:08
professionalkribo9-Sep-11 5:08 
AnswerRe: Retail barcode question Pin
OriginalGriff5-Sep-11 2:22
mveOriginalGriff5-Sep-11 2:22 
AnswerRe: Retail barcode question Pin
GuyThiebaut5-Sep-11 2:34
professionalGuyThiebaut5-Sep-11 2:34 
AnswerRe: Retail barcode question Pin
GParkings5-Sep-11 2:35
GParkings5-Sep-11 2:35 
QuestionExecuting,accessing and change a "CorelDraw" file through C# application [modified] Pin
Mahtab7774-Sep-11 20:11
Mahtab7774-Sep-11 20:11 
AnswerRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
OriginalGriff4-Sep-11 21:45
mveOriginalGriff4-Sep-11 21:45 
AnswerRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
Eddy Vluggen5-Sep-11 6:43
professionalEddy Vluggen5-Sep-11 6:43 
AnswerRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
Mahtab7775-Sep-11 21:12
Mahtab7775-Sep-11 21:12 
GeneralRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
Pete O'Hanlon5-Sep-11 21:42
mvePete O'Hanlon5-Sep-11 21:42 
QuestionPolymorphism Pin
MUHAMMAD FAROOQ19914-Sep-11 0:59
MUHAMMAD FAROOQ19914-Sep-11 0:59 
AnswerRe: Polymorphism Pin
DaveyM694-Sep-11 1:57
professionalDaveyM694-Sep-11 1:57 
AnswerRe: Polymorphism Pin
PIEBALDconsult4-Sep-11 5:18
mvePIEBALDconsult4-Sep-11 5:18 
AnswerRe: Polymorphism Pin
Abhinav S4-Sep-11 6:26
Abhinav S4-Sep-11 6:26 
AnswerRe: Polymorphism Pin
Alan Balkany6-Sep-11 4:47
Alan Balkany6-Sep-11 4:47 
GeneralRe: Polymorphism Pin
PIEBALDconsult6-Sep-11 14:44
mvePIEBALDconsult6-Sep-11 14:44 
GeneralRe: Polymorphism Pin
Alan Balkany7-Sep-11 4:43
Alan Balkany7-Sep-11 4:43 
GeneralRe: Polymorphism Pin
PIEBALDconsult7-Sep-11 14:21
mvePIEBALDconsult7-Sep-11 14:21 
GeneralRe: Polymorphism Pin
Alan Balkany8-Sep-11 4:54
Alan Balkany8-Sep-11 4:54 
GeneralRe: Polymorphism Pin
PIEBALDconsult8-Sep-11 14:19
mvePIEBALDconsult8-Sep-11 14:19 
GeneralRe: Polymorphism Pin
Michael J. Eber8-Sep-11 7:41
Michael J. Eber8-Sep-11 7:41 
GeneralRe: Polymorphism Pin
PIEBALDconsult8-Sep-11 14:22
mvePIEBALDconsult8-Sep-11 14:22 
QuestionC# PSAPI_VERSION. and sevral other question [modified] [Partialy Solved] Pin
Saksida Bojan3-Sep-11 23:12
Saksida Bojan3-Sep-11 23:12 
AnswerRe: C# PSAPI_VERSION. and sevral other question [modified] [Partialy Solved] Pin
BobJanova4-Sep-11 23:11
BobJanova4-Sep-11 23:11 
GeneralRe: C# PSAPI_VERSION. and sevral other question [modified] [Partialy Solved] Pin
Saksida Bojan5-Sep-11 5:45
Saksida Bojan5-Sep-11 5:45 
GeneralRe: C# PSAPI_VERSION. and sevral other question [modified] [Partialy Solved] Pin
BobJanova5-Sep-11 5:51
BobJanova5-Sep-11 5:51 
Looks like you can get the parameters you need for Read/WriteProcessMemory (which is resident in one place) via Process.Handle and Process.MainModule.BaseAddress.

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.