Search:

Type: Posts; User: Whatupdoc

Page 1 of 8 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    973

    Re: VB6 - System Wide HotKey

    I found this code, but i don't like the idea of using a timer





    Public Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
  2. Replies
    1
    Views
    973

    VB6 - System Wide HotKey

    I've ran into a lot of hotkey codes and examples, but i've never seen one that shows how to make the right click button on your mouse as a hotkey. Does anyone have an example of this?
  3. Replies
    4
    Views
    2,075

    Re: check if right button on mouse is clicked

    thanks, but that only works when the software is up and focused. What if the software is minimized? I would like the software to detect if the right clicked even if the software is in the systray.
  4. Replies
    4
    Views
    2,075

    check if right button on mouse is clicked

    how do i make it so if the right button on my mouse is clicked (anywhere in windows), it'll pop up a msgbox saying "hello"? I've searched this forum and pscode but i couldnt find it. oh yeah, this is...
  5. Replies
    8
    Views
    1,167

    Re: Get Random Item From Listbox?

    it's inside a loop because i want to remove 5 random items. isn't your code exactly like mines. the problem with it is if you want to remove more than 1 random item, it doesn't work.
  6. Replies
    8
    Views
    1,167

    Get Random Item From Listbox?

    I want to get a random item from a listbox THEN remove that item after it gets it from the listbox. here's the code I have so far:



    Dim s As Integer

    For i = 1 To 5
    s = Int(Rnd *...
  7. Replies
    2
    Views
    1,063

    [2005] HttpWebRequest Help

    I'm trying to convert myself from VB6 to .NET and having a bit of trouble...

    I'm trying to create a simple app that just connects to google as an example, here's what i've got so far:


    Dim...
  8. Replies
    1
    Views
    490

    Problems with Webbrowser Control

    The folllowing code is from a website that has a "submit" button that i would like to click on.



    <form action="posting.php" method="post" name="post" onsubmit="return checkForm(this)">
    <input...
  9. Replies
    4
    Views
    554

    Re: parsing help

    thanks, works perfectly
  10. Replies
    4
    Views
    554

    [resolved] parsing help

    How would i do this?

    User Input: http://www.mysite.com/image1.gif
    output: image1.gif

    User Input: http://www.notmysite.com/folder/image2.jpg
    output: image2.jpg

    User Input:...
  11. listview control - select more than one item?

    Is there a setting that I can change that would allow the user to select more than one item at a time with the listview controller?
  12. Replies
    3
    Views
    598

    Re: Listview Index?

    thanks
  13. Replies
    3
    Views
    598

    [Resolved] Listview Index?

    How would I get the current index of an item from the listview control that i've selected?

    like for a listbox, i would do


    msgbox list1.listindex


    i've tried googling for the answers, but...
  14. Replies
    3
    Views
    782

    Re: Line too Long?

    thanks works perfectly
  15. Replies
    3
    Views
    782

    [Resolved] Line too Long?

    Do Until Winsock1(0).State = 8 Or Winsock1(0).State = 0 & _
    And Winsock1(1).State = 8 Or Winsock1(1).State = 0


    loop

    I have a long piece of code that wont fit in one line so I'm using the "&...
  16. Replies
    4
    Views
    6,194

    Invalid Picture With ImageBox

    I have a .jpg file that cannot be loaded with the ImageBox Control in VB (I get a "Invalid Picture" error). The file loads fine in MSPaint. If i open the .jpg file in MSPaint and save it again as...
  17. Replies
    7
    Views
    1,729

    Re: Length Gets Cut Off - Listbox

    works perfectly, thanks sooo much
  18. Replies
    7
    Views
    1,729

    Re: Length Gets Cut Off - Listbox

    yea that's exactly what I want. Right now, i have the whole file loaded into a richtextbox. and a part of each line (first few letters of each line) into a listbox. So what im stuck right now is just...
  19. Replies
    7
    Views
    1,729

    Re: Length Gets Cut Off - Listbox

    sorry i didnt mean that i couldnt see it, it's the data that isnt there...


    like if i did msgbox list1.list(0), the text still gets cut off cause its' way too long. each line has length of around...
  20. Replies
    7
    Views
    1,729

    Length Gets Cut Off - Listbox [Resolved]

    When im trying to load a file from the computer into a listbox, the length gets cut off. The length is really really long, is there a way for the whole length of text to get into the listbox without...
  21. Replies
    2
    Views
    330

    Loading only first 5 items?

    Is there a way to only load the first 5 items from a .txt file into a listbox? Let's say the sample.txt file has 20 lines, I only want to load the first five items into the listbox. I have this code...
  22. any control that hold more than a listbox?

    I want a control similar to a listbox that can hold more than 32k items. is there a control like this for vb?
  23. Replies
    6
    Views
    623

    Re: something similar to a packet recorder?

    thanks, but that only gets the returned data and not the data sent by the inet control.
  24. Replies
    6
    Views
    623

    something similar to a packet recorder?

    is it possible to record what inet is sending? I have this code in a command button:


    inet1.openurl("www.google.com")

    is it possible to see what it's sending? This is what i want:


    GET /...
  25. Replies
    2
    Views
    519

    Re: [resolved] removing the last character?

    awesome thanks!
  26. Replies
    2
    Views
    519

    [resolved] removing the last character?

    if text1.text = "carss"

    what can i use to remove the last character?

    so text1.text will be "cars" after removing the last character
  27. Replies
    5
    Views
    539

    Re: parsing help

    perfect thank you!
  28. Replies
    5
    Views
    539

    Re: parsing help

    i just want the numbers removed and the keywords added to the listbox (yes split by those square boxes). ALso, how do you know it's chr(9)? I would like to know so i won't have to ask these questions...
  29. Replies
    5
    Views
    539

    [resolved] parsing help

    I've attached my project. When you click on the command button, it gets the keywords. I am having trouble pharsing it and adding all of the keywords into the listbox (removing the numbers). I'm not...
  30. Replies
    1
    Views
    448

    24 hour converter?

    can VB convert this time automatically:

    22:28:14

    to 10:28:14 PM ?
  31. Replies
    1
    Views
    419

    can VB get the time?

    i know that

    msgbox time

    gets the current time. BUT, is it possible for VB to get the current time for like a different timezone like MST?
  32. Replies
    2
    Views
    2,581

    Re: Inet GetHeader?

    n/m you can, i just did something incorrectly.
  33. Replies
    2
    Views
    2,581

    Inet GetHeader?

    Inet1.openURL("http://www.google.com")
    text1.text = Inet1.GetHeader


    that above code works, BUT when i try to use inet execute it doesn't work. Does Inet1.getheader work for inet1.execute? Or...
  34. Replies
    6
    Views
    3,129

    Re: instr function?

    why wouldn't this work?

    Do Until InStr(1, RichTextBox1.Text, "test") < 0
    'does it until richtextbox doesn't contain the word "test" anymore
    Loop

    i tried that code but it wouldn't work. The...
  35. Replies
    6
    Views
    3,129

    instr function?

    is there an instr function for the richtextbox? I want to know if the word "test" exists in richtextbox1?
  36. Replies
    5
    Views
    544

    Re: removing the last character?

    cool thanks, worked perfectly
  37. Replies
    5
    Views
    544

    [resolved] removing the last character?

    if my string was

    text1.text = http://www.mywebsite.com/

    how would i remove the last character? So it'll look like this:

    text1.text = http://www.mywebsite.com

    i'm not sure what function...
  38. Replies
    4
    Views
    490

    Re: splitting a word

    awesome thanks alot
  39. Replies
    4
    Views
    490

    [resolved] splitting a word

    Let's say text1.text = "my user name"

    how would i add it to a listbox so it'll look like this:


    my
    user
    name
  40. Replies
    1
    Views
    466

    create folder FTP

    I'm trying to create a folder on my FTP server, but i cannot find the correct code. The closest code i've found on this form is the one below, but it only uploads a file. Does anyone know how to...
Results 1 to 40 of 301
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width