Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

TDSp

@TDSp
About
Posts
13
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • A Console - Like in Half-life 2 and gaems like that
    T TDSp

    You know in games you have a console like where you can run commands and things like "echo test" and the console promptly replies "test", how would i go about coding this in vb.net. i have no idea where to start, and its fundamental to this game. any ideas would be appreciated :)

    Thanks, Terence

    Visual Basic csharp game-dev

  • reading memory from proccess problem! [modified]
    T TDSp

    sorry for double post, ok.. it seems to read 4 byte numbers ok (not doubles) but when it goes over 255/256 (dont know wich) it rolls over to 100 o 0100 !! so i dont know what this is doing.. but is it just chucking it out in a different format?

    Thanks, Terence

    Visual Basic csharp com game-dev testing

  • How to add MaskedTextBox control to toolbox?
    T TDSp

    The Choose controls option[^] The masked textbox control[^] also what version visual basic are you using? maskedtextbxo is deffinatly in visual basic 2005, but i don't know about other versions sorry if i was a bit abstract!

    Thanks, Terence

    Visual Basic csharp database tutorial question

  • how to check the check box programatically in vb..?
    T TDSp

    checkbox1.checked = true i have used that in my programs, it seems to work

    Thanks, Terence

    Visual Basic help tutorial question

  • reading memory from proccess problem! [modified]
    T TDSp

    I changed it to that and it still does same :(

    Thanks, Terence

    Visual Basic csharp com game-dev testing

  • How to add MaskedTextBox control to toolbox?
    T TDSp

    it should be under common controls. If i is not.... 1) Right click on the header of the section 2) click choose items 3) check maskedtextbox

    Thanks, Terence

    Visual Basic csharp database tutorial question

  • reading memory from proccess problem! [modified]
    T TDSp

    hi, First of all a screenshot http://img131.imageshack.us/img131/5797/problemiovg8.png[^] i am using the DLL from this artical (http://www.codeproject.com/csharp/minememoryreader.asp[^]) To read memory from a rollercoaster game, to get lateral and acceleration Gs, these values are in the form of a double. in a memory scanner i have froze one of the values to "0.1" for testing purposes but when i read the memory address from VB.NET it reads it as "154153153153153153185630003217311321963" !!! i am very confused about this, is there anyone here that has a clue? also, does anyone know of other DLLs that can do the same job?

    Private Sub Timer1\_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        RichTextBox1.Clear()
    

    ' Choose process
    Dim myProcesses As System.Diagnostics.Process() =
    System.Diagnostics.Process.GetProcessesByName("NoLimitsSimulator")

    'Load it to memory reader
    mem.ReadProcess = myProcesses(0)

    'open it
    mem.OpenProcess()

    'decs
    Dim out As Int32
    Dim current
    Dim memory() As Byte
    'new pointer
    Dim loc As IntPtr
    loc = "5581752"
    'Read The Memory
    memory = mem.ReadProcessMemory(loc, 16, out)

    'Return Value
    'these al like this because i was experimenting!
    RichTextBox1.Text = RichTextBox1.Text & memory(0)
    RichTextBox1.Text = RichTextBox1.Text & memory(1)
    RichTextBox1.Text = RichTextBox1.Text & memory(2)
    RichTextBox1.Text = RichTextBox1.Text & memory(3)
    RichTextBox1.Text = RichTextBox1.Text & memory(4)
    RichTextBox1.Text = RichTextBox1.Text & memory(5)
    RichTextBox1.Text = RichTextBox1.Text & memory(6)
    RichTextBox1.Text = RichTextBox1.Text & memory(7)
    RichTextBox1.Text = RichTextBox1.Text & memory(8)
    RichTextBox1.Text = RichTextBox1.Text & memory(9)
    RichTextBox1.Text = RichTextBox1.Text & memory(10)
    RichTextBox1.Text = RichTextBox1.Text & memory(11)
    RichTextBox1.Text = RichTextBox1.Text & memory(12)
    RichTextBox1.Text = RichTextBox1.Text & memory(13)

    Visual Basic csharp com game-dev testing

  • [Message Deleted]
    T TDSp

    i agree

    The Back Room

  • Resizing a form
    T TDSp

    easy when you know how! me.size = new system.drawing.size(height,width) should work ok!

    Visual Basic question help

  • External apps maximizing AROUND your app
    T TDSp

    I have a form that runs down one side of the screen , but I want all other application to only maximize up to my form and not under it. I hope this is clear enough. Another way to put it would be like the taskbar when it runs down the side of the screen. any help would be appreciated Thanks, Terence -- modified at 12:01 Thursday 23rd March, 2006

    Visual Basic help

  • Reading memory locations of a game/app (VB.NET)
    T TDSp

    Thanks you very much! :)

    Visual Basic csharp game-dev performance help

  • How can I read a picture from a resource file?
    T TDSp

    Dragging the resource from the pane into your code inserts the location (it does on my VS05) -- modified at 18:19 Sunday 19th March, 2006

    Visual Basic question tutorial learning

  • Reading memory locations of a game/app (VB.NET)
    T TDSp

    hi, I want to read a value from a memory location of a game, but i am clueless to how i can do this, any help would be appreciated! :) -- modified at 17:26 Sunday 19th March, 2006

    Visual Basic csharp game-dev performance help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups