Search:

Type: Posts; User: endri12

Search: Search took 0.03 seconds.

  1. VS 2008 Re: Attempted to read or write protected memory. This is often an indication that oth

    I didn't come here to discuss what a game trainer is like. If you don't feel like helping don't reply.
  2. VS 2008 Attempted to read or write protected memory. This is often an indication that other m

    Hi!

    I'm making a game trainer. The code was from vb6 but i modified it to work on .net.

    All i want to know is why i get this error!

    I get the same error with other source code (trainer)...
  3. Replies
    1
    Views
    553

    VS 2008 How do I go about doing this??

    OK, so I'm creating a login prompt , and I want to be able save password and username in a combobox item , so they could stack up, and when I select one of them, it enters the details in the...
  4. Re: [2008] how to play sounds from value

    it worked!! thank you!!
  5. [RESOLVED] [2008] how to play sounds from value

    how do I play sounds from value. lets say I have a variable that has a value 1721, how do I play sounds for all letters? so when I check for this value I hear "one, seven, two, one" I have the sound...
  6. Replies
    6
    Views
    2,170

    vb6 to vb9 converter

    do you know any sites?
  7. Replies
    2
    Views
    593

    Re: [2008] need help with game trainer

    I'm creating a trainer for a game called rise of nations
  8. Replies
    2
    Views
    593

    [2008] need help with game trainer

    I am making a game trainer.
    there is this address that I change the value to 99999999
    what I want to do is change it back to its default value 23 . I am doing this with hotkeys . I don't know the...
  9. Replies
    88
    Views
    9,493

    Re: [2008] Service Pack 1 released

    I installed it and it fixed that problem I had, also why is this much smaller than the beta?
  10. Replies
    88
    Views
    9,493

    Re: [2008] Service Pack 1 released

    I couldn't edit control templates in blend ( got a error) after installing .net 3.5 sp1 so I'm scared to install this
  11. Replies
    3
    Views
    528

    [2008] need help

    I have a label that checks for a value from a variable when I press a button, but how do make the label update itself because the value changes and i don't want to press the button every time I...
  12. Thread: starting wpf

    by endri12
    Replies
    1
    Views
    802

    starting wpf

    I have a problem, I have created a new window and the problem is that I can't find a way to show that window. The normal .show isn't there.ANy help please:)
  13. Replies
    3
    Views
    1,107

    Re: [2008] wpf webbrowser problem

    thanks very much
  14. Replies
    3
    Views
    1,107

    [RESOLVED] [2008] wpf webbrowser problem

    when I do :

    WebBrowser1.Navigate("http://www.yahoo.com")
    it highlights the address and says:
    "Value of type 'String' cannot be converted to 'System.Uri'."

    :confused:
  15. Re: making my app colorful and professional looking

    I hate vb6 and it's classic controls.
  16. Replies
    6
    Views
    1,122

    Re: [2008] Files/Folders into Treeview - Images

    omg that's a lot of code for a treeview :mad: :p
    good luck to me trying to make an explorer ;)
  17. Replies
    19
    Views
    41,748

    Re: How to make textbox 'gray-out'?

    what are you talking about?
    the op asked to make textbox not able to write anything and grayed out , doesn't readonly property do that?:confused:
  18. Replies
    19
    Views
    41,748

    Re: How to make textbox 'gray-out'?

    textbox.readonly= true
  19. Replies
    1
    Views
    392

    [2008] need explorer tutorial

    This may sound stupid , but I always wanted to make my own explorer in Visual Basic and I don't know where to start .
  20. [2008] how to assign global hotkeys to a button

    so far I have this

    Imports WindowsHookLib

    Public Class Form1
    'Hook Keyboard/Mouse
    Private WithEvents KH As New LLKeyboardHook
    Private WithEvents MH As New LLMouseHook
  21. Replies
    5
    Views
    644

    Re: [2008] how to rename 2 files?

    thanks :D
  22. Replies
    5
    Views
    644

    Re: [2008] how to rename 2 files?

    how do I do this? :confused:
  23. Re: [2008] Making a tabbed web browser, need some help.

    thanks :)
    looks too advanced for me, I need something simple since I'm a newbie.
    i get an error though :
    http://img401.imageshack.us/img401/1733/727200874731amcn7.jpg
    any ideas?
  24. Replies
    5
    Views
    644

    Re: [2008] how to rename 2 files?

    I got it in 2 buttons.

    my question is how do I make a button do on the first click do the first thing and on the second click do the second thing and on the third click do the first thing and so...
  25. Replies
    5
    Views
    644

    [2008] how to rename 2 files?

    How do I rename 2 files? for example there is file 1 and there is file 2 . file 1 becomes 2 and file 2 becomes 1 ,(like a replacer) all in one button(preferred) and each times I click the button the...
  26. [2008] Making a tabbed web browser, need some help.

    here is the code I have so far

    Public Class Form1
    Dim i As Integer = 0
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load


    ...
  27. Re: [2008] moving the form without the title bar

    wow thanks :)
  28. [2008] moving the form without the title bar

    how do i move the form without the title bar(the bar with the close , minimize, maximize buttons)
  29. Replies
    4
    Views
    517

    Re: [2008] Help!!!!

    I found what was wrong.
    the "Me.Text = (WebBrowser1.Url.AbsoluteUri)
    ComboBox1.Text = (WebBrowser1.Url.AbsoluteUri)"
    should go in the WebBrowser1_StatusTextChanged event.

    thanks guys,...
  30. Replies
    4
    Views
    517

    Re: [2008] Help!!!!

    yeah, it is :(

    I created another project and still displays that error.
  31. Replies
    4
    Views
    517

    [RESOLVED] [2008] Help!!!!

    I'm new to programing and I was wondering what I am doing wrong.
    I have done this before, but today it just won't work :( . http://img150.imageshack.us/img150/3056/725200873659amch0.jpg
Results 1 to 31 of 31



Click Here to Expand Forum to Full Width