MFC C++ How-To : Using CComboBox Combo Box in Dialog Box Video 5 | MFC Basics

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 27

  • @hemantmishraaaa
    @hemantmishraaaa 3 роки тому +4

    Thank u very much pekka ❤️❤️❤️🙌🏻 this all your videos are helping me very much keep uploading MFC videos 🙌🏻. I’ll try my best to increase your views by sharing it to my friends as all of them are learning MFC it will be very beneficial to them as well .

    • @pekkak.1411
      @pekkak.1411  3 роки тому +1

      Oh interesting, yes let them know. I am hoping to create groups around this.
      I like MFC because it is simple and it is close similar to WinAPI (the original way to do windows programming). So its just WinAPI with classes.
      Maybe it's not the best, but I would say easy and I had no problems with MFC really since 1997...it always worked for me, so I don't see any major problems with it.

    • @pekkak.1411
      @pekkak.1411  3 роки тому +1

      I Think MFC is easy to learn the basics. For example after you learn to use basic thinks in dialog box and menu/toolbars.... you can already do many many things with only those. And it can be helpful for people making simple programs like storing information to files, or calculating things in a business/shop. Even if not professinal it can help alot beginners in their life.

    • @hemantmishraaaa
      @hemantmishraaaa 3 роки тому

      @@pekkak.1411 thank you

  • @oussamaseghaier3165
    @oussamaseghaier3165 3 роки тому +1

    Thank you! Nice work, Continue

    • @pekkak.1411
      @pekkak.1411  3 роки тому

      Just create a date time picker video, coming in a moment...

  • @hauduong9045
    @hauduong9045 3 роки тому +1

    can you help me? I don't know how to use childen-view , can you do a video tutorial on impossible tree view? thank you so much

  • @PixelGamer2_
    @PixelGamer2_ 11 днів тому

    Thanks! But do you know the names of any of these songs in this video?

    • @pekkak.1411
      @pekkak.1411  3 дні тому

      Dont remember right now, but they are free to use tunes downloaded from the net. Maybe easy to find by google..

    • @PixelGamer2_
      @PixelGamer2_ 3 дні тому

      @@pekkak.1411 Okay

  • @prasadsolleti3870
    @prasadsolleti3870 3 роки тому

    if i select character set multibyte(from properties) iam not not able to display complete data at a time from combobox

  • @sharifzaman2972
    @sharifzaman2972 3 роки тому

    Can you make a vedio on status bar on MFC , status bar with two panes ,some flyby texts in panes and other pane displaying colour change of the user input from a dialogue box

  • @rohitchaudhari7376
    @rohitchaudhari7376 3 роки тому

    Thank you!😊
    Could you make it video for Listcontrol and Date picker time?

  • @abhishekchavhan3768
    @abhishekchavhan3768 3 роки тому

    Simply superb video Pekka. Can you please suggest me good MFC book which you have read or follow. I wanted to learn MFC from ground level.

    • @pekkak.1411
      @pekkak.1411  3 роки тому +1

      This is maybe not the best book, and it is old, but it gives good easy understanding: "MFC Visual C++ 5, Mike Blaszczak". Yes its super old, but certain things have not change din MFC, so good for beginners. but you need maybe a newer book as well. you might get this cheap from online.

    • @abhishekchavhan3768
      @abhishekchavhan3768 3 роки тому +1

      @@pekkak.1411 Thank you so much. Will buy this book. Thanks.

    • @pekkak.1411
      @pekkak.1411  3 роки тому +1

      @@abhishekchavhan3768 Oh, just found there is a newer version "Professional MFC with Visual C++ 6". So if you like that buy this, version 6.

    • @pekkak.1411
      @pekkak.1411  3 роки тому +1

      @@abhishekchavhan3768 Just reading more: Somebody says that version 5 is very similar to 6. so if you get a good deal for 5, it might be just ok even that.

    • @abhishekchavhan3768
      @abhishekchavhan3768 3 роки тому

      @@pekkak.1411 Thank you so much. Your suggestion is very helpful for me. Will buy them and start my journey into MFC. 🤗👍

  • @MdRafiqulIslam-oh3ks
    @MdRafiqulIslam-oh3ks 2 роки тому

    any project to connect mfc with mysql??

  • @sharifzaman2972
    @sharifzaman2972 3 роки тому

    For file serialization and deserialization (in doc/view architecture)
    How to save/open a seleted radio button(that changes background colour)input via dialogue

  • @sharifzaman2972
    @sharifzaman2972 3 роки тому

    Does anyone know how to save a
    Select radio (group box)button input via dialogue box In MFC...
    If you have any demo code
    Or any material related could you please share...
    I am able to save other stuff like
    Texts drawings /lines etc etc..
    But not seleted radio button input