perfect video, works perfectly. gained a subscriber!
@日本語大好き3 жыл бұрын
Thanks you so much it's helping me alot
@RsRevengedAce13 жыл бұрын
thanks man love your guides help me so much and i solved my previous problem
@Kamakwazee2212 жыл бұрын
It is perfectly ok. You just have to make sure you create the correct type of project.
@hikkenwayans8 жыл бұрын
EXCELLENT tutorial!!!
@wuffles79744 жыл бұрын
wow, thanks to that, that fix my biggest problem!
@simonwhite422312 жыл бұрын
thx man your tutorials are great and very discscriptiv, keep it up
@BobTitkemeier7 жыл бұрын
Thanks bro! quick and dirty thats how i like it
@60namrruC12 жыл бұрын
When you put in another button, before the "break;" command, you'll need to set-up for the same parameters starting from, and copying "CreateWindow". There is no need to add in an additional " case WM_CREATE:{ ". You just need to simply add in the following parameters before the "break;" and after the NULL); of course changing the values to your needs. CreateWindow(TEXT("BUTTON"), TEXT("button"), WM_CHILD | WM_VISIBLE, 10, 10, 80, 20, hwnd, (HMENU) ID_BUTTON, NULL, NULL); Hope this helps!
@しいくる-s8h4 жыл бұрын
Thank you so much! :D
@DayOfLuna8 жыл бұрын
simple and understanding easy. thanks
@georgeraftopoulos34763 жыл бұрын
Nice and helpful tutorial men, but i have a question. My programme can't find CreateWindow so what library do I have to include????
@NootNooter Жыл бұрын
#include Also take a look at the Microsoft Docs for the Win32 API
@vkizzuofc65553 жыл бұрын
thanks you so muchhh
@neagucostel113412 жыл бұрын
Please,men.You must make a tutorial about how to make a new program interface in DEVC++.You are the best.Comgrulations
@dijatech3 жыл бұрын
You have to add all components means list viewer 0assword generator in win32.
@JHKNoAKA3 жыл бұрын
How to get the button to display a text like cout within the program window and collect input like cin afterward?
@basiladeeb10 жыл бұрын
I hope you are well, Nick. Will you be able to create the window template from scratch? I am just curious. The code is just too complex for me to memorize.
@skweep72077 жыл бұрын
There's no need to do all that from scratch, there's a reason it has a template for you.
@cesariushervelazco83 жыл бұрын
Excellent tutorial. I'm having some issues assigning actions to some buttons What I'm trying to do is put my window (executable) in a folder with a bunch of other files, and open a specific file when clicking a specific button.
@NootNooter Жыл бұрын
Take a look at the CreateProcess function. You could pair it with a listview, filling that with the directory's contents, and then use the path to feed the CreateProcess
@dijatech3 жыл бұрын
You have to make progress bar in win32 in c++.These little things anyone can make.
@wrthndr6912 жыл бұрын
I'm trying to get the textbox's text into a char array can you make a tutorial or help on that
@RsRevengedAce13 жыл бұрын
hey im trying to have a button and a text box at the same time but the text box is visible and the button isnt and when i compile it, i have no errors please help im trying to have them both at the same script
@matovmartin6 жыл бұрын
thanks man! :)
@MinecraftiansWeekly12 жыл бұрын
you'll probably want to use a string instead of a char array. You'll have to include iostream and include string at the very top for this to work though.
@triptipahuja93324 жыл бұрын
Can i print the value of a variable on clicking the button Please reply
@SafeAndEffectiveTheySaid12 жыл бұрын
My C++ program doesn't have the menu win 32 as yours, where can I find it?
@chandraprakashsingh...92825 жыл бұрын
Can we use the same code in turbo c++ ide
@lolomaizter12 жыл бұрын
very interesting tutorial, just one cuestion i want to caption video how can i do it
@killer74954 жыл бұрын
#define ID_BUTTON 1 switch (message) { case WM_CREATE: CreateWindow(TEXT("BUTTON"),TEXT("CLICK"),WS_VISIBLE | WS_CHILD, x, y, width, height,hwnd, (HMENU) ID_BUTTON, NULL, NULL); case WM_COMMAND: if (LOWORD(wParam) == ID_BUTTON) MessageBox(hwnd, "Button is Clicked", "Messagebox Title", MB_ICONINFORMATION); break; }
@bblamaofficial Жыл бұрын
hello i am trouble in CreateWindow is an error ho w can i solve it
@Timzy92113 жыл бұрын
Yay another tutorial. =D
@qayxeerllthenine-th36688 жыл бұрын
Hey please answer, how bout button to go to next scene/windows instead of popup like that?
@spongybottomworld12 жыл бұрын
Hello , i still get an error on the CreateWindow line...i am using dev-C++
@Burh.2k2 жыл бұрын
How to call this in main function??
@supersized2211 жыл бұрын
How do you add images to a c++ program? can you use the CreateWindow function?
@qayxeerllthenine-th36688 жыл бұрын
im guessing using graphics.h instead?
@yanaru1712 жыл бұрын
^^ i love you and thank you so much mwaahh :*
@EBGains12 жыл бұрын
I keep getting this error message C:\Users\Erik Bush\Documents\All Projects\main.cpp In function `LRESULT WindowProcedure(HWND__*, UINT, WPARAM, LPARAM)':
@yeshuaisraeli13 жыл бұрын
your voice is cool
@heriblandt11 жыл бұрын
I tried to write the code and it looks like it is correct however my anti virus program won't allow me to compile and run the code. why??????????? Help please
@matteoboniotti3507 жыл бұрын
how to not create the dos windws when I compile it?
@sniped10113 жыл бұрын
@RsRevengedAce put a break in your code. I had that same issue.
@toadvices15028 ай бұрын
Hello, please would you share the project source code, regards
@layup77343 жыл бұрын
5:25
@neweragames23182 жыл бұрын
cout
@matthewbercik985912 жыл бұрын
It wont let me because it keeps saying i did something wrong with the CreateWindow(TEXT("BUTTON"), TEXT("button"),
@mohanaganesh48206 жыл бұрын
will this work in .cpp program instead of project? since i almost completed my game in .cpp file
@knight27924 жыл бұрын
java is easier
@asbjrnandersen85959 жыл бұрын
k how do you do that with 2 buttons, it gives me an erorr and says you cannot dublicate cases even tho i change the ids
@skweep72077 жыл бұрын
Put them is different switch scopes like so: switch (Message) { }