Search:

Type: Posts; User: Arkanos

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    15,026

    No man, my keyboard isn't so fast as my fingers...

    No man, my keyboard isn't so fast as my fingers :D



    No code...cause there's no code :P
    I have only a 'string' (containing the word) and an 'int' (containg the position of the word in a txt...
  2. Replies
    3
    Views
    15,026

    How to use the STACK (push/pop) in C

    Hi all, I'm writing an application that needs using push and pop in C.
    I don't know how to use the functions push and pop to put a String and an Int into the stack.

    I know that the stack class...
  3. Replies
    8
    Views
    6,703

    You need XNA Game Studio Express and Visual C#...

    You need XNA Game Studio Express and Visual C# 2005 Express.
    Then free your fantasy!
  4. Replies
    4
    Views
    1,134

    You are right, but I can't post here or ask you...

    You are right, but I can't post here or ask you an entire source (not only one function).
    I thought that it could be easy fix with only some infos.

    Btw I'll try to degub, as you suggested. Thank...
  5. Replies
    4
    Views
    1,134

    I've done as you told me, but the funny things...

    I've done as you told me, but the funny things is:
    1) Start without Debugging;
    2) VS2k5 opens the DOS window;
    3) I can see only the flashing _ of DOS and nothing else;
    4) after some seconds the...
  6. Replies
    4
    Views
    1,134

    Input from file instead of cin!!!

    Hello I'm here again for help.
    Is anyone able to tell me quite specifically what this code does??
    Any help is appreciated!!


    void printMimeStructure(MimeEntity* pMe, int tabcount = 0)
    {...
  7. Some hints??

    Some hints??
  8. I asked a wrong question, sorry!! I have the...

    I asked a wrong question, sorry!!
    I have the source of .lib (now) but Visual Studio 6 can't manage it, because it has some problems to work with some templates.
    I have to create a wrapper for that...
  9. How to work with a .LIB in C++ (IDE:Visual Studio 6)

    Hi all, I'm again here to ask help or informations!
    I have to create a wrapper for a .lib using Visual Studio 6.
    I have to do this cause the source of the lib use templates and Visual Studio 6...
  10. Replies
    5
    Views
    1,186

    Thank you, finally I've fixed my problem. Really...

    Thank you, finally I've fixed my problem.
    Really thank you!
  11. Replies
    5
    Views
    1,186

    To clarify the problem!! I'm trying to do a...

    To clarify the problem!!
    I'm trying to do a clock using the DirectX & C++.
    So I wrote quite everything but now I have a BIG problem, I have to use the system time and apply the hour to the hour...
  12. Replies
    5
    Views
    1,186

    Return the system time!

    Hi all, is there a way to have the system time using DirectX and C++ to use it in a clock?
    I'm searching for some example.

    Thank you in advanced!
  13. Replies
    3
    Views
    2,952

    For the ppl that had, have, will have this...

    For the ppl that had, have, will have this problem, don't worry here the fix:

    1) Look into .csproj
    2) Search for <ItemGroup>
    3) And modify these lines:


    <Reference...
  14. Replies
    3
    Views
    2,952

    Oh my god again?? I'm migrating from an old one...

    Oh my god again??
    I'm migrating from an old one to a new one then again to an old one :(
    I'll try!
  15. Replies
    3
    Views
    2,952

    Types already exist!!!! WHY???

    Hope that someone will answer to me.

    That's my problem, I've done my first program using Visual Studio 2003 (C#) and now I ported it to VS 2k5 but I receive this errors:

    Error 1 The type...
  16. Replies
    0
    Views
    834

    Two GUIs in one, possible??

    Hi I don't know if this is the right place to leave this message.
    Btw I created a GUI using DirectX 9 and I'd like to know if there's a way to create an area to include another C++ project.

    For...
  17. Replies
    3
    Views
    1,804

    Char[] of C# to what in C++

    Hi all, I need some help, I have done a program in C# and now I have to convert it in Managed C++.

    That's the code:


    int length;
    char[] source;
    char[] input;

    source=input;
  18. Replies
    2
    Views
    2,637

    Btw, someone has some hints about the: void...

    Btw, someone has some hints about the:


    void MakeTransparent()

    I've defined as this:


    void MakeTransparent(HWND hWnd, int value, COLORREF *color) {...}
  19. Replies
    2
    Views
    2,637

    FIXED For the interested ppl, use...

    FIXED

    For the interested ppl, use CTrackBarCtrl instead of CSliderCtrl
  20. Replies
    2
    Views
    2,637

    MFC support in ATL project

    Hi all, I've done an ATL project but now I have to add a slider and the only way to add it (that I know) is to add to the STDAFX.H this:


    #include <afxwin.h> // MFC core and standard...
  21. Replies
    1
    Views
    1,417

    Hide application from systray

    Hi all, someone has some ideas if there's a C++ function or similar to hide an application from the systray?

    For example, I minimize my application to systray, then I want to hide it by pressing...
  22. Thread: Virtual keys

    by Arkanos
    Replies
    4
    Views
    9,374

    By now my application can read only the letters...

    By now my application can read only the letters pressed on the Virtual Keyboard, now I can use GetAsyncKeyState() to see if a button on the real keyboard is pressed but is there a function I can use...
  23. Thread: Virtual keys

    by Arkanos
    Replies
    4
    Views
    9,374

    Thank you to all

    Thank you to all
  24. Thread: Virtual keys

    by Arkanos
    Replies
    4
    Views
    9,374

    Virtual keys

    Hi all, I need some help with the GetAsyncKeyState() function.
    I've done a virtual keyboard with an editobx where I have to add the text.
    By now I can use only the mouse, and after I press the...
  25. Replies
    3
    Views
    1,464

    Bitmap as background

    Hi all, I have to add a bitmap as background in my win32 program cause I'd like to substitute the horrible gray window color with a bitmap, is ti possible?
    Some link to see some examples.
Results 1 to 25 of 45
Page 1 of 2 1 2