Click here to Skip to main content
15,917,795 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Avoiding Hardcoded Values Pin
nishkarsh_k4-Jan-08 10:27
nishkarsh_k4-Jan-08 10:27 
GeneralRe: Avoiding Hardcoded Values Pin
Luc Pattyn4-Jan-08 10:38
sitebuilderLuc Pattyn4-Jan-08 10:38 
Generalplz help me, how to give print option in vb.net Pin
velan4-Jan-08 6:19
velan4-Jan-08 6:19 
GeneralRe: plz help me, how to give print option in vb.net Pin
Paul Conrad4-Jan-08 6:37
professionalPaul Conrad4-Jan-08 6:37 
GeneralRe: plz help me, how to give print option in vb.net Pin
DigiOz Multimedia5-Jan-08 8:46
DigiOz Multimedia5-Jan-08 8:46 
GeneralRe: plz help me, how to give print option in vb.net Pin
Duncan Edwards Jones6-Jan-08 1:24
professionalDuncan Edwards Jones6-Jan-08 1:24 
Questionhow can I read a value at a specific address? Pin
Big Ralph4-Jan-08 1:17
Big Ralph4-Jan-08 1:17 
AnswerRe: how can I read a value at a specific address? Pin
Dave Kreskowiak4-Jan-08 4:15
mveDave Kreskowiak4-Jan-08 4:15 
You can't just read any old address in the machine. Windows memory and process protections won't let you. When an application runs, it thinks it's the only application in the entire system. Each process get's it's own 2GB address space, so theres lots of room to play, even if the machine doesn't actually have 2GB of RAM in it.

If each process has its own address space, each process can be sitting in the same range of addresses. So how are you going to get one process to read another processes address space??

You have to Open the other process and read it, kind of like a file. But, not any user can open another process. You have to have admin rights to do this. For a C# example (can be converted to VB.NET), check out this article[^].



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




AnswerRe: how can I read a value at a specific address? Pin
LloydA1114-Jan-08 23:55
LloydA1114-Jan-08 23:55 
Generalget number of weeks from given year Pin
Tom Deketelaere4-Jan-08 0:05
professionalTom Deketelaere4-Jan-08 0:05 
AnswerRe: get number of weeks from given year Pin
Volker Weichert4-Jan-08 0:23
Volker Weichert4-Jan-08 0:23 
GeneralRe: get number of weeks from given year Pin
Tom Deketelaere4-Jan-08 1:02
professionalTom Deketelaere4-Jan-08 1:02 
GeneralRe: get number of weeks from given year Pin
Volker Weichert4-Jan-08 2:27
Volker Weichert4-Jan-08 2:27 
GeneralRe: get number of weeks from given year Pin
originSH4-Jan-08 0:28
originSH4-Jan-08 0:28 
GeneralRe: get number of weeks from given year Pin
Tom Deketelaere4-Jan-08 1:17
professionalTom Deketelaere4-Jan-08 1:17 
GeneralRe: get number of weeks from given year Pin
originSH4-Jan-08 2:24
originSH4-Jan-08 2:24 
GeneralRe: get number of weeks from given year Pin
Tom Deketelaere4-Jan-08 2:58
professionalTom Deketelaere4-Jan-08 2:58 
GeneralRe: get number of weeks from given year Pin
originSH4-Jan-08 3:09
originSH4-Jan-08 3:09 
GeneralRe: get number of weeks from given year Pin
Tom Deketelaere4-Jan-08 5:10
professionalTom Deketelaere4-Jan-08 5:10 
GeneralRe: get number of weeks from given year Pin
originSH4-Jan-08 5:29
originSH4-Jan-08 5:29 
GeneralRe: get number of weeks from given year Pin
Thomas Krojer7-Jan-08 1:25
Thomas Krojer7-Jan-08 1:25 
GeneralRe: get number of weeks from given year Pin
Tom Deketelaere7-Jan-08 1:37
professionalTom Deketelaere7-Jan-08 1:37 
GeneralRe: get number of weeks from given year Pin
Thomas Krojer7-Jan-08 2:31
Thomas Krojer7-Jan-08 2:31 
GeneralRe: get number of weeks from given year Pin
ChandraRam4-Jan-08 1:07
ChandraRam4-Jan-08 1:07 
GeneralRe: get number of weeks from given year Pin
Tom Deketelaere4-Jan-08 1:23
professionalTom Deketelaere4-Jan-08 1:23 

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.