Search:

Type: Posts; User: SickelSell

Search: Search took 0.04 seconds.

  1. Re: Working with mousescroll in the background.

    Bump
  2. Working with mousescroll in the background.

    Ok, I am trying to make it so when I scroll the mouse wheel it sends the key "z"...So...to test if I could get it to work in the background I made it send the key "z" whenever I press 7 as...
  3. Re: Saving Picture To File.

    I'm expecting it because I did it before by splitting the header. I'll try that.
  4. Saving Picture To File.

    Ok, I converted My VB 6.0 Code from the 2005 conveted and got this. What I basically did in the code before was go to a webpage and make a picture = strhtml. Now over here I am trying to download it....
  5. Replies
    4
    Views
    734

    Problem with Timers... and For Loops?

    Ok, whenever I have a for loop like

    for x = 0 to picture1.width - 1

    Inside a Timer_Tick sub it seems like x remains zero....Maybe because it keeps setting it to 0...I want to know how to make...
  6. Re: Hmm Writing To A File In Vb.net [2005]. I have my vb 6.0 code.

    I dont want to create text though, I want to create the image. (GIF)
  7. Hmm Writing To A File In Vb.net [2005]. I have my vb 6.0 code.

    Open App.Path & "\cool.gif" For Output As #4
    Print #4, strhtml
    Close #4

    That's what my code in VB 6.0 was...How would I do it here. Something with the IO import im guessing.
  8. Replies
    13
    Views
    1,471

    Re: I need a color as a long. (Like VB 6.0)

    Still Need Help :P
  9. Replies
    13
    Views
    1,471

    Re: I need a color as a long. (Like VB 6.0)

    It tells me its a intpr and can not be converted to long.
  10. Replies
    13
    Views
    1,471

    I need a color as a long. (Like VB 6.0)

    Ok, In VB 6.0, VBBLACK acted like a long I guess...But in .net (2005) It does not and gives me the error...

    How can I make that a long?
  11. Replies
    1
    Views
    20,597

    Re: Using GetBitmapBits instead of GetPixel

    Oops...Wrong section sorry..
  12. Replies
    1
    Views
    20,597

    Using GetBitmapBits instead of GetPixel

    I already have the code made to get the darkest pixel of an image using GetPixel...But I want to use Getbitmapbits because it is faster.

    If anyone is familiar with Getbitmapbits can you please...
  13. Replies
    2
    Views
    560

    Need Help With Pixel Recognition

    In my program I need to...


    Download a JPG from a website
    Find the darkest pixel


    Can anyone help me with this?

    I was using BCHArray but that isnt working too well..
Results 1 to 13 of 18



Click Here to Expand Forum to Full Width