Search:

Type: Posts; User: Smoose777

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,314

    another listview question

    i have a listview with 4 columns, when i select a line and click a button, i want to add it to a listbox....but i dont know how to get the text from the selected line. ive tried...
  2. Replies
    1
    Views
    1,673

    ListView Items

    I have a listview with a few hundred rows, and each row contains four different values that are divided by columns (looks something like this):
    FileName Artist SongName Path
    row1 cool.mp3 me cool...
  3. Thread: FTP Upload

    by Smoose777
    Replies
    1
    Views
    1,701

    FTP Upload

    Ive been reading RFC 959 for a while now, and i just can't figure it out. im trying to connect to an ftp and upload a file, the following is the code that im using. however, it never actually uploads...
  4. Replies
    9
    Views
    12,616

    Playing Music in C#

    is there a way to play music in a C# app? ive been searching forums and code sites for a while and haven't been able to find something on it.
    thanks
  5. Replies
    1
    Views
    1,209

    Textbox Question

    i have a textbox and i was wondering how i could add text to where the cursor is. For example:

    | = cursor

    hey my | is someone.

    And then i had some button that i would want to add "name" to...
  6. Replies
    2
    Views
    1,711

    thanks ginoitalo

    thanks ginoitalo
  7. Replies
    2
    Views
    1,711

    lame calculator problem..

    im pretty new to C# and am trying to work on a simple calculator, however, i can't figure out what is wrong with what i have, here is the code:

    using System;
    using System.Drawing;
    using...
  8. Replies
    4
    Views
    1,989

    thanks nvoigt

    thanks nvoigt
  9. Replies
    4
    Views
    1,989

    always on top

    im really new to C#, and was wondering how i can have a program that i made stay on top of all other windows, thanks
  10. Thread: resource

    by Smoose777
    Replies
    1
    Views
    836

    resource

    im using dev-c++ and am trying to make a resource using the following code:
    IDD_TOOLBAR DIALOGEX 0, 0, 98, 52
    STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
    EXSTYLE WS_EX_TOOLWINDOW
    CAPTION "My...
  11. Replies
    5
    Views
    1,127

    random numbers

    what is the easiest way to get a set of random numbers and set them as a variable?
  12. Replies
    3
    Views
    1,203

    are there any headers i need to include? when i...

    are there any headers i need to include?
    when i try to compile it says:
    implicit declaration of function `int system(...)'
  13. Replies
    3
    Views
    1,203

    Simple CPP (i think)

    im trying to write a fairly simple program and i was wondering if there was a way to easily run a program from inside a simple console program. like what can be done through (in windows)
    start...
  14. Replies
    6
    Views
    1,027

    THANKS a LOT!! it works now..the only thing is,...

    THANKS a LOT!! it works now..the only thing is, how can i make the program go back to a certain spot in the code so that the program won't quit after the user multiplies a number the app won't quit. ...
  15. Replies
    6
    Views
    1,027

    Here is my code..what did i do?

    This is the code i wrote for a simple calculator. The problem is that the choices aren't going through...if you compile it, you'll see.
    if you compile it, make sure to keep on trying numbers,...
  16. Thread: Nooo!!!!!!!

    by Smoose777
    Replies
    1
    Views
    865

    Nooo!!!!!!!

    im new to c++ and have been writing the simple programs that i can in console apps. my hardest, simple program yet has become hard. im trying to make a program that has timed shutdown. ie. you put...
  17. Thread: help...

    by Smoose777
    Replies
    0
    Views
    798

    help...

    i'm trying to make a simple program, i think, that shuts windows down after like 15 minutes or something, i have this code so far but my compiler gives me all sorts of errors that i don't know how to...
  18. Thread: timers??

    by Smoose777
    Replies
    3
    Views
    924

    timers??

    im very new to c++ and have a question. im not sure how difficult it will be to answer but here it goes... im trying to basically set a timer that, after a certaing amount of time, let's say 15...
Results 1 to 18 of 18