Search:

Type: Posts; User: MaGaIn

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,631

    Open Save and Print (Windows Form)

    Hello, I want to create a word processor in C# that can open, save, and print.

    Here is my code:

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using...
  2. Thread: Graphics

    by MaGaIn
    Replies
    2
    Views
    1,179

    Graphics

    I am pretty new to C++. I want to start to put graphics in my programs. Can you point me to some toutorials that might be good for ma (a beginner).
  3. Thread: Full Screen

    by MaGaIn
    Replies
    1
    Views
    935

    Full Screen

    When I have my program go into full screen by using the following code:
    keybd_event(VK_MENU, 0x38, 0, 0);
    keybd_event(VK_RETURN, 0x1c, 0, 0);
    keybd_event(VK_RETURN, 0x1c, KEYEVENTF_KEYUP, 0);...
  4. Thread: Variables

    by MaGaIn
    Replies
    4
    Views
    874

    It will vary depending on the name of the user....

    It will vary depending on the name of the user. Could you show me how to store it in fstreams. Thanks
  5. Replies
    13
    Views
    6,825

    Excellent, It now works. Thank You Very Much

    Excellent, It now works. Thank You Very Much
  6. Replies
    13
    Views
    6,825

    The Program now compiles, but does not open the...

    The Program now compiles, but does not open the file. Here is the code:

    #include <iostream>
    #include <windows.h>
    #include <stdlib.h>
    #include <cstdlib>
    #include <string>
    #include <tchar.h>...
  7. Replies
    13
    Views
    6,825

    Does anyone know what is going on?

    Does anyone know what is going on?
  8. Thread: Variables

    by MaGaIn
    Replies
    4
    Views
    874

    Variables

    Is there any way to store variables in a file, so that the program does not have to ask the user for imput that will never change over and over again.

    EX: storing a name string forever in a file....
  9. Replies
    13
    Views
    6,825

    #include #include ...

    #include <iostream>
    #include <windows.h>
    #include <stdlib.h>
    #include <cstdlib>
    #include <string>
    #include <Shellapi.h>
    using namespace std;
    int main()
    {
    ShellExecute(NULL,...
  10. Replies
    0
    Views
    1,230

    Safe Office 1.0 (Codename)

    Safe Office 1.0 is now open sourse. Unfotunately, we have yet to have anyone want to work on the project. We want C++ developers of ALL skill levels. If you are interested just post your...
  11. Replies
    13
    Views
    6,825

    I am new to C++ and I do not understand what the...

    I am new to C++ and I do not understand what the toutorial is saying. Can someone please post code (that shows what header files are needed as well) that will open a html document that is on my c...
  12. Replies
    13
    Views
    6,825

    that is all that was there (it was a *****...

    that is all that was there (it was a ***** website)

    Thanks
  13. Replies
    13
    Views
    6,825

    Shellexecute help

    here is the code:

    #include <iostream>
    #include <windows.h>
    #include <stdlib.h>
    #include <cstdlib>
    #include <string>
    #include <Shellapi.h>
    using namespace std;
    int main()
  14. Thread: Help!!!(Again)

    by MaGaIn
    Replies
    10
    Views
    3,225

    It works now. Thank you very much

    It works now. Thank you very much
  15. Thread: Help!!!(Again)

    by MaGaIn
    Replies
    10
    Views
    3,225

    Here is a code update #include ...

    Here is a code update
    #include <iostream>
    #include <string>
    #include <cstdlib>
    #include <windows.h>
    #include <mmsystem.h>
    #include <stdlib.h>
    #pragma comment(lib, "winmm.lib")
    using...
  16. Thread: Help!!!(Again)

    by MaGaIn
    Replies
    10
    Views
    3,225

    Anyone know what is going on???

    Anyone know what is going on???
  17. Thread: Help!!!(Again)

    by MaGaIn
    Replies
    10
    Views
    3,225

    Thanks Again

    Thanks Again
  18. Thread: Help!!!(Again)

    by MaGaIn
    Replies
    10
    Views
    3,225

    Forgot to post new code #include ...

    Forgot to post new code
    #include <iostream>
    #include <string>
    #include <windows.h>
    #include <cstdlib>
    using namespace std;

    int main()
    {
    cout << "Hello world" << endl;
  19. Thread: Help!!!(Again)

    by MaGaIn
    Replies
    10
    Views
    3,225

    ------ Build started: Project: soundtest,...

    ------ Build started: Project: soundtest, Configuration: Debug Win32 ------
    Compiling...
    sound test.cpp
    Linking...
    sound test.obj : error LNK2019: unresolved external symbol __imp__PlaySoundW@12...
  20. Thread: Help!!!(Again)

    by MaGaIn
    Replies
    10
    Views
    3,225

    Help!!!(Again)

    Could someone explain why I am getting these errors:


    #include <iostream>
    #include <string>
    #include <windows.h>
    #include <cstdlib>
    using namespace std;

    int main()
  21. Thread: Music

    by MaGaIn
    Replies
    17
    Views
    2,974

    Here is the code that I used (the code stated by...

    Here is the code that I used (the code stated by you in an earlier post)

    #include <windows.h>
    #include <cstdio>

    int main(int argc, char **argv)
    {
    BOOL f;
    f = PlaySound("c:\\Fanfare.wav",...
  22. Thread: Music

    by MaGaIn
    Replies
    17
    Views
    2,974

    Your post earlier generates errors. Thanks

    Your post earlier generates errors. Thanks
  23. Thread: Music

    by MaGaIn
    Replies
    17
    Views
    2,974

    Please explain by posting code. I do not...

    Please explain by posting code. I do not understand. Thanks Very Much
  24. Thread: Music

    by MaGaIn
    Replies
    17
    Views
    2,974

    no. Do you know what the right code is? Thanks.

    no. Do you know what the right code is? Thanks.
  25. Thread: Music

    by MaGaIn
    Replies
    17
    Views
    2,974

    I updated to Visual 2008 and no longer get...

    I updated to Visual 2008 and no longer get compiler erros. Unfortunately I am unable to hear the sound file. Please help. Thanks
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4