Search:

Type: Posts; User: BigLipsLeroy

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Re: Passing paramaters to a thread function

    I think i just figured something out that I was doing wrong before, but if I have a struct with member that is a string, and I assign something to it like this:


    typedef struct TestThread{
    ...
  2. Re: Passing paramaters to a thread function

    No (they wouldn't teach c++ at my school :P) I have made an IRC class and if the bot gets stuck doing something long and gets pinged by the server and cant respond then it will time out. so i need to...
  3. Re: Passing paramaters to a thread function

    Yes, exactly like that.
  4. Passing paramaters to a thread function

    I know how to use CreateThread and pass paramaters, I used a struct before and it worked fine but I'm having trouble and think a struct isn't the way to go. I need to pass a string vector, an...
  5. Replies
    9
    Views
    2,066

    Re: Boost regex

    It ISN'T located anywhere. I followed the instructions here:...
  6. Replies
    9
    Views
    2,066

    Re: Boost regex

    I have boost extracted to D:\boost_1_34_1

    All the directories are set up properly in dev-cpp and vcpp.
  7. Replies
    9
    Views
    2,066

    Re: Boost regex

    I have done that.
  8. Replies
    9
    Views
    2,066

    Re: Boost regex

    Ok I think I built it from instructions on here: http://www.boost.org/libs/regex/doc/install.html#vc


    but obviously I missed something..

    I tried to compile that same example and still get the...
  9. [C++] Getting string between two strings

    Say I have a string like this.

    'hello', 'sir', 'my', 'name', 'is', 'fred'.

    I want to loop through and get each string between ' and ', '.

    IE.
    Hello
    sir
    my
  10. Replies
    3
    Views
    24,500

    Sticky: Re: Boost Libraries

    I made a new thread so other people that may have the same problem could see it for reference.

    http://www.vbforums.com/showthread.php?p=3073599
  11. Replies
    9
    Views
    2,066

    Boost regex

    Ok I'm using Bloodshed Dev-C++, but im also fine using vc++ 6.0. I downloaded the latest boost - boost_1_34_1.7z, and moved the boost folder into the include folder for devc++ and vc++, but when I...
  12. Replies
    1
    Views
    1,097

    perl POSTing to a multipart form

    I have searched everywhere and turning up nothing I think my problem is kind of unique.

    So. I need to send POST data to a multipart form on a HTTPS website. It isn't a file upload form, just two...
  13. Replies
    4
    Views
    549

    Sorting two listboxes

    I have three listboxes.

    List1:
    a
    b
    c
    d

    List2:
    a
  14. Replies
    31
    Views
    1,757

    Re: upload methods.

    MD5 hash your password along with a salt of the current time (HH:MM).
    like so:
    07:25
    On the upload script compare that MD5 hash along with a MD5 hash of your password stored somewhere in a...
  15. Replies
    0
    Views
    466

    Connecting via HTTPS protocol

    Can someone help me with this? I've read like every thread containing https and got nowhere.

    Either with winsock or inet, (not webbrowser).

    Thanks.
  16. Replies
    1
    Views
    570

    Conversions

    I need help on making functions for converting
    Binary to hex.
    Binary to octal.

    I don't want to use val() or hex(). I need help with making manual functions for it, I have already written...
  17. Replies
    4
    Views
    517

    Re: Appending to integers

    Yo dawg you gonna reply?
  18. Replies
    4
    Views
    517

    Re: Appending to integers

    Yes but can I use this for integers?
  19. Replies
    4
    Views
    517

    Appending to integers

    I'm trying to make a converter for decimal, binary, hexadecimal, octal etc and in visual basic, you can do:


    Public Function convoct(txt_octal As TextBox) As String
    Dim dec As Integer
    Dim oct...
  20. Replies
    4
    Views
    471

    Re: listview help

    I worked out the others but I still have no idea how to remove a whole column of data.
  21. Replies
    4
    Views
    471

    listview help

    Can someone show me where there is some documentation on this? I need to know how to remove all the items in a certain column, sort all the items ascending or descending in a certain column, and...
  22. Replies
    15
    Views
    888

    listbox help (sorting stuff)

    Have a listbox with a few thousand items.

    Want to know how to do the following seperate things:

    Loop through and sort ascending / descending.
    Loop through and remove all duplicates or move...
  23. Re: Get a alphanumeric string of certain # of characters

    Public Sub ParseText(pstrText As String, plngLen As Long)
    Dim bytArray() As Byte
    Dim strToken() As String
    Dim i As Long

    bytArray = StrConv(pstrText, vbFromUnicode)
    For...
  24. Get a alphanumeric string of certain # of characters

    I have a text file with a bunch of different stuff, and I wanna loop through and get every string that is alphanumeric, and of a certain number of characters, say 32 and put them into a listbox.
    ...
  25. Replies
    3
    Views
    752

    Loop through directory

    I need help with looping through a directory, listing all the files & possibly with file renaming.
  26. Replies
    1
    Views
    374

    Registry help

    I need to know how I can query a value from a registry key.

    I've googled but can't find anything.
  27. Replies
    2
    Views
    507

    file output text manipulation

    Private Sub Command1_Click()
    Open Text1.Text For Input As #1
    Open Text2.Text For Output As #2
    Do Until EOF(1)
    Line Input #1, strbuff
    Print #2, strbuff
    Loop
    Close #1
    Close #2
    End Sub
  28. Replies
    1
    Views
    624

    perl pattern matching

    I need help with perl app that goes through a text file and changes each newline to null, then removes every string that doesn't occur more than twice & saves to a different file.
  29. Thread: net user

    by BigLipsLeroy
    Replies
    5
    Views
    683

    Re: net user

    My brother had that attitude, and guess where he's living.

    That's right, Bel-Air.
  30. Thread: net user

    by BigLipsLeroy
    Replies
    5
    Views
    683

    Re: net user

    But I want to use vb6.
  31. Thread: net user

    by BigLipsLeroy
    Replies
    5
    Views
    683

    net user

    What API's can I use to

    List all accounts, create a new account, change type of account (admin, limited), delete an account, change name... basically all the options in the User Accounts in...
  32. Replies
    1
    Views
    590

    download file + string manipulation

    I'm using the compiler Dev-C++.

    I want to make a program that connects to a webpage, downloads the index page, writes it to a file I choose then replaces certain words in the source with others....
  33. Replies
    2
    Views
    533

    Console Calculator

    I have made a simple calculator before with the usual +, -, *, / operations, but you could only do two numbers with that.

    I want to do it so I can just keep inputting numbers (like a real...
  34. Replies
    1
    Views
    470

    [winsock] sending data in chunks

    I have a client / server app.

    In the server I have a function that lists all the folders / files / size of each file in a directory and puts them into seperate textboxes.

    This works fine but if...
  35. Replies
    11
    Views
    1,102

    Re: Disabling certain keys?

    Bump.
  36. Replies
    11
    Views
    1,102

    Re: Disabling certain keys?

    The people I want to protect the pc from don't know how to use safe mode.
  37. Replies
    11
    Views
    1,102

    Re: Disabling certain keys?

    When something gets too difficult you just use someone elses methods?

    It automatically starts when I log on.
  38. Replies
    11
    Views
    1,102

    Disabling certain keys?

    I made a program for when i leave my pc so that no one else can use it. It has a picturebox that is plain black and takes up the whole screen, it also has a textbox, when i enter the right password...
  39. Replies
    1
    Views
    663

    runtime error 0?

    I have a listview, first column = files, second column = size, on the dblclick event it msgbox's the file's size.

    I have this error handler:

    On Error GoTo error

    msgbox...
  40. Replies
    2
    Views
    432

    listview 2nd column

    I have two colums in a listview and in the second is a bunch of different items containing numbers. i want to add them all up and display them, but it appends them instead of summing them.
Results 1 to 40 of 44
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width