Search:

Type: Posts; User: Digga

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,143

    Need more help por favor.

    I looked at the ToolTips and I just don't get it. Could someone walk me through how to make a simple tooltip or is there any tutorials on tooltips? I would like to make a tooltip that comes up when...
  2. Replies
    5
    Views
    1,143

    ??

    What is the full name of the site? It might be me. I do no that there are some jerks out there who have stolen my pen-name Digga.

    --Oh please feel free to give any advice on this programming...
  3. Replies
    5
    Views
    1,143

    I have an interesting question.

    You know how when you put your mouse cursor over an icon for a about a second a yellow box pops up telling you what it is, the date it was modified and how may byte. Well my question is: is there...
  4. Replies
    6
    Views
    11,393

    I got it to work!

    I got it to work very well.

    Thanx

    --Digga
  5. Replies
    6
    Views
    11,393

    It compile fine, but no sound.

    I want to make the program where you simply double click on the program and it automatically plays the sounds. I was able to get it to compile without any problems. But the program does not...
  6. Replies
    6
    Views
    11,393

    How to play sound from a resource?

    I know about the PlaySound(); function. I know how to play a wav sound from memory, but what about playing the sound from a resource. I have made my .res script and want to know how you go about...
  7. Replies
    2
    Views
    1,187

    Thanks

    Thanks
  8. Replies
    2
    Views
    1,187

    Function for deleting files

    What is the function for deleting files. and also how to you go about specifying which directoy the file that you want to delete is in? Ex. "Myfile.txt" is the file I want to delete. It is located...
  9. Replies
    2
    Views
    1,223

    Thanks --Digga

    Thanks

    --Digga
  10. Replies
    2
    Views
    1,223

    Is there a delay function?

    Is there a function that I can use to delay the the program a certain number of seconds or milliseconds for windows programing?

    --Digga
  11. Replies
    7
    Views
    1,571

    Oh I see. I took a look at the documentation and...

    Oh I see. I took a look at the documentation and I need Advapi32.lib. That makes sense now. But how do I get this lib if I don't have it. Then where do I put it and how do I link it. I've just...
  12. Replies
    7
    Views
    1,571

    Well I tried the InitiateSystemShutdown();...

    Well I tried the InitiateSystemShutdown(); function and i get a compile error: Undefined reference to 'nitiateSystemShutdown' So I found out that it requires Winreg.h. So I took I look at that and...
  13. Replies
    7
    Views
    1,571

    Well I can do the basic like make a window and...

    Well I can do the basic like make a window and also make a dialog box. But I'm more interested in making the computer shutdown or print something or delete a file(s). I'm just woundering! I'm...
  14. Replies
    7
    Views
    1,571

    Still no shutdown

    I understand the function. But what do I put for the reason of shutdown as the second parameter. Even if I put down any old thing I get a comple error that it is undeclared. I need the reason.h...
  15. Replies
    7
    Views
    1,571

    How to shutdown a computer?

    I am a beginner programmer. I would like to make a windows program that will shut down the computer. First the user double clicks on the application and a dialog box pops up saying that windows...
Results 1 to 15 of 15