Finally a good explanation on what is required to develop C++ GUI App, thank you
@hacked1014 жыл бұрын
Glad it was helpful!
@kittoeebenezer70673 жыл бұрын
Am new to C++ and I followed the same procedure but am getting an error "The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: Form1 --- The base class 'System.Windows.Forms.Form' could not be loaded. Ensure the assembly has been referenced and that all projects have been built. " Now am stuck and don't know what else to do. Help please
@ranqi23014 жыл бұрын
very useful, surprised that a video like this only has 3562 views, I watched many videos that come from channels that have millions of subscribers, None of them helped me.
@proudyy3 жыл бұрын
I totally agree on that. This video is simple but good and does it. Others are way worse than this one. He just came straight to the point and had shown us how to install the extension and setup the form. Just what "Getting started" should be. 😁😁
@Sultaneous4 жыл бұрын
Thanks for this quick primer. Windows forms support for c++ used to be available by default in the older versions, too bad it isn't as straightforward anymore. BTW your mike is not picking your voice up very well, so the audio is a little weak.
@hacked1014 жыл бұрын
Noted
@AldoResendizRomero2 жыл бұрын
Thank you so very much for this tutorial! I finally see some light at the end of the tunnel! The only problem is that I had to activate closed caption to understand what you are saying since the sound is very bad.
@hacked1012 жыл бұрын
No doubt
@riskboy9992 жыл бұрын
Finally found a solution after the internet told me its impossible... you earned my subscription..
@hacked1012 жыл бұрын
No doubt
@unanimousutuber97243 жыл бұрын
Hello, I have been following this guide step by step but when I try to open the Form1.h file I get an error "The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: Form1 --- The base class 'System.Windows.Forms.Form' could not be loaded. Ensure the assembly has been referenced and that all projects have been built. " and wont show the GUI preview window. I also get an error on the code portion of the file saying that using namespace System is an error statement stating that System is not a namespace and that a namespace should be used.
@hacked1013 жыл бұрын
Try and update your visual studio
@svalencia0143 жыл бұрын
Is there any update for visual studio 2022?
@hacked1013 жыл бұрын
Gonna look into that shortly thanks
@itsmakar24122 жыл бұрын
how can I add a form to my project if it is not a clr but a dynamic library?
@tedlyngmo91803 жыл бұрын
Is there a template for making Windows forms applications in actual C++ too? I'm not interested in C++/CLI.
@hacked1013 жыл бұрын
not yet
@stevejones97172 жыл бұрын
does this require .NET? i wanna make a c++ windows form app with no .net
@hiddenhidden63404 жыл бұрын
I thought C++ is difficult. But using your plugin its now easier for any dotnet folk. Thanks alot
@hacked1014 жыл бұрын
Glad it helped!
@kaon91814 жыл бұрын
how would i easily make another form instead of just 1? ive managed it but it was a bit difficult and i had to edit the vcxproj file which i dont really want to do for every new form i make. ty
@hacked1013 жыл бұрын
You are welcome
@proudyy3 жыл бұрын
Exactly what I needed. You just hit the point and you didn't trash talk at all or talked too much. Just the mic quality could be better because I had to turn the volume up to 100%. Also I was wondering about the window size / window proportion or the resolution at all. However, the tutorial itself was nice, so you got my thumbs up. 😁
@hacked1013 жыл бұрын
Noted, you are welcome
@immanueldavielgarcia10 ай бұрын
You saved me in my course's final project. Thank you so much!
@hacked10110 ай бұрын
You are welcome. You can support the channel by becoming a member or purchasing a super thanks just for a dollar thanks
@brunopalomino20284 жыл бұрын
Is it useful to create the windows form from an empty project?
@brilliantbrain68872 жыл бұрын
Please, i followed your tutorial and had this error message "The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: Form1 --- The base class 'System.Windows.Forms.Form' could not be loaded. Ensure the assembly has been referenced and that all projects have been built. " how do i solve this problem?
@hacked1012 жыл бұрын
Build the project, and make sure that all references are updated
@BunillaCircus3 жыл бұрын
Hi, the word "System" in "using namespace System;" in the original code when I first opened it is considered an error. I didn't touch anything else. please help
@hacked1013 жыл бұрын
Just wait for all dependencies to load
@WHWrooolz3 жыл бұрын
can you recommend a playlist for C++ Winforms?
@hacked1013 жыл бұрын
Not sure about that
@davidmalinowski63313 жыл бұрын
is this VSCode or VScommunity? Thanks
@hacked1013 жыл бұрын
Please check the title
@davidmalinowski63313 жыл бұрын
@@hacked101 Thanks. I realized that there are three flavors to my problem right before you replied.
@uwu-pq1om3 жыл бұрын
Im getting error while putting an icon, any ideas? System.Resources.MissingManifestResourceException: no suitable resources were found for the specified culture or for the neutral culture. Check if "CppCLRWinformsProjekt.Form1.resources" has been properly embedded or bound in assembly "test8" at compile time or that all required satellite assemblies can be loaded and are fully signed. '
@idontusehuzuni90912 жыл бұрын
same problem, you fixed it ?
@uqzr57604 жыл бұрын
I’m trying to make a ddos panel but it doesn’t show the windows form app.
@adibhumam48903 жыл бұрын
How do I import notepad file value to the graph?
@mohammadzulkiflighapal46273 жыл бұрын
Thanks for the video. After setting I am facing this error. Pls advice. Thanks error : Designtime build failed for project 'C:\Users\zulkifli\source epos\CppCLR_WinformsProjekt1\CppCLR_WinformsProjekt1\CppCLR_WinformsProjekt1.vcxproj' configuration 'Debug|Win32'. IntelliSense might be unavailable. Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.
@hacked1013 жыл бұрын
Try and restart visual studio with admin privileges
@a-brand5853 жыл бұрын
Hi, after following your procedures, the toolbox is empty. Do you know how to correct this issue?
@hacked1013 жыл бұрын
Select the element and the toolbox
@sydguitar993 жыл бұрын
so where would my code go for taking user input for example
@hacked1013 жыл бұрын
Will make a video on that shortly thanks
@joshuaaubreytshepomartin94554 жыл бұрын
how do you change the language?
@hassanwhiteside44523 жыл бұрын
How can I make another form? Can somebody help ?
@J693853 жыл бұрын
An email is possible to send a query about this video ??
@hacked1013 жыл бұрын
Send me message on twitter via the channel about page
@J693853 жыл бұрын
@@hacked101 Twiter sended but not responded
@alexissuarezalvarez56224 жыл бұрын
Hello, do you have a guide on how to implement Crystal report in visual studio 2017 or 2019? I need help on that.
@hacked1014 жыл бұрын
I will look into that and make a video shortly
@DncmFamily4 жыл бұрын
Thank You. Just what I needed to get jump started using WinForms for C++.
@hacked1014 жыл бұрын
Glad it helped!
@nighthawkgaming19623 жыл бұрын
i got the exstention but im not seeing the windows form when i search for it
@hacked1013 жыл бұрын
You have to download and install .net desktop development environment from the visual studio installer
@BilalAhmad-ps7gj4 жыл бұрын
I followed your instruction but still I am unable to see the cpp/clr winform option there would you like to guide
@hacked1014 жыл бұрын
Make sure you install c++ from the visual studio installer
@akshayaapandiyan25294 жыл бұрын
Hello, I am an absolute beginner and trying to create a simple win form using C++. I followed the video but I keep getting the error: The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: Form1 --- The base class 'System.Windows.Forms.Form' could not be loaded. Ensure the assembly has been referenced and that all projects have been built. Do you have any suggestions to resolve this?
@hacked1014 жыл бұрын
Make sure you have the latest visual studio update, restart the visual studio as an admin
@juanmd013 жыл бұрын
@@hacked101 I got the same error and I'm also a complete beginner. I just download Visual Studio so I suppose that I got the last update and I've restart the visual studio as an admin and nothing changed. What can I do? Thank you very much!
@wv8383 жыл бұрын
Same issue here. :(
@gabrielurruelavargas21474 жыл бұрын
My visul studio wont display the "Server explorer" and "Toolbox" buttons anywhere. Does anyone know how to fix that?
@hacked1014 жыл бұрын
On top left after the edit button, click on the view and you should find the server explorer, also down the same link, there is other windows, expand that for more windows
@gabrielurruelavargas21474 жыл бұрын
@@hacked101 Thank you!
@syedahmedali85884 жыл бұрын
when I click on the form file. it shows designer error? why it is so?
@hacked1014 жыл бұрын
Try and update visual studio or reinstall it again with the latest updates
@collengura3 жыл бұрын
Good video, but quite difficult to hear because of low volume.
@hacked1013 жыл бұрын
Sorry about that, I have made some improvement on my latest videos, thanks
@fuelthefission91733 жыл бұрын
How do I use a console at the same time??
@hacked1013 жыл бұрын
You mean console project?
@victorhugocontrerasordonez50003 жыл бұрын
Thank you man this help me a lot. Now I am now subscribed to your channel.
@hacked1013 жыл бұрын
You are welcome bud
@TheJing2__3 жыл бұрын
Implement RTSP Client and display received video in WinForms using C++ & FFmpeg. Do you think it's an properly idea? I've never seen any tutorials for this combination. Most of them are using C# for RSTP Client on Windows. I'd like to see your advice. Thank you.
@TheTimeProphet4 жыл бұрын
I have got this working, but trying to get sqlite to work with it, but I am having problems
@hacked1014 жыл бұрын
Will make a video shortly on that
@TheTimeProphet4 жыл бұрын
@@hacked101 Cool that would be great
@pawelg38003 жыл бұрын
Simply, short, usefull. Thanx.
@hacked1013 жыл бұрын
No doubt, you are welcome
@seanmcghee23732 жыл бұрын
removing the forms option for C++ was a ridiculous thing to do. I can't believe it cost them anything to leave it in there and I had a ton of forms apps I created and maintained in VS 2010 and it was annoying to find it missing. I can deal with the German just fine and am grateful it's back 🙂
@hacked1012 жыл бұрын
👍
@MattWOrton3 жыл бұрын
very annoying that the volume is so soft, then when an ad comes on (and so many adds for a 10 minute video) that the offices all around me can hear the ad. Fix the Volume.
@hacked1013 жыл бұрын
Sure, will remake it shortly, thanks
@trippeddude32122 жыл бұрын
I like how he says instead of installed he says instuolled I personally agreed with your statement..
@hacked1012 жыл бұрын
🤔
@trippeddude32122 жыл бұрын
@@hacked101 Yes, my g...
@mabiogfilms88323 жыл бұрын
Hello, how to dowmload that?
@hacked1013 жыл бұрын
Download what? Please be more specific
@dinithwijeratne49694 жыл бұрын
To prevent possible data loss before loading the designer, the following errors must be resolved: why do I get this
@hacked1014 жыл бұрын
Update the the visual studio for the current version
@dinithwijeratne49694 жыл бұрын
@@hacked101 nah that was not it I found just opening and closing visual worked for me
@dinithwijeratne49694 жыл бұрын
thanks for the help tho
@TheTimeProphet4 жыл бұрын
When I search it doesn't find anything
@hacked1014 жыл бұрын
Search what?
@TheTimeProphet4 жыл бұрын
@@hacked101 Ignore me. I had to re-install visual studio with the right stuff, and then I was able to get it working
@Kurasz6664 жыл бұрын
How to add new Form
@hacked1014 жыл бұрын
Right click the folder you want to add the new form, select add, then add new item, you should find windows form
@Kurasz6664 жыл бұрын
@@hacked101 thanks but my problem occured because i hadn't c++/CLR feature downloaded, so i just missed that option. I don't know it's something about in video but i guess should be exactly mentioned. For newbie it's not that obvious
@farkas11214 жыл бұрын
To prevent possible data loss before loading the designer, the following errors must be resolved: The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: Form1 --- The base class 'System.Windows.Forms.Form' could not be loaded. Ensure the assembly has been referenced and that all projects have been built. P.s i've just installed it
@hacked1014 жыл бұрын
Try and build the project
@vapervop4 жыл бұрын
To fix this issue you need C++/CLI support. To install it open visual studio 2019, go on "Tools">"Get Tools and Features"; it will open the V.S. installer. Click on single components and search for C++/CLI and check ✔ the last version and install it. Rboot V.S. and now it should work.
@alpachino2shae3 жыл бұрын
@@vapervop Was really hoping this would solve the error but it still persists for me.
@NguyenMinhuc-ss2cs2 жыл бұрын
@@vapervop thank you
@SimpleY_3 жыл бұрын
Thank you so much, that's exactly what I wanted!
@hacked1013 жыл бұрын
No doubt
@uapit48664 жыл бұрын
Thank you very cool !!
@hacked1014 жыл бұрын
You are welcome
@iskandar1493 жыл бұрын
thank you a lot for this toturial
@hacked1013 жыл бұрын
You are welcome
@gorgar0074 жыл бұрын
Thanks! This was really helpful!
@hacked1014 жыл бұрын
Glad it was helpful!
@eduardogodoy27804 жыл бұрын
Nice, very good job!
@itzmarni76964 жыл бұрын
Doest work the windows at the beggining doest even exist
@hacked1014 жыл бұрын
Update the visual studio 2019 for the latest version
@arshadm19932 жыл бұрын
very helpfull...thank you
@hacked1012 жыл бұрын
You are welcome
@farajabbas74594 жыл бұрын
you the great ✌🏾
@hacked1014 жыл бұрын
Glad it helped
@wegi96212 жыл бұрын
I can't understand why they stop supporting VCL controls library with windows API. They was the best! dotnet looks a like poor brother.
@hacked1012 жыл бұрын
🤔
@DayDayS-tn2cy4 жыл бұрын
非常感谢!
@silumesiisitwala42384 жыл бұрын
This helped me a lot. Thanks.
@hacked1014 жыл бұрын
you are welcome
@hotabichnk3 жыл бұрын
Thank You a Lot, Man.
@hacked1013 жыл бұрын
You are welcome
@mitsuedanobuhiro8983 жыл бұрын
Thank you. Thank you very much for helping me.
@hacked1013 жыл бұрын
You are welcome
@GokdenizCetin4 жыл бұрын
Thank you!!
@mioszjedrzejczyk1617 Жыл бұрын
Thx for help!!!
@hacked101 Жыл бұрын
You are welcome
@abdannour264 жыл бұрын
You have an awesome content, can you make a video on How to use SQLite Database using WinForms in C++? I will be really appreciated :)
@hacked1014 жыл бұрын
Will look into shortly thanks
@RixtronixLAB4 жыл бұрын
Thanks for the tutorial :)
@hacked1014 жыл бұрын
You bet!
@Wan_Destroyer2 жыл бұрын
There is no cppcrl
@hacked1012 жыл бұрын
You have to install the extension with visual studio installer
@sekretariatietu32593 жыл бұрын
Why in German?
@hacked1013 жыл бұрын
✔️
@killyourself13014 жыл бұрын
To prevent possible data loss before loading the designer, the following errors must be resolved:
@hacked1014 жыл бұрын
Update your visual studio for the current version
3 жыл бұрын
this helped so much +rep thnx dad
@hacked1013 жыл бұрын
No doubt
@d3viously3 жыл бұрын
You are a legend
@hacked1013 жыл бұрын
👽
@aminelsayed38873 жыл бұрын
thx my bro
@hacked1013 жыл бұрын
You're welcome!
@tailogs58253 жыл бұрын
Thanks!
@hacked1013 жыл бұрын
You are welcome
@RixtronixLAB4 жыл бұрын
nice info, thanks
@hacked1014 жыл бұрын
Glad it was helpful!
@jimenaruiz91944 жыл бұрын
Thank you!
@hacked1014 жыл бұрын
You are welcome
@presserman4 жыл бұрын
Very useful tutorial
@aminmoradi81093 жыл бұрын
thanks, but Qt C++ is better. learning visual C++ windows form application is just wasting time. with Qt you have complete package
@johnashton60563 жыл бұрын
For hire
@hacked1013 жыл бұрын
Don't get you though
@demiray82864 жыл бұрын
Danke.
@hacked1014 жыл бұрын
You are welcome
@chanel1-r9v3g3 жыл бұрын
good
@hacked1013 жыл бұрын
No doubt
@moondidel3 жыл бұрын
thank you for this video 1 hour waste time in visual studio installer
@hacked1013 жыл бұрын
No doubt
@dannyboy_663 жыл бұрын
tnx m8
@hacked1013 жыл бұрын
You are welcome
@mosesaligi45932 жыл бұрын
hello, am yet to experience!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@hacked1012 жыл бұрын
Sure
@celinejilu3 жыл бұрын
speak loud
@hacked1013 жыл бұрын
Sure
@pictrance4 жыл бұрын
:)
@anarchist62044 жыл бұрын
it's .NET lol
@paulo06514 жыл бұрын
Good tutorial, but I'll be honest: guys, just learn C#; if you know C++, you're going to learn easily C#.
@hacked1014 жыл бұрын
sure
@Arti28953 жыл бұрын
Not everything work on c# and sometimes you need to use c++ ;)