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

Search:

Type: Posts; User: sreeram_gsr

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    799

    Object Dump

    Hi all,

    When i am workin on Project and i have got a lot of errors(Object Dumps) I am not understanding how to work those things these r the text in Output window,

    Dumping...
  2. Replies
    1
    Views
    498

    Switching Between Views in MDI

    Hi there,

    I have created an application in MDI. I have 2 views, view1 and view2. I have a menu in toolbar, consists of view1 and view2. if i select view1 from the menu, then that particular view...
  3. Replies
    1
    Views
    498

    Switching Between View in MDI

    Hi there,

    I have created an application in MDI using single document. I have 2 views, view1 and view2. I have a menu in toolbar, consists of view1 and view2. if i select view1 from the menu,...
  4. Replies
    0
    Views
    420

    URGENT: MDI Doubt

    Hi All,

    I have a small Problem in MDI. I have created a MDI Application which has tow View First, Derived from CView which displays Bitmap and other Derived from CEditView which...
  5. Replies
    26
    Views
    2,431

    Opening Files of Diffrent Extensions

    Thank u for the article it is fulfilling my req. check this out my new problem .

    I am workin on an MDI Application which has two View Class one will displays the Bitmap Image and other...
  6. Opening Files of diffrent extension in MDI

    Hi all

    I am workin on an MDI Application which has two View Class one will displays the Bitmap Image and other has the data and is displaying in an EditView Derived class. i am using...
  7. Replies
    3
    Views
    496

    Open File in Window

    no, i have to use MDI coz i may require to add additional view in the future.
  8. Replies
    26
    Views
    2,431

    Switching Between Views in MDI

    I will clearly define my problem,

    1. I have to create an MDI Application which has one Document class and two view classes. One view is derived from CVIew Class whcih displays Bitmap and other...
  9. Replies
    26
    Views
    2,431

    Switching Between Views in MDI

    actually two persons with same problem. this is sreeram_gsr
  10. Replies
    26
    Views
    2,431

    Switching Between Views in MDI

    ya i have debugged it and the GetView fn is returning NULL coz i have used the document class inorder to get the class. i am doing switching the views in the MainFrame class r there any methods of...
  11. Replies
    3
    Views
    496

    Open File in Window

    Hi All,

    I have created a MDI Application which has two views one is derived from CView and other is derived from CEditView. when ever i open a text file it has to be opened in the...
  12. Replies
    26
    Views
    2,431

    Switching Between View in MDI

    Hi all,

    I have got a small problem when i was workin on MDI application. My requirement is that i have Two view each of diffrent type (i.e., one view is derived from CView and other...
  13. Replies
    0
    Views
    480

    *.bmp/*.txt

    Hi there,

    I have created MDI application. I have two views, one view(bitmap view) is for opening bitmap image and another view
    (data view) is for generating data. I have both the views...
  14. Replies
    1
    Views
    400

    URGENT: Document.

    Hi There,

    I am workin on a MDI Document. in that i have a view which will display a Bitmap Image. Every time i open my Bitmap image a new instance of Document class is being...
  15. Thread: MDI Doubt

    by sreeram_gsr
    Replies
    0
    Views
    391

    MDI Doubt

    Hi All,

    I have a Small Problem, I have created an MDI Application in which i have a view whcih will display a Bitmap Image i have used the following code in order to load the bitmap...
  16. Replies
    4
    Views
    701

    hw to send a message

    check out with PostMessage() API in MSDN
  17. Replies
    2
    Views
    467

    Doc/View Doubt

    Hello Anybody there. I need the Solution Very Urgently
  18. Replies
    2
    Views
    483

    Chekc this out

    GridCtrl
  19. Replies
    2
    Views
    467

    Doc/View Doubt

    Hi all,

    I am currently working on an application which basically is a MDI Application. I have only one Document Class whcih holds all the data. I have created three View classes each...
  20. Thread: Bitmap

    by sreeram_gsr
    Replies
    0
    Views
    442

    Bitmap

    Hi there,

    I have an MDI application. When i run the application, already a view will be present on the parent window. Now when i try to open a bitmap image on the already present...
  21. Replies
    0
    Views
    436

    Doubt in views

    Hi There,

    I have an application, where i have three different views under single document. The views are, one is Bitmap view using CView for generating bitmap images, second is Data view...
  22. Replies
    4
    Views
    726

    returing NULL

    Hi Girish

    I have tried thru the method u have sent me but it was not Activating the View. The i have added this additional code to the View is returning NULL Value.

    CView *pBmpView;...
  23. Replies
    4
    Views
    726

    Doc/View Doubt

    Hi

    I have tried that out but i have used diffrent types of View like CScrollView, CEditView and CFormView as the Base Class for each of the and the SetActiveView expects a CView...
  24. Replies
    4
    Views
    726

    Doc/View Doubt

    Hi all,

    I have created an application which has three view and single Document(ofcourse MDI). I have created Document templates for each of them and opened them in the initinstance fn of...
  25. Replies
    3
    Views
    758

    Clarification

    I think this example only applies to FoxPro i have tried to work it in VC++ but it is giving Error
    error C2039: 'MaxLength' : is not a member of 'CEdit'
    so, Plz check it again
Results 1 to 25 of 49
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured