Search:

Type: Posts; User: Y0MANNN

Search: Search took 0.34 seconds.

  1. Replies
    10
    Views
    1,181

    VS 2010 Re: Visual basic image recognization

    Okay, let me rephrase everything. I basically want to upload an image to the program, I want the program to find that image anywhere on the screen and tell me the coordinates of that image.

    I...
  2. Replies
    2
    Views
    832

    VS 2010 How to make Bejewled Blitz bot

    Hey

    I was watching this video of a bot made in Visual basic.

    http://www.youtube.com/watch?v=oFIGJVCpr5s

    What I would like to knw is how is this bot made? Is it through an image recognition?...
  3. Replies
    14
    Views
    1,794

    VS 2010 Re: Saving textbox1.text to .txt file

    This works for me when I play the file (the green triangle) in VB but when I compile it and use the actual .exe file, it doesn't do the job. what am I doing wrong here?
  4. Replies
    14
    Views
    1,794

    VS 2010 Re: Saving textbox1.text to .txt file

    Got it working now.
  5. Replies
    14
    Views
    1,794

    VS 2010 Re: Saving textbox1.text to .txt file

    I have tried To add application settings in the Properties window
    followed all the steps though it doesn't do anything
    when I close it and open it again, I have to enter the user and pass again....
  6. Replies
    14
    Views
    1,794

    VS 2010 Re: Saving textbox1.text to .txt file

    I will give it a try and feedback. Will you also be able to help me with:
    http://www.vbforums.com/showthread.php?t=672838

    Thanks much
  7. Replies
    14
    Views
    1,794

    VS 2010 Re: Saving textbox1.text to .txt file

    Okay, i'll give it a try. Which one should I try though?
    To add application settings in the Project Designer or
    To add application settings in the Properties window
  8. Replies
    10
    Views
    1,181

    VS 2010 Re: Visual basic image recognization

    I will be using an if statement

    if image = visible
    cursor.position = etc...

    so it doesn't matter whether anything is covering it or not. And this image is just an example as I'll be doing this...
  9. Replies
    14
    Views
    1,794

    VS 2010 Re: Saving textbox1.text to .txt file

    Sorry about that. This is what I have tried earlier:

    Const mfileName As String = "C:\test.txt"
    Dim file As System.IO.StreamWriter file = My.Computer.FileSystem. _ OpenTextFileWriter(mfileName,...
  10. Replies
    10
    Views
    1,181

    VS 2010 Re: Visual basic image recognization

    From the microsoft website, I got something like this:


    Dim Pict1 As Object

    Pict1 = PictureBox1.Image


    Dim PixelColor As Color = Pict1.GetPixel(e.X, e.Y)
  11. Replies
    14
    Views
    1,794

    VS 2010 Re: Saving textbox1.text to .txt file

    I have tried earlier but it just wouldn't work. Is there a code for this that you add in open form and closing form?
  12. Replies
    14
    Views
    1,794

    VS 2010 Saving textbox1.text to .txt file

    Hey

    I basically have a program where people type in their username and password, and then once button1 is pressed the program takes you to a website and logs in for you. The whole point of this is...
  13. Replies
    10
    Views
    1,181

    VS 2010 Re: Visual basic image recognization

    C'mon guys, someone must have the answer.
  14. Replies
    10
    Views
    1,181

    VS 2010 Visual basic image recognization

    HI

    It is very easy to move your cursor to a specific coordinate but my question here is how do you move your cursor to an image?

    Now what this would involve doing is importing an image so the...
Results 1 to 14 of 15



Click Here to Expand Forum to Full Width