Search:

Type: Posts; User: new_in_c++

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,578

    Printer Works Unexpectedly

    Hi,
    I found some code on the net which showed how to print text on a page. I modified it for my use, but i encountered a problem: when the function printed sth, it wrote some weird characters at the...
  2. Replies
    13
    Views
    6,905

    What do you mean by "entirely c++"?

    What do you mean by "entirely c++"?
  3. Replies
    13
    Views
    6,905

    As far as i understand, everything will be solved...

    As far as i understand, everything will be solved if i use fstream, right?
  4. Replies
    13
    Views
    6,905

    But ReadData works for some of the files, while...

    But ReadData works for some of the files, while the others fail... What's the explanation of this?
  5. Replies
    13
    Views
    6,905

    None of them... EDIT: here's dbgdel.cpp,...

    None of them...

    EDIT: here's dbgdel.cpp, line:52:



    _ASSERTE(_BLOCK_TYPE_IS_VALID(pHead->nBlockUse));
  6. Replies
    13
    Views
    6,905

    _BLOCK_TYPE_IS_VALID error

    Hi,

    I get an unexpected error when debugging my program which is:

    Debug Assertion failed: dbgdel.cpp line:52 Expression: _BLOCK_TYPE_IS_VALID

    I searched the net but i couldn't find the...
  7. Replies
    1
    Views
    3,944

    change background color

    I'm trying to change the background color of a static control (text). I know that this can be normally done by the message WM_CTLCOLORSTATIC, however, the control i'm talking about is the child of...
  8. Replies
    2
    Views
    2,301

    Printing text to a number of pages

    Hi,

    I'm trying to write a program to print some text on a page. I did some research and found out how to achieve it basicly:



    PRINTDLG pd;

    memset( &pd, 0, sizeof( pd ) );
  9. Replies
    3
    Views
    2,357

    looking for appropriate graphics library

    Hi,
    I'm looking for a graphics library which would enable me to create 2d games. Should i use opengl, directx or something else? It would be better if it included functions/methods which ease user...
  10. I'm trying to make a virtual mouse which is...

    I'm trying to make a virtual mouse which is controlled by the keyboard. It will be able to emulate mouse clicks and movements(i hope).
  11. Yes, i have already read it. I'm asking how it...

    Yes, i have already read it. I'm asking how it managed to read keys even though the window was invisible. It hasn't got any of those hooks or low level keyboard procedures.
  12. Last week there was a topic on key loggers. How...

    Last week there was a topic on key loggers. How did it work?
  13. here's some part of the code (from the window...

    here's some part of the code (from the window procedure)



    case WM_KEYDOWN:
    switch(wParam)
    {
    case VK_UP:
    pCur.y=pCur.y-10; //I declared pCur as a static POINT//
    ...
  14. handle messages even when the window isn't active

    Is there a way to make sure the window runs it's procedure and handles it's messages even if it is inactive or minimized?

    Thanks in advance.
  15. Replies
    6
    Views
    3,813

    how can i do that? is there a special function...

    how can i do that?
    is there a special function to do such a thing?
  16. Replies
    6
    Views
    3,813

    setting program for start up

    I would like to set my program so that it executes itself automatically when the computer opens. Does anyone have any idea how i can do this?

    Thanks in advance...
  17. Replies
    32
    Views
    4,491

    How many times more will you say that? I saw you...

    How many times more will you say that? I saw you write the same sentence at least 5 times. You really should come up with sth new...

    Windows, the OS you are probably using and also the most...
  18. Replies
    6
    Views
    6,174

    i'm writing for C, but i'm learning c++ at the...

    i'm writing for C, but i'm learning c++ at the moment. I'm still not confident at it... So nearly all the "useful" programming i do is C.
  19. Replies
    6
    Views
    6,174

    Yeah, that's what i'm looking for, but in...

    Yeah, that's what i'm looking for, but in ResEdit, the size of the window is about 2 times the real one.

    I recall sth called "dialog units", could it be because of that? Because as i mentioned...
  20. Replies
    6
    Views
    6,174

    GUI designer

    I'm looking for a visual GUI designer for win32. The thing i want is to learn the coordinates and sizes of the controls i will use. I can't use the built-in designer in Visual Studio, because i would...
  21. window controls with styles and animations

    i've been programming win32 for a long time and now i would like to make visually advanced windows.

    i'm talking about the buttons which change color when the mouse is over them and which have...
  22. Replies
    6
    Views
    1,652

    I don't know iPhone development, but i can tell...

    I don't know iPhone development, but i can tell you what you should learn next for developing games for windows.
    First read some tutorials on win32 (you don't have to know it deeply) and then choose...
  23. Replies
    36
    Views
    6,527

    I agree to Steve at one point. If Elysia doesn't...

    I agree to Steve at one point.
    If Elysia doesn't know anything on GDI, what is she doing on this thread? And if someone else has declded to learn GDI, is that really her business?

    Elysia...
  24. Replies
    28
    Views
    18,463

    But i didn't define anything, but all my...

    But i didn't define anything, but all my functions take wide characters by default. (i'm using VC++ 2008 at the moment)
  25. Replies
    8
    Views
    79,866

    Sticky: An easy to start tutorial on win32: The Winapi...

    An easy to start tutorial on win32:

    The Winapi (C Win32 API, No MFC) tutorial
Results 1 to 25 of 53
Page 1 of 3 1 2 3