Search:

Type: Posts; User: tweaker99

Page 1 of 12 1 2 3 4

Search: Search took 0.09 seconds.

  1. Re: Screenshot of second monitor. Preview 2nd screen from 1st.

    I just need screenshots.

    So if I can take a screenshot of the second monitor every 1 second that would resolve my issue so I can see what's going on.
  2. Re: Screenshot of second monitor. Preview 2nd screen from 1st.

    Live feed. I have a second monitor in the living room I want to steam a video to but can't find software for it so I want to make my own so I can make sure the screen is perfect.
  3. Screenshot of second monitor. Preview 2nd screen from 1st.

    I would like to take a screenshot of the second monitor I have setup and display it in a picture box.

    How could I do this? Or if there is a program to do this could you please link me :)


    I...
  4. Replies
    15
    Views
    2,061

    VS 2010 Re: Grab some text from HTML source,

    ident, this works perfect! Thanks so much.
  5. Replies
    15
    Views
    2,061

    VS 2010 Re: Grab some text from HTML source,

    Also with this I'm getting error "Sequence contains no elements"

    I think this is correct?
  6. Replies
    15
    Views
    2,061

    VS 2010 Re: Grab some text from HTML source,

    When I use this I get this error "Value of '11' is not valid for 'index'. 'index' should be between 0 and -1.
    Parameter name: index"

    Have any idea's?
  7. Replies
    15
    Views
    2,061

    VS 2010 [RESOLVED] Grab some text from HTML source,

    I need some advice on what to do.

    I'm making a program to do some math with hours worked and need to extract the hours worked from the website but the way I'm doing it is really sloppy and buggy....
  8. VS 2010 Fil in webbrowser textbox by Class Name ?

    Im making an auto fill app. But i got a little problem there are a few text box's that do not have names or id's they just have a classes.... :confused: For instance password 1 & 2 are the same i...
  9. VS 2010 Re: Color range. Find pixel within color range ?

    Im kinda brain dead.. Have not programmed in about 6 month's.. And lost all my notes, How would you do it if not by x,y ? O nm i see.. Um i put that there just for a test. It actually is a line above
  10. VS 2010 Color range. Find pixel within color range ?

    Ive posted this before.. But the search function will not work for me. I also can't find my posts ? Anyways
    Iim counting pixels in a image. I am counting how many red's or black's there are. But my...
  11. Replies
    0
    Views
    734

    VS 2010 Draw graphics going slow and flashing

    I dont know much about drawing graphics with .net
    I was testing out a few functions i found online like this one


    Private Function draw(ByVal a As Integer, ByVal b As Integer)
    ...
  12. Replies
    0
    Views
    717

    VS 2010 CMD Send more then 1 command ?

    Ive been trying to send some commands to CMD, I found this sample code. To send a command and get back the result... But i need to send another command after this and maybe more. I have tried...
  13. Replies
    3
    Views
    5,150

    VS 2010 WM_COMMAND SPY++ Winspector ? For 64 Bit ?

    I want to use spy++ or Winspector But from what i Read they Dont work on windows 7 64bit Correct ? Im trying to read WM_COMMAND Messages from a App.
    And whenever i Select 'Log Messages' And find...
  14. VS 2010 Re: Simulating Mouse Click Without Form Being Selected

    You can do this v.v I forgot how it was done tho.. Search.club bing bot or club live bot on youtube. They use a hook to the flash or somthing I forgot. I used to have source D;
  15. Re: Vb.net sendmessage click button on notepad

    This is an Example on how im Setting the text field in "Edit"



    Public Class Form1
    Private Const WM_SETTEXT = &HC
    Private Declare Function SendMessageSTRING Lib "user32.dll" Alias...
  16. [RESOLVED] Vb.net sendmessage click button on notepad

    OK I'm at work. But I needed help, I'm writing a simple program to help me multitask.

    Example I would want my program. To press a button on a window. Like notepad.exe I already know how to get the...
  17. Replies
    8
    Views
    1,252

    VS 2010 Re: Keep Form in Focus, but not really...

    you just need a hotkey lol also you dont really need it, when your press prnt screen it allready saves image of screen, just have your program paste it or auto save it once prt screen has been filled
  18. Replies
    3
    Views
    537

    VS 2008 Re: Find Image withing Picture

    thats kinda what i was saying, but there has to be an easier method :confused:
  19. Replies
    15
    Views
    1,857

    VS 2008 Re: Image clicker, is it even possible??

    easy... search for blue pixel. that facebook image then, Have progrom move say 10+ up to click on username then 5- down for password then 5- down for login :D easy
  20. Replies
    3
    Views
    537

    VS 2008 Re: Find Image withing Picture

    bump anyone willing to help ? I'll give whoever 10 dollar paypal
  21. Replies
    3
    Views
    537

    VS 2008 Find Image withing Picture

    Okay i wanna make a fun little Program, I just have a few Questions. On How someone would go about this,
    Okay i wanna scan a picture and look for a box that has for example
    3 across and then...
  22. Replies
    15
    Views
    1,857

    VS 2008 Re: Image clicker, is it even possible??

    gonnna be alot easier to just do math.. if 800x600 then for instance say it's 400 pixels down so 400 _ 800
    I'm not going to do the math for you cause I'm at work
  23. Re: Stream webrequests from the webbrowser control

    Also op if you want you can use httpfirefox it's really nice shows all postdata and get etc everything that goes threw
  24. Re: Stream webrequests from the webbrowser control

    I would also love this ^_^ anyone? Ahaha i only know how to get or send
  25. Replies
    0
    Views
    565

    VS 2008 Show srtin frame of Gif image ?

    I was wondering if there was a waty, I could show a sertin frame of an gif image. Like say my gif image has 10 images in it, How could i view the 5th image , Also could i count how many images are in...
  26. Replies
    3
    Views
    731

    Re: Very important ... Plz help

    so you pretty much want it to get the copied text, and show it in a string ?
  27. Replies
    3
    Views
    26,661

    Re: Add new line to Text file

    haha glad i could help you out :) i allways get help so i try to help back
  28. VS 2008 Re: How to click the web imgebutton??(vb2008)

    you cant click java just put it in the url
  29. Replies
    3
    Views
    26,661

    Re: Add new line to Text file

    is this what you mean ? i wasn't sure what you wanted

    Imports System.IO
    'NameSpace required to be imported to work with files
    Public Class Form1
    Inherits System.Windows.Forms.Form

    ...
  30. Replies
    10
    Views
    1,226

    VS 2008 Re: [RESOLVED] download source problem

    just myget then the site :)
  31. Replies
    10
    Views
    1,226

    VS 2008 Re: download source problem

    Ya sure here you go man :)


    Imports System
    Imports System.Text
    Imports System.Windows.Forms
    Imports System.Net
    Imports System.IO
    Public Class Form1
    Private Function myget(ByVal newurl...
  32. Replies
    10
    Views
    1,226

    VS 2008 Re: download source problem

    O srry haha, There is a way i just accomplished it i had the code in one of the folder's :) well i answered my own question but thanks guy's it is possible
  33. Replies
    2
    Views
    796

    VS 2008 Re: Color shades rgb help

    wow man this was 100% exactly what i was looking for :thumb:
    Your amazing also pro :D Thanks So Much
  34. Replies
    2
    Views
    796

    VS 2008 Color shades rgb help

    hello i recently got a response from you guys on how to, Search for a pixel and replace it well now im stuck on finding out how i could do shades, So im using this code


    Dim newImage As Bitmap...
  35. Replies
    18
    Views
    8,440

    VS 2008 Re: Get pixel in picturebox ? how

    :thumb: ty
  36. Replies
    10
    Views
    1,226

    VS 2008 Re: download source problem

    o so there is no way of getting that text that is displayed ?
    all the website shows when im at it is somthing like this


    1745:453f4ga


    o ya and also then how can i view the source of it ?...
  37. Replies
    10
    Views
    1,226

    VS 2008 [RESOLVED] download source problem

    i use this code to download the source of a page from a site


    Dim MyWebClient As New System.Net.WebClient()
    TextBox1.Text = MyWebClient.DownloadString("site")

    but it doesn't...
  38. Replies
    18
    Views
    8,440

    VS 2008 Get pixel in picturebox ? how

    How can i get a x,y location of colored pixel in my picturebox ? so say the pixel i wanted to get was the rgb 0,0,0 for black, How would i find the black pixel and return it's x,y ?
    im not tlaking...
  39. Replies
    1
    Views
    1,177

    VS 2008 loop and delete files in folder ?

    I was wondering how i would go about make my program loop threw files in a folder and if that file is .jpg it will delete
    I use this to see if the file exists and delete it


    If...
  40. Replies
    0
    Views
    494

    VS 2008 Transparent not clickable how can i ?

    How can i make it so the Transparent color isn't clickable so when someone click it it goes threw it like nothing is there :confused: made my own form in cs4 and i have a pink back ground as the...
Results 1 to 40 of 466
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width