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 Жыл бұрын
man i really like you you are the only one who explain the win32 api thnx
@chrisv145927 күн бұрын
Thanks to your tutorials they have helped me design my own software that I designed and show on my own KZbin channel!
@stefanmoser43487 жыл бұрын
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 :-)
@ThePentamollisProject7 жыл бұрын
:-)
@Sambouz7 жыл бұрын
Hi, I think you are very good at explaining things. Please continue this Win32 API series.
@ThePentamollisProject7 жыл бұрын
the next part will be up soon. Stay tuned :-)
@ravina053 жыл бұрын
Very nice explanation
@Lugmillord6 жыл бұрын
So I don't need another message loop? The one we wrote in the first video handles everything?
@wuaveleonald75857 жыл бұрын
hi There, your tutorials have been of great help, keep up the good work, looking forward to many more videos.
@ThePentamollisProject7 жыл бұрын
:-)
@hohohappyday773 жыл бұрын
9:11 Visual 2015 Community version has not working...
@paulmartin7746 жыл бұрын
Aren't Dialogs usually created using DialogBox() and CreateDialog() macros and resource scripts?
@goranantonijevic17094 жыл бұрын
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.
@MasterMindmars2 жыл бұрын
Very good
@Toorall6 жыл бұрын
thank you for these awesome tutorials!
@athanasiosloukas98557 жыл бұрын
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
@mocloun37097 жыл бұрын
Really nice, now I understand a lot more!!!
@ThePentamollisProject7 жыл бұрын
I'm Glad it helped :-)
@ResetChimbotePeru2 Жыл бұрын
para poner un Link con hipervinculo??
@RazorRadios7 жыл бұрын
Awesome, thankyou Ed! Much appreciated
@souravmukherjee17867 жыл бұрын
can u solve this,a Windows programMing to create. a new Window class using the class to pop-up window??
@ThePentamollisProject7 жыл бұрын
This is possible, but don't do this unless necessary for the application. This will just complicate things up.
@leejm45 жыл бұрын
good tutorial. Salute
@nahte426 жыл бұрын
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.
@cmacc64776 жыл бұрын
same thing here
@cmacc64776 жыл бұрын
lol i forgot to change dialog.lpfnWndProc = DialogProcedure;
@ozonewagle4 жыл бұрын
@@cmacc6477 thanks
@stacomlanscl79654 жыл бұрын
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.
@stacomlanscl79654 жыл бұрын
I solve the problem, U need to declare and initialize WNDCLASS before First call of CreateWindow. Thanks Pentamollis.
@asepcodet967 жыл бұрын
how can I open a dialog with the function button?
@beginnerprogrammer60605 жыл бұрын
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.
@beginnerprogrammer60605 жыл бұрын
Oh, had the wrong ClassName in the CreateWindowW function...
@EarthSettler7 жыл бұрын
thank you, great work.
@ThePentamollisProject7 жыл бұрын
you're welcome :-)
@nastyavicodin62296 жыл бұрын
Thanks for this videos, but it would be better if you attached your code files.
@ThePentamollisProject6 жыл бұрын
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.
@ganeshmarpuri97647 жыл бұрын
can you make tutorial in connect win32 application to mysql database
@ThePentamollisProject7 жыл бұрын
i'm not really into web development so i'm sorry i cant help you.
@idol20105 жыл бұрын
Send the project pls.. [the full project not the code ]
@jadenheinbach30077 жыл бұрын
Can you post the source code somewhere?
@ThePentamollisProject7 жыл бұрын
i can mail you the code...
@namenlos43743 жыл бұрын
@@ThePentamollisProject or you could've just posted it for everyone...
@haroldmcbroom78072 жыл бұрын
@@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.
@rolliecapidos13577 жыл бұрын
Where is Part 8?
@ThePentamollisProject7 жыл бұрын
it will be uploaded soon ( probably around 17th october) . Stay tuned. :-)