I keep wondering, is it suppose to spent years remembering all these language docs, functions, and orders ..etc ?... or its just about how to use the logics by practicing ????
Hi thank you for this video. But I just want to ask on how to retain the text of a textbox of one child form when moving from one child form to another?
Hey thanks for video its really good and i wanna ask something how can i change form's controlbox color? Its always opening white and i want to change it to form's back color
Thank you for this awesome video. I was able to recreate without a problem however I ran into something I'm hoping you can help me with. On an "childform" I'm making a calculator that should be able to receive KeyPress events (NumPad 1 puts a 1 in the calculator textbox). The KeyPress is triggered on Form1 but setting the focus to the form with the calculator to do a PerformClick is only possible after a click on one of the controls in the calculator form with the mouse. So start the app, choose calculator form from menu, press NumPad 1, add 1 to calculator textbox is what I'm trying to achieve. KeyPreview is set to true and Form1 does catch and triggers the KeyPress event (calls the Sub of the calculator form). I want to use KeyPress instead of KeyDown so I can hand over the KeyChar which is not available in the KeyDown event (KeyCode is used in KeyDown for which I would need to go through a lot of other things to get the keyboard language etc.)
You can remove the border completely ( FormBorderStyle = FormBorderStyle.None), or you can place fixed simple ( FormBorderStyle = FormBorderStyle.FixedSingle Text = string.Empty ControlBox = false ) However you have to create the function of resizing the form, since it loses when you remove the border.
Is there a easy way how to create new forms (FormDashboard, FormSetting…), duplicate it including design? Or do I have to create it from beginning? Thanks
Dear #RJ Code Advance EN. your video is very useful for us. I like your video very much. please upload a full VS.Net tutorial with advance designing. Its very helpful for us. Thanks
when I add IconButton to my form and run it, the form scaling is change and it appears much smaller than it's original size, could you help me with this problem?
Hello! I'm having a problem with the 18 line in the coding section, which says that "'' is ambiguous because multiple kinds of members with this name exist in ''" Do you know how to fix this problem?
Make sure the name of the method is written the same. [DllImport("user32.DLL", EntryPoint = "SendMessage")] private extern static void SendMessage(System.IntPtr hWnd, int wMsg, int wParam, int lParam);
if your font awesome does not show up in the toolbox uninstall it and install it a few times till it shows up.. i know its a primitive solution but it worked for me = )
Bro can you please make a tutorial on how to create a setup of windows application with database integration which can be easily deploy on client pc by installing application throuh setup file. I will be very thankfull yo you. 💙
Good Day Sir!, Im having a trouble with this code I spend days on how to figure it out but I really couldn't. It says Unable to cast object of type 'Gab_s_Clothing.Form1' to type 'FontAwesome.Sharp.IconButton' How do I fix it? Thank You
@@RJCodeAdvanceEN I already solved the error! by the way, thank you for noticing this comment. I love your videos! please keep on making great tutorials and amazing videos
ola, este método ahorra mucho tiempo y facilita el trabajo de hacer diseños, lo incorpore en mi proyecto y al crear el ejecutable me envió un error, este es: "La signatura del nombre seguro no es válida para este ensamblado FontAwesome.Sharp.dll." sabes como solucionarlo?
Bonjour cher ami, merci beaucoup de vos efforts, en fait j'ai soucis a propos des instructions coller dans votre programme concernant DLL32. une un click sur PanelTitleBar je reçois un message d'erreur : (System.EntryPointNotFoundException : 'Impossible de trouver le point d'entrée 'releasecapture' dans la DLL 'user32.dll'.'). merci beaucoup encore une fois, de m'orienter pour le corriger
why i get error when i publish my app and try to install it i get the program cant install and i see this error : font awesome.sharp.dll and this message "BC41997 Visual BasicReferenced assembly does not have a strong name." pls i build this app for a 7 day and i cant use it
if your font awesome does not show up in the toolbox uninstall it and install it a few times till it shows up.. i know its a primitive solution but it worked for me = )
Thank you so much, I did not know that there is an Awesome icon extension for Winforms.... I will be following you from now on, thanks again.
Thanks for watching my videos ;)
Lol I think I fell for your voice first and second the way you present. Subscribed!
You are HYPER AWESOME dude! Thanks a lot! Every single line works perfect!
Very Useful Videos. Please regularly upload such awesome tutorials .😊
man, you're a lifesaver
wouwwwwwwwwwwwwwwwwwwwwwww .... It is an awesome form .... thank man. Saludos desde PERU
good english good pc good recording good quality very good man you have new subscriber
How do you do that technique in timestamp *11:31*? That's amazing!
just press alt and highlight (down ) the selected text.
I've been using VS for 8 years and I didn't FUCKING KNOW THIS!!!
Nice Design. It looks like a web app. Next video I recommend to make an collapsible menu!
Excelente tutorial. Gracias!
0:25 Visual Baasic Language
But all jokes aside great tutorial
If visual Basic language was audible, I surely hope it doesn't sound like that voice over🤣🤣🤣 jokes aside though.
Thank You But How Did You Change The Visual Studio Theme ?
Hi! Such an awesome design keep it up
I was just wondering about how you can change the user by using the Combobox thing at the top right corner.
perfect. do some more, please. best quality.
thanks. ı just start to learn c#.. but you are the best for explanation.. go on please and ı am sure you will be the best here..
awesome font is new for me.thanks
font awesome ,bae-sick library lol
You Legend.. Earned a Sub and a Website Viewer..
I have a question, how do I get the value of those child form into another form
Love your theme of your visual studio. How did you get that?
Please make or suggest a video on how to completely remove the border of form and make the functionalities still achievable?
Ok
Very good job
Thank you
good lesson
Thank you soooooo much
I just learned programming in 24 minutes.
Thank you!!
Best!!!!
11:43 i have an error from "=" saying end of statement expected
Any tips on getting the font awesome pro icons working?
Hi, can you please share a video tutorial for print reports ( with or with out preview) via windows form.
nice!!! But how to the window name in the windows taskbar, its empty because no form title?
I keep wondering, is it suppose to spent years remembering all these language docs, functions, and orders ..etc ?... or its just about how to use the logics by practicing ????
I guess one can create a library and only refer to it when you have an idea to implement such in a project.
It comes with time automatically
Hi thank you for this video. But I just want to ask on how to retain the text of a textbox of one child form when moving from one child form to another?
What type of theme you are using?
Hey thanks for video its really good and i wanna ask something how can i change form's controlbox color? Its always opening white and i want to change it to form's back color
Cool! Keep it up.
awesome video
can you link the pictures for the Close, Minimize and Maximize buttons I Can't seem to find anything suitable on the internet
great !!!
btw, why not use usercontrol? form take more memory right?
Where can you get the narrator?
When open application i want "dashboard" tab (for example) to be activated by defaut. How to do that ? Thank You
Hey, could we get the exit/minimize/maximize buttons? Thanks
Did you find them? I'm looking for them too
Thank you for this awesome video. I was able to recreate without a problem however I ran into something I'm hoping you can help me with. On an "childform" I'm making a calculator that should be able to receive KeyPress events (NumPad 1 puts a 1 in the calculator textbox). The KeyPress is triggered on Form1 but setting the focus to the form with the calculator to do a PerformClick is only possible after a click on one of the controls in the calculator form with the mouse. So start the app, choose calculator form from menu, press NumPad 1, add 1 to calculator textbox is what I'm trying to achieve. KeyPreview is set to true and Form1 does catch and triggers the KeyPress event (calls the Sub of the calculator form). I want to use KeyPress instead of KeyDown so I can hand over the KeyChar which is not available in the KeyDown event (KeyCode is used in KeyDown for which I would need to go through a lot of other things to get the keyboard language etc.)
Too much infos :) Let me try this on my project
GREAT VIDEO! Just what I was looking for and it helped a great deal. However, please choose a better voice for future videos.
How did you change Visual Studio custom theme @@?
Hey,my form doesn't execute this fast and flawless! when the menu slides back some traces of its colors are left, anyone knows how to fix that?
Record your screen while using the menu. Then play back at twice the speed.
Your video is very informative but Can I do this in Visual Studio 2010?
When I start the program some properties are not applied. How can I fix that?
Just found the solution:
I changed the settings on my language and not on "default" settings under "language" in the form options.
Hey wondering how can i disable the border of the form completely?!
You can remove the border completely (
FormBorderStyle = FormBorderStyle.None),
or you can place fixed simple (
FormBorderStyle = FormBorderStyle.FixedSingle
Text = string.Empty
ControlBox = false
)
However you have to create the function of resizing the form, since it loses when you remove the border.
@@RJCodeAdvance How can I make it draggable then ?
Is there a easy way how to create new forms (FormDashboard, FormSetting…), duplicate it including design? Or do I have to create it from beginning? Thanks
Where did you get the close\minimize\maximize button pictures from?
am useing visual studio 22 and when i add font awesom it didnt apear to me ?
What is the size of your logo?
excellent video
even i hate the robot voice
Sorry, I still can't speak English.
@@RJCodeAdvanceEN I understand
Dear #RJ Code Advance EN. your video is very useful for us. I like your video very much. please upload a full VS.Net tutorial with advance designing. Its very helpful for us. Thanks
Legend
My lblFormTitle.Text = childForm.Text takes the name of the "formCustomers" instead of "customers"
how do i fix that please?
How can I get Icon options?
me also stuck
after one year and i am still stuck 🗿@@adityachimte5728
how to send ID information to a textbox in a child form? Thank You
Sir when code drag form from panel then remove application name form taskbar how to fix it ?
it doesn't work the sub OpenChildForm :(
why my form border style is white? how to make it black like yours. BTW I like your videos
How Do I hide the menu from the left???
when I add IconButton to my form and run it, the form scaling is change and it appears much smaller than it's original size, could you help me with this problem?
No downloadable project. Its hard to replicate.
Error BC30451 'senderBtn' is not declared. It may be inaccessible due to its protection level.
any advice?
i really need to know how i can change a button's colour with a button click
how to remove the dotted lines when i add a panel to my windows form
what about WPF?
Can I create or put mdiParent there inside FormCustomers? I Hope someone answers. thanks
my project is giving more than 20 errors and I think it has something to do with "currentBtn" or its declaration as IconButton.
Can anyone help?
This is awesome, but I can't change the backcolor to RGB. huhu
I had the same problem "33,53, 64 is not a valid value for Int32.", the solution is using semi colon ( ; ) instead of comma ( , )
Hello! I'm having a problem with the 18 line in the coding section, which says that "'' is ambiguous because multiple kinds of members with this name exist in ''" Do you know how to fix this problem?
What’s version of vb u using?
Hi, in this project I think I used version 15, of Visual Studio 2017
Hello sir im using vb2010 can u help? Thank you.
Plss make tutorial for make chart line from oracle database data
System.EntryPointNotFoundException: 'Unable to find an entry point named 'SendMassage' in DLL 'user32.DLL'.'
How I can settle this issue?
Make sure the name of the method is written the same.
[DllImport("user32.DLL", EntryPoint = "SendMessage")]
private extern static void SendMessage(System.IntPtr hWnd, int wMsg, int wParam, int lParam);
I added font awesome to my project from the nuget packages but I can't see the controls in my project.
Pls help.
if your font awesome does not show up in the toolbox uninstall it and install it a few times till it shows up.. i know its a primitive solution but it worked for me = )
@@cj-nu6ht It later worked. I had to add the tool from the add toolbox dialog. I was the one who didn't follow the tutorial well initially.
@@JonathanIsmaila ı cant find the tools in the toolbox dialog how can you do this ?
@@mustafayurtalan1807 what version of visual studio do you use?
@@JonathanIsmaila I'm using the 2019 version and I'm working on a windows form aplication project.
Does anyone have the complete project files n source code
Bro can you please make a tutorial on how to create a setup of windows application with database integration which can be easily deploy on client pc by installing application throuh setup file.
I will be very thankfull yo you. 💙
Good Day Sir!,
Im having a trouble with this code I spend days on how to figure it out but I really couldn't. It says
Unable to cast object of type 'Gab_s_Clothing.Form1' to type 'FontAwesome.Sharp.IconButton'
How do I fix it? Thank You
Hi, send the code where the error appears.
@@RJCodeAdvanceEN Sorry for the late response, the error appears inside the activeBTN Private sub
@@RJCodeAdvanceEN here's the line of code that seems to have an error.
currentBTN = CType(senderBTN, IconButton).
In your code, it is line 24.
@@RJCodeAdvanceEN I already solved the error! by the way, thank you for noticing this comment. I love your videos! please keep on making great tutorials and amazing videos
ola, este método ahorra mucho tiempo y facilita el trabajo de hacer diseños, lo incorpore en mi proyecto y al crear el ejecutable me envió un error, este es: "La signatura del nombre seguro no es válida para este ensamblado FontAwesome.Sharp.dll." sabes como solucionarlo?
21:41
12:30
Beginner: the InitializeComponent dosent work
for me
im trynna learn.
Popcom 🎉❤🎉 silençe you 😊❤😊😊😊🎉😂😂😂
CLONE origin, ubisoft play, steam,etc.
Hello, how can i make responsive the form in the panelDesktop? @RJCodeAdvanceEN
Bonjour cher ami,
merci beaucoup de vos efforts, en fait j'ai soucis a propos des instructions coller dans votre programme concernant DLL32. une un click sur PanelTitleBar je reçois un message d'erreur : (System.EntryPointNotFoundException : 'Impossible de trouver le point d'entrée 'releasecapture' dans la DLL 'user32.dll'.'). merci beaucoup encore une fois, de m'orienter pour le corriger
why i get error when i publish my app and try to install it i get the program cant install and i see this error :
font awesome.sharp.dll
and this message "BC41997 Visual BasicReferenced assembly does not have a strong name."
pls i build this app for a 7 day and i cant use it
could u solve that problem?
Love your theme of your visual studio. How did you get that?
I believe there is a dark mode.
Excelente tutorial. Gracias!
I added font awesome to my project from the nuget packages but I can't see the controls in my project.
Pls help.
if your font awesome does not show up in the toolbox uninstall it and install it a few times till it shows up.. i know its a primitive solution but it worked for me = )