Windows GUI Programming with C/C++ ( Win32 API ) | Part -7 | Dialogs (Modal and Modeless )

  Рет қаралды 36,523

The Pentamollis Project

The Pentamollis Project

Күн бұрын

Пікірлер: 47
@TheRojo387
@TheRojo387 Жыл бұрын
Oddly enough, you're the clearest tutor I've seen so far when it comes to hard-coding a Windows form, which I've had to do via VS Code for want of an RC compiler.
@b.n.z1334
@b.n.z1334 Жыл бұрын
man i really like you you are the only one who explain the win32 api thnx
@chrisv1459
@chrisv1459 27 күн бұрын
Thanks to your tutorials they have helped me design my own software that I designed and show on my own KZbin channel!
@stefanmoser4348
@stefanmoser4348 7 жыл бұрын
hi Ed! great work again :-) but when I compare the technic of creating modal/modeless dialogs between C++ and C# I only can say "Um Gottes Willen" :-))) but you showed very well how it must be done, and if someone has to work with Win32API your tutorial will be a great help for her or him. and ... there is noooo reason for you to thank the audience for watching, the audience has to thank you for telling :-)
@ThePentamollisProject
@ThePentamollisProject 7 жыл бұрын
:-)
@Sambouz
@Sambouz 7 жыл бұрын
Hi, I think you are very good at explaining things. Please continue this Win32 API series.
@ThePentamollisProject
@ThePentamollisProject 7 жыл бұрын
the next part will be up soon. Stay tuned :-)
@ravina05
@ravina05 3 жыл бұрын
Very nice explanation
@Lugmillord
@Lugmillord 6 жыл бұрын
So I don't need another message loop? The one we wrote in the first video handles everything?
@wuaveleonald7585
@wuaveleonald7585 7 жыл бұрын
hi There, your tutorials have been of great help, keep up the good work, looking forward to many more videos.
@ThePentamollisProject
@ThePentamollisProject 7 жыл бұрын
:-)
@hohohappyday77
@hohohappyday77 3 жыл бұрын
9:11 Visual 2015 Community version has not working...
@paulmartin774
@paulmartin774 6 жыл бұрын
Aren't Dialogs usually created using DialogBox() and CreateDialog() macros and resource scripts?
@goranantonijevic1709
@goranantonijevic1709 4 жыл бұрын
This is great tutorials, but I think that you are right and also I have to say that DialogProcedure() doesn't call DefWindowProc(). Using Dialog Box are much easier because you can define all elements of your dialog in some .rc file below some DIALOG_ID, and you can simply put that ID in DialogBox() function and that's it.
@MasterMindmars
@MasterMindmars 2 жыл бұрын
Very good
@Toorall
@Toorall 6 жыл бұрын
thank you for these awesome tutorials!
@athanasiosloukas9855
@athanasiosloukas9855 7 жыл бұрын
hi Ed. Is part 8 going to be about tabcontrol? I would be very pleased if so because i have been trying for days to add tabcontrol to a similar version of your code but i get many errors,especially with the instance handle
@mocloun3709
@mocloun3709 7 жыл бұрын
Really nice, now I understand a lot more!!!
@ThePentamollisProject
@ThePentamollisProject 7 жыл бұрын
I'm Glad it helped :-)
@ResetChimbotePeru2
@ResetChimbotePeru2 Жыл бұрын
para poner un Link con hipervinculo??
@RazorRadios
@RazorRadios 7 жыл бұрын
Awesome, thankyou Ed! Much appreciated
@souravmukherjee1786
@souravmukherjee1786 7 жыл бұрын
can u solve this,a Windows programMing to create. a new Window class using the class to pop-up window??
@ThePentamollisProject
@ThePentamollisProject 7 жыл бұрын
This is possible, but don't do this unless necessary for the application. This will just complicate things up.
@leejm4
@leejm4 5 жыл бұрын
good tutorial. Salute
@nahte42
@nahte42 6 жыл бұрын
If any one can help, Im not too sure whats wrong, when I create the dialog box, it is adding the menus from the first box, and the close button wont work. Thank you.
@cmacc6477
@cmacc6477 6 жыл бұрын
same thing here
@cmacc6477
@cmacc6477 6 жыл бұрын
lol i forgot to change dialog.lpfnWndProc = DialogProcedure;
@ozonewagle
@ozonewagle 4 жыл бұрын
@@cmacc6477 thanks
@stacomlanscl7965
@stacomlanscl7965 4 жыл бұрын
Thanks for sharing, I have tried of typing the code the CreateWindow for DialogBox type. But don't work inside MainWindows WindowProcedure WM_CREATE. I type the CreateWindow(for DialogBox) inside GetMessage Loop it Loads my DialogBox that is created using CreateWindow.
@stacomlanscl7965
@stacomlanscl7965 4 жыл бұрын
I solve the problem, U need to declare and initialize WNDCLASS before First call of CreateWindow. Thanks Pentamollis.
@asepcodet96
@asepcodet96 7 жыл бұрын
how can I open a dialog with the function button?
@beginnerprogrammer6060
@beginnerprogrammer6060 5 жыл бұрын
Does anyone know why my Dialog Box isn't showing? I think I've followed all the instructions exactly but when he causes his Dialog Box to show mine doesn't appear... Any idea what I'm doing wrong? Using Visual Studio 2017.
@beginnerprogrammer6060
@beginnerprogrammer6060 5 жыл бұрын
Oh, had the wrong ClassName in the CreateWindowW function...
@EarthSettler
@EarthSettler 7 жыл бұрын
thank you, great work.
@ThePentamollisProject
@ThePentamollisProject 7 жыл бұрын
you're welcome :-)
@nastyavicodin6229
@nastyavicodin6229 6 жыл бұрын
Thanks for this videos, but it would be better if you attached your code files.
@ThePentamollisProject
@ThePentamollisProject 6 жыл бұрын
yeah, i'm gonna do that in all the upcoming series. Unfortunately, for these tutorials i kept on editing the same project in every part, so i just have a single source file which has the code for the latest tutorial of this series.
@ganeshmarpuri9764
@ganeshmarpuri9764 7 жыл бұрын
can you make tutorial in connect win32 application to mysql database
@ThePentamollisProject
@ThePentamollisProject 7 жыл бұрын
i'm not really into web development so i'm sorry i cant help you.
@idol2010
@idol2010 5 жыл бұрын
Send the project pls.. [the full project not the code ]
@jadenheinbach3007
@jadenheinbach3007 7 жыл бұрын
Can you post the source code somewhere?
@ThePentamollisProject
@ThePentamollisProject 7 жыл бұрын
i can mail you the code...
@namenlos4374
@namenlos4374 3 жыл бұрын
@@ThePentamollisProject or you could've just posted it for everyone...
@haroldmcbroom7807
@haroldmcbroom7807 2 жыл бұрын
@@ThePentamollisProject Why not provide it for everyone, why email? I tried to follow along from the start, but code had already been written, and you didn't scroll to the far right to reveal the rest of the code, so it left us hanging, and not able to reproduce your output.
@rolliecapidos1357
@rolliecapidos1357 7 жыл бұрын
Where is Part 8?
@ThePentamollisProject
@ThePentamollisProject 7 жыл бұрын
it will be uploaded soon ( probably around 17th october) . Stay tuned. :-)
Windows GUI Programming with C/C++ ( Win32 API ) | Part -8 | Open File Dialog
22:00
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 699 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 79 МЛН
Is C BETTER than C++ for beginners? // Code Review
31:16
The Cherno
Рет қаралды 82 М.
HOW Win32 Apps Are Made in C
23:54
Jason “Jase” Coulls
Рет қаралды 24 М.
My 10 “Clean” Code Principles (Start These Now)
15:12
Conner Ardman
Рет қаралды 303 М.
before you code, learn how computers work
7:05
Low Level
Рет қаралды 553 М.
Makefiles Make Your Life Easier
12:05
NeuralNine
Рет қаралды 114 М.
Master Pointers in C:  10X Your C Coding!
14:12
Dave's Garage
Рет қаралды 334 М.
Creating a Window using C++ and Win32 | Tutorial
23:10
Aerideus
Рет қаралды 96 М.
Windows GUI Programming with C/C++ ( Win32 API ) | Part -6 | The Message Box Dialog
16:51
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 759 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН