CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ManishaSantosh

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    575

    Re: Need Help For Print Routine

    Thank u first of all.

    I have written a prog where I collect waveform data and display it.

    I have defined a buffer and drawing that waveform in that. I am writing some text information and...
  2. Replies
    2
    Views
    575

    Need Help For Print Routine

    I need to Print Graphics + Text for my application. I need help is assigning Graphics Buffer
    with reference to paper size and resolution. I need to reserve some area for text and some for...
  3. Replies
    6
    Views
    658

    Re: Problem with Printer Status Box

    Problem solved .. Conflict removed ..

    But when I created String Table , I just gave ID ..

    I used IDS_ tag but the value was generated by MFC ..

    Then why was the conflict ?

    I will...
  4. Replies
    6
    Views
    658

    Re: Problem with Printer Status Box

    Thankx a lot victor ,

    I will try and remember it definately .. I will avoid IDS Tag ..
  5. Replies
    6
    Views
    658

    Re: Problem with Printer Status Box

    Dear Victor ,

    After OnPreparePrinting , to show Printing Status Dialog box, MFC is using variable nFormatID.

    The code is nFormatID = AFX_IDS_PRINTONPORT . The ID of AFX_IDS_PRINTONPORT is...
  6. Replies
    6
    Views
    658

    Re: Problem with Printer Status Box

    While printing a document , after selecting file and printer , MFC displays this dialog box.
    It just displays information of processing pages. This is displayed after OnPreparePrinting
    and before...
  7. Replies
    6
    Views
    658

    Problem with Printer Status Box

    Dear All ,

    A strange problem related to Printer Status Box. While printing a page , printer status box showing last two message strings wrong.

    The dialog box shows ,

    Printing

    Test
  8. Re: How to use the variables in another class

    Thankx Paul ..
  9. Re: How to use the variables in another class

    I have made a common header file .. but I feel that is a C prog method. Should I define a class and use Friend operation ?
  10. Re: How to use the variables in another class

    Hi , I am also trying for the same. I need to use a same structure in two different files and in two independant classes ...

    May I know the method ?

    Last option will be declaring the struct in...
  11. Re: Please help asap: Visual C++ Debugging Error

    HI .. Cud u resolve the problem ?

    Was ur project submitted ..

    My method to find error is .. just use // or /* */ to disable some parts of the code and
    find exactly which routine is giving...
  12. Replies
    5
    Views
    1,030

    Re: problem with 2D vector

    Use { for .. for statements .. prob will be solved ..
  13. Poll: Re: Admin: Site Survey Question - Why Did/Do You Come to Developer Sites

    I visit developer site .. to get my problems solved

    and to learn new things and to share my little knowledge with others
  14. Replies
    20
    Views
    5,516

    Re: version.h and unicode

    Unicode is bit boaring for the programming purpose. U need to convert all string variables into unicode format e.g char buf[80] -> TCHAR buf[80]. U need to use unicode specific functions that u will...
  15. Replies
    7
    Views
    2,144

    Re: About Spin Control

    Thankx a lot sir .. for answering my simple query.

    I am learning VC++ on my own and working on the project.

    and always get a gr8 help from Net.

    Thank u once again
  16. Replies
    7
    Views
    2,144

    Re: About Spin Control

    Sir ,
    what mr Vald has said is 100 % correct .

    U need to create Edit Control and then Spin Control with Auto buddy on . Then it is attached to
    the Edit Control.

    I have old dialog box with...
  17. Replies
    7
    Views
    2,144

    Re: About Spin Control

    Thank u Sir ..

    I have already tried that but with resource editor , I failed to attach it to required Edit Box.
    Now I will try dynamically
  18. Replies
    7
    Views
    2,144

    About Spin Control

    How to attach spin control to Edit Control which is designed in older version of the project, in MFC
    dialog box.

    The older version Edit Boxes are w/o spin controls .. and I need spin control...
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured