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

Search:

Type: Posts; User: Anubala

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    601

    Splitwindow for my application

    Hi,

    I want to develop one MDI application .It shoud have split windows like below.
    ==============
    | | |
    | | 2 |
    | 1| ...
  2. Replies
    0
    Views
    5,807

    ListBox displays text vertically

    Hi,in my code i call Add() for 10 time(For loop).The listbox should display 10 different items .
    But what it shows,it dispaying last item only and also vertically.Like

    S
    T
    R
    I
    N
    G
    And each...
  3. Replies
    0
    Views
    3,134

    C# textbox in VC++

    Hi,
    As i want to use WPF in VC++.I refered one article form codeguru,and i implemt that as make WPF as C# dll and using it in VC++.
    Everything working fine.But the problem is in TextBox.As i have...
  4. Replies
    1
    Views
    740

    Applicaiton with toolbar display

    Hi,
    In my application i want to display only toolbar in top of the window.By pressing the menu in toolbar,corresponding window will be display seperately.
    Pls help me i dont know how to start.
    Im...
  5. Replies
    1
    Views
    961

    Closing Mainframe window

    Hi,
    My mainframe window has close,mini amd maxi buttons.
    But it does not work.
    I cannot close or minimize the window.
    Whats the reason.
    My Precreatewindow codes like

    BOOL...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured