Search:

Type: Posts; User: NewbieStats

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,236

    Question under MFC...

    I have made a program using Microsoft Visual C++ 6.0 using MFC app, and ive decided to "enhance" it...

    Its basically a "blog" or "journal" in a way... I was wondering whats the easiest way if...
  2. Replies
    3
    Views
    1,348

    Nevermind i found it... Right click in Resource...

    Nevermind i found it... Right click in Resource tab on the far left side and click Controls on popup window... Thanks tho =)
  3. Replies
    3
    Views
    1,348

    There is No Toolbar in View... :( Options...

    There is No Toolbar in View... :(

    Options under View is:

    Class Wizard...
    Resource Symbols...
    Resource Includes...
    Full Screen...
    Workspace...
    Output...
  4. Replies
    3
    Views
    1,348

    Control Palette

    Ive been looking around my Microsoft Visual C++ 6.0 and i cant find my Control Palette or Tool Bar... Anyone know where i might be able to find it and access it? :(
  5. Replies
    5
    Views
    1,032

    Thanks i fixed the problem... #include...

    Thanks i fixed the problem...



    #include "Button01Dlg.h"

    void CClientDlg::OnButton01()
    {
    CButton01Dlg dlg;
    dlg.DoModal();
  6. Replies
    5
    Views
    1,032

    void CClientDlg::OnButton01() { /*...

    void CClientDlg::OnButton01()
    {
    /* CClientDlg (ID: IDD_CLIENT_DIALOG)
    (CPP: ClientDlg.cpp)
    Button01 (ID: IDD_DIALOG1)
    ...
  7. Replies
    5
    Views
    1,032

    Question under MFC...

    Hey...

    Ive been making a Program with Microsoft Visual C++ 6.0...

    Ive made it so that my Main interface window has buttons, and ive made other CDialog resources but I dont know how to make it...
Results 1 to 7 of 7