Search:

Type: Posts; User: Frandy

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,259

    I right-click on the main dialog (Base Class :...

    I right-click on the main dialog (Base Class : CFormView), to add a variable to an edit box through the Wizard .
    To get rid of the Parsing Error that shows up ('Parsing Error : Expected ";" Input...
  2. Replies
    3
    Views
    1,259

    Parsing error : HELP!

    Hello:

    I declared: int num[25] and int bis[10][10] in RadiateView.h.

    With these declared variables, the program runs fine.

    BUT, when I right click on the dialog, I get a 'parsing error'...
  3. Replies
    4
    Views
    1,404

    Thanks to arti_valekar for his suggestion that...

    Thanks to arti_valekar for his suggestion that will be useful later on.
    For the moment I 'd like to build up a brand new but simplified project .
    Therefore, I need to know what's the meaning of...
  4. Replies
    4
    Views
    1,404

    Many thanks Bithub for the suggestion. Before...

    Many thanks Bithub for the suggestion.
    Before going that way, as my Visual C++ 6.0 has been designed for Windows 98, I'll first try to get an update for XP.
    Thanks again.
    Kind regards

    Frandy
  5. Replies
    4
    Views
    1,404

    Need urgently help!

    Hello!

    I'd like to update my former message that remained unanswered.
    As I'm really stuck and can't keep on developing my program, I installed Visual C++ 6.0 on another computer and have been...
  6. Replies
    0
    Views
    1,224

    How can I change the class of a dialog ?

    Hello !

    I'm using Visual C++ 6.0. Project named 'Aerialing' (Base Class: CFormView).
    In the main dialog, I've dragged a button named 'Table' that opens the modeless dialog 'Field'.
    By means of...
  7. Replies
    7
    Views
    3,586

    Thanks novacain. I use C with win32. All I...

    Thanks novacain.
    I use C with win32.
    All I need now is to learn how to use the ScrollDC() function. Please give me an example.
    I think I have the required knowledgeto follow you.

    Thanks again...
  8. Replies
    7
    Views
    3,586

    Thanks Novocain. I'm a beginner. So, could you...

    Thanks Novocain.
    I'm a beginner. So, could you illustrate the use of ScrollDC() with an example ?.

    Thanks again.

    Best regards

    Frandy
  9. Replies
    7
    Views
    3,586

    Thanks for your info but I use Visual C++ 6! ...

    Thanks for your info but I use Visual C++ 6!

    Regards

    Frandy
  10. Replies
    7
    Views
    3,586

    Scrollbars in dialog

    Hello!

    I don't know how to get vertical scrollbars in a dialog.
    To solve the problem, I dragged a listbox on it. But the process is very low when the text to be written is very long.

    I guess...
  11. Replies
    0
    Views
    857

    Printing problem

    Hello:

    I have created a dialog and dragged a List box in it.
    What should I do to print what the List box displays on my printer ?

    Thanks for any suggestion.

    I would appreciate detailed...
  12. OK. Dialog's name : First , its ID:...

    OK.

    Dialog's name : First , its ID: IDD_FIRST_DIALOG, its Class : CFirst.

    First.h


    BOOL bCreate;
  13. Sorry, but I don't see what you mean. Do you need...

    Sorry, but I don't see what you mean. Do you need an e-mail ?
  14. When my modeless dialog has been closed it doesn't open again

    Hi !

    The title bar of my modeless dialog ends with the wellknown square red button I hit to close the dialog.
    Unfortunately, the dialog can't be open again after closing it.
    I guess I should...
  15. How to modify permanently size and position of CForm dialogs ?

    Hi all!

    My project consists of a CForm main dialog and other CForm dialogs I've inserted. Their size and position are not what I need. I can obviously modify the sizes and positions on the screen...
  16. Replies
    10
    Views
    1,214

    You do see it right my dear but I don't know how...

    You do see it right my dear but I don't know how and where I should TELL IT the size to open at. Is it in the Main Frame , in the OnCreate() or in the CMainFrame:PreCreateWindow() functions ?
    ...
  17. Replies
    10
    Views
    1,214

    Tnx anonytmouse. I added SRWIN.C to my project...

    Tnx anonytmouse.
    I added SRWIN.C to my project but got a fatal error C1010 :'Unexpected end of file while looking for precompiled header direction'.
    What should I do ?

    Best regards.

    Frandy
  18. Replies
    10
    Views
    1,214

    Thanks for your replies. As I'm a beginner, I...

    Thanks for your replies.

    As I'm a beginner, I need more details.
    Please tell me how I can save the last size of the window in the registry or in a file.
    (The window is an SDI one created by...
  19. Replies
    10
    Views
    1,214

    Of course, I can resize the window when it is...

    Of course, I can resize the window when it is displayed ! But I would like to 'freeze' the size that I need so that it remains unmodified each time I launch the project to avoid resizing it again. I...
  20. Replies
    10
    Views
    1,214

    Resizing a Single window ?

    Hello:

    I've created a Single window and would like to avoid resizing it each time it's displayed.
    What should I do ?

    Any suggestion will be much appreciated.

    Thanks a lot.

    Best regards.
  21. Replies
    1
    Views
    1,883

    How to activate Control scroll bars ?

    Hello:

    I'd like to use Control scroll bars.
    Can anyone tell me what code I should insert in the OnHScroll and OnVScroll functions to get them working ?

    Any reply will be much appreciated.
    ...
  22. Replies
    4
    Views
    1,233

    Standard scroll bars for my dialog that receives...

    Standard scroll bars for my dialog that receives text.
    WM_VSCROLL and W__HSCROLL Messages have been added.
    Is there specific code to add too?
    Regards.
    Frandy
  23. Replies
    4
    Views
    1,233

    Yes, the dialog itself has the scroll bars. ...

    Yes, the dialog itself has the scroll bars.

    Regards.

    Frandy
  24. Replies
    4
    Views
    1,233

    How to activate hor. & vert. scrollbars ?

    Hello:

    I've created a dialog with hor. & vert. scrollbars.

    What should I do to get them working ?

    Any reply will be much appreciated.

    Regards.
  25. Replies
    1
    Views
    941

    Second dialog doesn't appear

    Hello:

    I've created a single doc project with CFormView instead of CView and get so a dialog.

    I inserted then a dialog in the project by means of Insert/Resource/Dialog.

    What should I do to...
Results 1 to 25 of 37
Page 1 of 2 1 2