Results 1 to 5 of 5

Thread: [RESOLVED] Address access

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2006
    Posts
    48

    Resolved [RESOLVED] Address access

    Hello All,

    I was wondering if there is a way to access (read/write) to any address. I would like to do this using VB code. Please give an example or point me in the right direction.

    Also, I'm not sure if this has to be done through a port of some sort so that information would also be helpful. Thanks.

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Address access

    Do you want to add records to a database? If yes then have a look at my signature, it has a link on adding records.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Address access

    What kind of address are you referring to?

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Address access

    If you mean physical memory address, it won't be easy, and the solution would be only pseudo-VB.
    My usual boring signature: Nothing

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Address access

    You should look at using C# for this. It's very similar to VB in a lot of ways, although the syntax is C-based, and it supports pointers in unsafe code. Also, you can't write to just any address. C# apps still can't read or write memory that is outside that allocated to them specifically.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width