Search:

Type: Posts; User: Stabbsy

Search: Search took 0.01 seconds.

  1. Thread: Progress Bar

    by Stabbsy
    Replies
    4
    Views
    3,470

    wat program do i need to open that address?

    wat program do i need to open that address?
  2. Thread: Progress Bar

    by Stabbsy
    Replies
    4
    Views
    3,470

    Progress Bar

    I have started to make this program that uses URLDownloadToFile() to download files off the net. It download fine and everything, now i am up to the stage of trying to get a progress bar to work for...
  3. Replies
    1
    Views
    1,659

    read text file into string

    Does anyone know how to read a text file (.txt) into a string variable? It's so i can then send it to a multi-lined text box.
    Thanks in advanced
  4. Replies
    9
    Views
    1,383

    thanks for the replies i got it working using...

    thanks for the replies
    i got it working using strrchr()
  5. Replies
    9
    Views
    1,383

    Remove file directory from string

    hey all

    i have a string that contains the directory to a file, for example:


    C:\TEST\sample.txt

    i was wondering if anyone knew a function that returned the file name only like this:
  6. Replies
    3
    Views
    2,027

    Thanks i got it use mysql_query() to run the...

    Thanks i got it
    use mysql_query() to run the query then use mysql_store_result() to retrieve the data.
  7. Replies
    3
    Views
    2,027

    mysql select statement

    hey all,

    recently ive been trying to run mysql queries in c++. ive successfully connect to the database using the following code:


    MYSQL mysql;
    MYSQL *mysqlRtn;
    mysql_init(&mysql);...
  8. Thread: Image buttons.

    by Stabbsy
    Replies
    1
    Views
    1,024

    Image buttons.

    Hey

    Lately I've been working w/ images in dialogs. i can insert images fine but i'm wondering how to make an image act like a button.
    Does anyone know how to do this?

    Thx in advance.
  9. Replies
    3
    Views
    1,870

    Check computer on network.

    Hello all,

    Recently I've been trying to make a program that allows me to see if a computer that belongs to my network is switched on. Can anyone point me in the right direction on how to do this?...
  10. Replies
    2
    Views
    1,606

    Thanks vart. Changing the first parameter of...

    Thanks vart. Changing the first parameter of LoadBitmap to GetModuleHandle(NULL) fixed my problem. I dont see why it didnt work with hInstance though.
  11. Replies
    2
    Views
    1,606

    Adding bitmap to dialog

    Hello,
    Recently I've been trying to make a small program that contains a bitmap, but whenever i try to add the bitmap file to the bitmap control when the dialog is initialized, it doesn't show when...
  12. Replies
    2
    Views
    3,375

    Prevent listview column resize

    Hey all win32 programmers

    Ive recently been coding a program using the listview control and cannot get the columns to stay a fixed size.

    Here is my code so far:

    case WM_NOTIFY:
    {...
  13. Replies
    7
    Views
    1,285

    thx MacGyver the function works well. And thx to...

    thx MacGyver the function works well. And thx to all others that helped.
  14. Replies
    7
    Views
    1,285

    hey MacGyver i have tryed to do it char by char...

    hey MacGyver
    i have tryed to do it char by char but i cant get it to work proparly.
    here is my code so far


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    FILE *db;
  15. Replies
    7
    Views
    1,285

    String to an array

    Hey

    Ive recently been trying to code a program that converts a text database to sql. I have the part that reads text file to get a records but i'm clueless how to put it into an array.

    The...
  16. Replies
    3
    Views
    1,999

    I'm not to sure what most of the commands do. I...

    I'm not to sure what most of the commands do. I was hoping that someone could tell me what commands i should use to get minimum .exe size.
  17. Replies
    3
    Views
    1,999

    .exe size with MinGW

    G'day all,

    All day today I've been trying to figure out how to lower the size of the executables that MinGW compile. I search some forums and stuff and learnt about compiler commands.

    So i...
  18. Replies
    55
    Views
    9,590

    I drive a 85' Ford Telstar. the winscreen wipers...

    I drive a 85' Ford Telstar. the winscreen wipers dun work on it -_-
  19. Thread: anime thread

    by Stabbsy
    Replies
    92
    Views
    20,419

    omg Watch Full Metal Alchemist and Initial D...

    omg
    Watch Full Metal Alchemist and Initial D series xD they roc my sox!
  20. Replies
    9
    Views
    1,516

    use this line : system("Pause"); its...

    use this line :

    system("Pause");

    its exaculy wat u want.
  21. Replies
    3
    Views
    1,317

    thanks jafet and dkws for your replies. I...

    thanks jafet and dkws for your replies.

    I followed jafets outline and got it working.
  22. Replies
    3
    Views
    1,317

    name encryption

    G'day

    This is my second post, also i am new to C++ programming so if i make a mistake or something please correct me ;P.

    Today i started this program that converts a persons name to code:

    ...
  23. Thread: Port Scanner

    by Stabbsy
    Replies
    11
    Views
    4,540

    Devil Panther thanks you alot for your reply. I...

    Devil Panther thanks you alot for your reply. I have used WPE sniffer before due to my laziness in online games ^_^. ill read these link u gave to me and try to understand them .
  24. Thread: Port Scanner

    by Stabbsy
    Replies
    11
    Views
    4,540

    Port Scanner

    Hey hey,

    This is my first post, also i am new to c programming so if i make a mistake or if i've posted this in the wrong section or something please correct me ;P.

    So at tech today i was...
Results 1 to 24 of 24