Search:

Type: Posts; User: spike232

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,779

    that sounds like overkill to play a simple mp3...

    that sounds like overkill to play a simple mp3 sound :(

    are there any alternitive methods of playing mp3 files? perferably ones that dont require extra dlls and stuff on the clients machine.
  2. Replies
    12
    Views
    1,779

    im making a dll but i dont have access to the...

    im making a dll but i dont have access to the main app that will be executing its functions, is there any other way to get this?
  3. Replies
    12
    Views
    1,779

    i dont have a main message processing loop...

    i dont have a main message processing loop :confused:
    what is it?
  4. Replies
    12
    Views
    1,779

    Where would the above switch statement go? ...

    Where would the above switch statement go?



    how do u do that?
  5. Replies
    12
    Views
    1,779

    Recieving Message

    I am using MCI to play a sound but i need to know when its finnished so i can close it, so i added the notify flag, the msdn documentation says u need to handle the MM_MCINOTIFY message, how do u do...
  6. Replies
    4
    Views
    2,178

    exiting program

    i use Me.Close(); to terminate the program but it does not work, this will be caled when the close button is pressed, but the form diapers, but the program is still running in the task manager and i...
  7. Replies
    1
    Views
    1,149

    changing menu titles at runtime???

    at runtime i add a new menu option to a context menu, however i then want to change the title how can i do this, i get propertly access errros wehn it try to.
  8. Replies
    2
    Views
    1,987

    gotoxy problems

    is their an easy way to center text using gotoxy mabey some way to get the size of the screen then u can calculate it from that??

    is their a way to get it to apply to more then just up to the next...
  9. Replies
    2
    Views
    1,035

    u open the files with a but it should be ab ...

    u open the files with a but it should be ab

    f=fopen("a:\\xxx.txt","ab");

    insetd of

    f=fopen("a:\\xxx.txt","a");

    because fread and fwrite can only be used on binary files
  10. Replies
    10
    Views
    10,561

    that is what i ment

    that is what i ment
  11. Replies
    10
    Views
    10,561

    getchar when buffer is empty??

    when u use getchar if the buffer is empty then it just sits and waits, is their any way to skip this, or chek the buffer first??
  12. Replies
    19
    Views
    3,276

    3different files, but when u read they have a...

    3different files, but when u read they have a .txt and when u write they have a .db extension
  13. Replies
    19
    Views
    3,276

    does ur loop, loop till EOF is hit??

    does ur loop, loop till EOF is hit??
  14. Replies
    6
    Views
    3,013

    just use "reshacker", open ur exe and add a...

    just use "reshacker", open ur exe and add a resource to it, select and icon, specify a name, and clikc add then windows will use that icon
  15. Replies
    4
    Views
    1,229

    could u give me a little more of a clue please

    could u give me a little more of a clue please
  16. Replies
    4
    Views
    1,229

    trapping exit??

    i have a console app that when it exits it saves everthing to file, i use atexit() but this does not always work only if the app is terminated by running out of code, it does not work if the user...
  17. Replies
    1
    Views
    1,834

    how to use atexit()??

    the description of at exit is as follows, can somone give me an example of how it is used??

    int atexit( void (*func)(void) );
Results 1 to 17 of 17