Search:

Type: Posts; User: Nove

Page 1 of 13 1 2 3 4

Search: Search took 0.49 seconds.

  1. Thread: Pseudo Keylogger

    by Nove
    Replies
    4
    Views
    617

    Re: Pseudo Keylogger

    This thread is two and a half years old. By the way, GetAsyncKeyState() will only work if you're lucky enough to call it when a key is pressed down. You most certainly can't log all keystrokes that...
  2. Thread: VB6 bitblt

    by Nove
    Replies
    9
    Views
    2,084

    Re: VB6 bitblt

    This is an 11-month old thread. Whatever issue there was has been resolved or forgotten.
  3. Replies
    1
    Views
    549

    [2005] Textbox scrolling

    Using a RTB or regular Textbox, is there a way to find which line is being displayed at the tob of the box? For instance, if the textbox has 50 lines, and the user scrolls down so that the 21st line...
  4. Replies
    3
    Views
    1,747

    Simulating keyboard

    What do I best use to simulate keypresses to a window? Right now I'm using sendmessage and findwindowex to send keys to a certain class in a window, but the only thing I can get to work is WM_CHAR. ...
  5. Replies
    3
    Views
    610

    Re: [2005] Sending Keys to another application

    Ok, thanks, I'll look into that. Does .NET provide any functionality for capturing keys? I remember vb6 had no real way to create a global keyboard hook, has this changed in .NET? I guess I'm sort...
  6. Replies
    3
    Views
    610

    [2005] Sending Keys to another application

    Does .NET provide any functionality for sending a key to another window. I just want to simulate a keypress on another application. Will I have to resort to some kind of API, or does .NET have...
  7. Thread: History Project

    by Nove
    Replies
    6
    Views
    457

    Re: History Project

    Very true.
  8. Thread: History Project

    by Nove
    Replies
    6
    Views
    457

    History Project

    I have to make a history project, on just about anything, so I figured I'd use something to do with computers as the topic. The only catch is it has to go along with the theme of "Triumph and...
  9. Replies
    3
    Views
    751

    [2005] Check if computer is online.

    What's the fastest way to figure out if the computer your application is running on is connected to the internet? Also, what's the easiest way to download a file ? Thanks.
  10. Replies
    1
    Views
    560

    [2005] Web Browser Javascript

    I there any way I can respond to javascript events that occur in a web browser control? Thanks.
  11. Replies
    4
    Views
    590

    [2005] Accessing the Registry

    Does vb.net provide any easy ways to determine values from the registry?
    Thanks.
  12. Replies
    1
    Views
    553

    [2005] Check and create folder.

    I'd like to check to see if a specific directory exists, and, if it doesn't exist, create it. What's the easiest way to do this? Also, what's the easiest way to check if a file exists? Thanks.
  13. Replies
    3
    Views
    556

    Re: [2005] Io.streamreader

    Ok, thanks.
  14. Replies
    3
    Views
    556

    [RESOLVED] [2005] Io.streamreader

    I'm reading a text file through a streamreader. Does the streamreader have something like a "number of lines in file" property, or do I just have to loop until the eof? Thanks.
  15. Replies
    3
    Views
    511

    Re: [2005] Paint Event.

    Thanks.
  16. Replies
    3
    Views
    511

    [RESOLVED] [2005] Paint Event.

    I've got code in the _paint event of a picturebox to draw some stuff to it. However, the paint code only seems to fire when it's been drawn over (by another window and such). How can I get to paint...
  17. Thread: Custom Control?

    by Nove
    Replies
    16
    Views
    1,132

    Re: Custom Control?

    Ah, thanks.
  18. Thread: Custom Control?

    by Nove
    Replies
    16
    Views
    1,132

    Re: Custom Control?

    Sorry to jump in, but what is wrapping code?
    Thanks.
  19. Replies
    3
    Views
    644

    [2005] GDI+ Transparent Color

    I have an image I'm drawing with a graphics object. I simply want to make a certain color on that image transparent. How can I do this? Thanks.
  20. Thread: Transparency

    by Nove
    Replies
    0
    Views
    450

    Transparency

    I've got an imagelist associated with a button. How can I make a certain color on that button transparent, so the form shows through it? Is there some kind built-in process I can use, or will I...
  21. Replies
    0
    Views
    436

    [2005] Internet Connections

    Is there a way I can programatically monitor any new internet connections? I was hoping there would be some sort of hook for this, so when a program tries to connect across the internet I could...
  22. Replies
    7
    Views
    839

    Re: [2005] Graphics Object

    Ok, thanks for the help, I think I can work with the last link you gave.
  23. Replies
    7
    Views
    839

    Re: [2005] Graphics Object

    Sorry, that doesn't work. I figure this'll be pretty easy once I figure out how to make a graphics object.
  24. Replies
    7
    Views
    839

    [RESOLVED] [2005] Graphics Object

    Right now I'm drawing multiple things to a form using a graphics object. Because of this, I've got a bit of flickering. I figure I can get rid of the flickering if I can create an offscreen...
  25. Replies
    2
    Views
    794

    Re: [2005] Getting form drawing area.

    Thanks.
  26. Replies
    2
    Views
    794

    [RESOLVED] [2005] Getting form drawing area.

    How do I get the area of the form that doesn't include it's borders and title bar? Right now I'm just going off of .width and .height, but those aren't really accurate. Thanks.
  27. Replies
    2
    Views
    485

    Re: Graphical Button [2005 express]

    Nevermind on the border thing, but this is the easiest way to do it, right?
  28. Replies
    2
    Views
    485

    Graphical Button [2005 express]

    What's the best way to make a graphical button? Right now I've got an imagelist assigned to the button with appropriate code to change the image on events like mousedown, but when the mouse is held...
  29. Replies
    3
    Views
    596

    Re: Compiling

    Ok thanks.
  30. Replies
    3
    Views
    596

    [RESOLVED] Compiling

    I'm new on .net from vb6, I downloaded the VB 2005 express edition, and while most of the code is pretty easy to grasp (the ide practically teaches you), I can't figure out how to compile my project....
  31. Re: Memory editting | Visual Basic 6.0 | Pretty new to VB

    Did you even try Penagate's suggestion?
  32. Thread: Fast Send

    by Nove
    Replies
    2
    Views
    492

    Re: Fast Send

    Is there a fast method for jpeg compression? Most of anything I search for comes up with saving jpegs, but I don't want to waste time messing with the hard drive, I'd like this all to be done as...
  33. Thread: Fast Send

    by Nove
    Replies
    2
    Views
    492

    Fast Send

    I need to send an image from one computer to another across an internet connection. Currently I am converting the image contents into DIbits, using copymemory to convert those into a byte array,...
  34. Replies
    2
    Views
    532

    Re: Window Size

    Thanks.
  35. Replies
    2
    Views
    532

    [RESOLVED] Window Size

    Assuming I know the handle and device context of a Window, is there an easy API for retreiving the length and width of that window? Thanks.
  36. Replies
    7
    Views
    817

    Re: [RESOLVED] spaces in name display

    Ok, thanks, just making sure I know what I think I know.
  37. Replies
    7
    Views
    817

    Re: spaces in name display

    I was under the impression that "" was a blank string, as in one still containing the terminating character, and you needed to use something like vbNullString for an actual null string.
  38. Thread: Picture Files

    by Nove
    Replies
    3
    Views
    642

    Re: Picture Files

    Thanks that explained it. The code there however uses the image.handle property of a picturebox. I want to get the contents of the DC of a window not in my project. Is there any way to do this? ...
  39. Replies
    8
    Views
    641

    Re: reading array (separated by comma) from text

    Ok, this is simple to fix, since you will still have the same number of joints.

    Dim Joints() As String
    Dim Data As String
    Dim EndArray() As Integer
    Dim I As Integer
    Dim...
  40. Thread: Newline character

    by Nove
    Replies
    6
    Views
    645

    Re: Newline character

    Yeah, use the underscore character.

    StrArray = Array( _
    "ABC", _
    "PQR", _
    "XYZ", _
    )
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width