Search:

Type: Posts; User: Sucur

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,018

    Nothing people, I found a solution

    Nothing people, I found a solution
  2. Replies
    3
    Views
    1,018

    WinSock programming

    Hi folks, I started to learn a WinSock programming, so I want to realise one simple server-client application, both server and client will be on my own computer,
    because I havn't conditions for...
  3. Thread: System Tray

    by Sucur
    Replies
    8
    Views
    2,416

    Ok, but registry is much better solution. I have...

    Ok, but registry is much better solution.
    I have one problem with system tray icon, I can't use a szInfo in NOTIFYICONDATA struct, when I use that I got error ('szInfo' is not a member of...
  4. Thread: System Tray

    by Sucur
    Replies
    8
    Views
    2,416

    Ok First code was allright, I because he...

    Ok First code was allright, I because he cotainded a basic example functions of creating system tray icons, I just needed that, some to pushme from starting point of that problem.
    But I steel don't...
  5. Thread: System Tray

    by Sucur
    Replies
    8
    Views
    2,416

    Thanks man, this is what needed ;-) Just left a...

    Thanks man, this is what needed ;-)
    Just left a start of my application with system startup, sample code too, it is best way.
  6. Thread: System Tray

    by Sucur
    Replies
    8
    Views
    2,416

    System Tray

    Hi all, I need a sample win32api code for putting a icon in the system tray.
    And one more, sample code for startup application with system, i know this going via registry, but don't know exactly.
  7. Replies
    7
    Views
    1,929

    WM_CTLCOLOR funcionis just add EDIT, STATIC etc....

    WM_CTLCOLOR funcionis just add EDIT, STATIC etc.
    Example WM_CTLCOLOREDIT for changing edit control color and use a GetBkColor();
  8. Replies
    10
    Views
    1,485

    That is same like x = x +1

    That is same like x = x +1
  9. Thread: Dialog problem

    by Sucur
    Replies
    0
    Views
    1,128

    Dialog problem

    I have one problem,I work with MFC dialog applications.
    How i can declare some varialbles e.g. int number =5; to this variable is available in more dialog boxes.
    Like when I use in one dialog edit...
  10. Thread: Problem !!!

    by Sucur
    Replies
    6
    Views
    975

    #include #include #include...

    #include <iostream>
    #include <ctime>
    #include <cstdlib>
    using namespace std;

    int main()
    {
    char word[4][100] = {
    "hippo",
    "jaguar",
  11. Thread: Problem !!!

    by Sucur
    Replies
    6
    Views
    975

    Thank you man, that's work !!! I have one more...

    Thank you man, that's work !!!
    I have one more question, which code do this:
    I want to write 10 words or more/less (not matter), and I want to one of that 10 words on random way be displayed....
  12. Thread: Problem !!!

    by Sucur
    Replies
    6
    Views
    975

    Problem !!!

    #include <cstdlib>
    #include <ctime>
    #include <iostream>

    using namespace std;


    void klubovi ( char club1 [100], char club2 [100])
    {
    cout << "\nUnesite ime domaceg tima: ";
  13. Replies
    9
    Views
    1,961

    Why ?

    Why ?
  14. Replies
    5
    Views
    1,420

    If you using "using namespace std" just type cout...

    If you using "using namespace std" just type cout << , cin >> etc.
    If not you may use std::cout etc.
  15. Replies
    9
    Views
    1,961

    I fixet some yours suggestions, now menu isn't...

    I fixet some yours suggestions, now menu isn't always here (expect first time), you must call him on (6), and checking error is here, if you press unacceptable number you will be returned on the...
  16. Replies
    9
    Views
    1,961

    Thanks, sure I will work on checking errors.

    Thanks, sure I will work on checking errors.
  17. Replies
    9
    Views
    1,961

    Put this anywhere between int main() and...

    Put this anywhere between int main() and while(n<6)


    cout<<"##### ##### ##### # # ##### ##### ##### # #\n";
    cout<<"# # # # ## ## # # # # # #\n";
    cout<<"# ## #####...
  18. Replies
    9
    Views
    1,961

    I made too, some little application, so what you...

    I made too, some little application, so what you think about it and how I can upgrade it (ideas).



    // Calculating application
    // by: Miljan Sucur

    #include <iostream>
    using namespace std;...
Results 1 to 18 of 18