I can't believe a ComboBox has so much code involved, yeah I'm new in this world but that was really unexpected
@DiegoSynth Жыл бұрын
I'm not new and I still cannot believe it. Incredible that it's almost 2024 and we have to deal with these things... Thank you Microsoft; great coding...
@amadoudaoudambodj7573 жыл бұрын
Datagrid design please
@prhman14982 жыл бұрын
ayuuu rj , Thanks a lot maaan you have saved my day ❤
@bob13ganza Жыл бұрын
Hello, great work of yours, but I would like to know why I can't use the SelectedValue property
@reneheiser90222 жыл бұрын
how do I make the size of the combobox smaller then 200,30?
@Ezzadeenalazab3 жыл бұрын
السلام عليكم ورحمه الله وبركاته هل تستطيع أن تشرح لنا كيف تعمل برنامج مبيعات مثلا او اي برنامج ونستطيع عمل فروع جديدة بحيث تكون الفروع لها رقم سر واسم مستخدم مستقل وكذالك قاعدة البيانات
@omaritookof56063 жыл бұрын
يا اخي هذه القناة بالاسباني والإنجليزية لو لغتك الانجليزيه جيده يمكن يفهمك
@Ezzadeenalazab3 жыл бұрын
@@omaritookof5606 انا عارف انها إسبانية وانا اتكلم الاسبانية والا نجليزية والروسية ولكن انا افتخر بلغتي العربية مش مثلكم مش عاملين للغة العربية اي اعتبار لذلك اتمنى تكون تستخدم اللغة العربية عشان العالم يعرفبها ويعرف انها لغة أساسية ونزل القران الكريم بهذي اللغة عربي وافتخر
@omaritookof56063 жыл бұрын
انا غلطان عليك اعذرنا
@akocrodghie53942 жыл бұрын
How to set value in Combobox?? I tried > jrComboBox1.SelectedValue = 13; not working.
@saurabhtyagi42093 жыл бұрын
Incredible video...thanks
@sertunc-k5o4 ай бұрын
how can I implement rounded corner? thank you
@ChordCodeCJYG3 жыл бұрын
great Very Thanks. Super useful tutorial and code. I waiting for your custom listview tutorial! and... is it possible make to rounded combobox?
@RJCodeAdvanceEN3 жыл бұрын
Thank you very much for watching my videos, the ComboBox with rounded corners is planned for the next video.
@technocrazy9528 Жыл бұрын
@@RJCodeAdvanceEN Waiting for "ComboBox with rounded corners" video. It would be really helpful if you let us know how this is done. Tried referring to your custom TextBox/Button tutorial to achieve this, but unable to find success. Would greatly appreciate if you could help with this.
@atheeral-chalabi7980 Жыл бұрын
thank you so much for your videos, can we use these custom combobox with sql database?
@svenhuettmann3 жыл бұрын
Thank you for this tutorials!
@magcag4 ай бұрын
hello RJ! thanks for the video! i do exactly the same thing with you. but when i change bordersize, it is distorted. i have made many research but could not find any issue. appreciate if you reply :)
@aramdlshad89832 жыл бұрын
Hello Teacher... how can make Text Boxs Text Alignment to Center ???
@331ZSB7 ай бұрын
Hello, I want the text of my "label1" to be the same as text in drop box I need to write "label1.Text = ???.Text;" but what should I contact?
@ourtube51913 жыл бұрын
Very beautiful interface,better than delphi,java awt
@lucbrans74262 жыл бұрын
Everything works fine, except the borderline has no colors where the dropdownlist is drawn , please help !!!
@NattapongKeawking2 жыл бұрын
Hello RJ You have example ComboBox radius ?
@mertdogan2792 жыл бұрын
please see the message and help. How did you preview the colors like from rgb in the code I'm trying to make it like yours but I can't find it anywhere!!
@usculumcu3 жыл бұрын
Hello is a great video, thank you, I just have a question what if I want to add the missing Events like dropdown? 😅😅
@basheeraljubub2 жыл бұрын
how to C# combobox search anywhere within list, not just first letter using datatable or list filter?
@أيزىتيم2 жыл бұрын
when i convert it to vb not c# i have error here btnIcon.Paint = New PaintEventHandler(AddressOf Icon_Paint)
@fouzanmohammed68723 жыл бұрын
Nice! Can you add some border radius to them?
@semnal.m2581 Жыл бұрын
Great tutorial. But I have a issue: If I choose DropDownStyle - Simple, I can no longer change to another style. I have to delete the control from the Form and then bring another one.
@michagalli2082Ай бұрын
has somebody also issues with the border? it disappears on the bottom side
@lukeanthony2967 Жыл бұрын
I'm using Visual Studio 2022 window forms application. I'm a beginner and I don't know how to solve this error or update language. On the following line, there is an Error CS8370 Feature 'nullable reference types' is not available in C# 7.3. Please use language version 8.0 or greater. The same error is on every event handler I have like : /default event private void cmbList_SelectedIndexChanged(object? sender, EventArgs e) { if (onSelectedIndexChanged != null) { onSelectedIndexChanged.Invoke(sender, e); lblText.Text = cmbList.Text; //refresh text } } private void Surface_Click(object? sender, EventArgs e) { cmbList.Select(); if (cmbList.DropDownStyle == ComboBoxStyle.DropDownList) { cmbList.DroppedDown = true; //open drop down } }
@bh73043 жыл бұрын
السلام عليكم شكرا جزيلا على هذه الدروس الرائعة يا إستاذي C# combobox ( how to search anywhere within list, not just first letter autocomplete) في أداة combobox (كيف ابحث في أي مكان داخل القائمة؟ ، وليس مجرد الإكمال التلقائي حسب ترتيب الحروف بدا من الحرف الأول ثم الثاني وهكذا) يا ليت تزودنا بدرس عن حل هذه المشكلة
@RJCodeAdvanceEN3 жыл бұрын
Hi, you must set the DropdownStyle property to Dropdown, then set a data source for the autocomplete.
@bh73043 жыл бұрын
@@RJCodeAdvanceEN how to search anywhere within list, not just first letter autocomplete
@TheMrboy2011 Жыл бұрын
I am not able to add Items in Combobox. Object Collection Editor wiindow is pop up only. can anybody please help me
@hubertkenobi7 Жыл бұрын
Yeah me too. Did you find a way?
@zollen1234 Жыл бұрын
Why is there no possibility of rounding?
@liran5753 жыл бұрын
Great tutorial. but i have a question how can add underlined style like you did in your custom txtbox tutorial, i tried to implement what you did ther and it worked but when i tri to change the bordercolor it changes back to reguler
@rodrigoeliazarcacerespalom81593 жыл бұрын
That's great, thanks for your video¡
@varusse2 жыл бұрын
not working rn can U update?
@hubertkenobi7 Жыл бұрын
this!
@TheMrboy2011 Жыл бұрын
how to add items at design time. Its not working for me.
@hubertkenobi7 Жыл бұрын
Me neither
@nahumescoto83342 жыл бұрын
alguen me puede ayudar con el selectedvalue?
@jhimenazoe72343 жыл бұрын
Very good! Thank you! 😇☺️🤓😎
@TheMrboy2011 Жыл бұрын
can you please share the complete code.
@ahmedaldana1513 жыл бұрын
I need you in every action you make try to debug and show us the processing of each action that will be more helpful and better for us to understand the action..thanks for sharing that with us 👏
@JiteeCheewapun5 ай бұрын
how to add round?
@SaulBadman3 жыл бұрын
Cool video and amazaing effort :) And by the way, is there a way to make it with rounded corners?
@hermanreyes24003 жыл бұрын
Nice video. Do you have a custom picture box that has a checkbox?
@brenoleonetti18603 жыл бұрын
is it possible to make a combobox with rounded edges?
@RJCodeAdvanceEN3 жыл бұрын
Hi, thanks for watching the videos. Well if possible, it is done in a similar way as the text box with rounded corners was made. Review the previous video.
@brenoleonetti18603 жыл бұрын
@@RJCodeAdvanceEN cool, I'll rewatch that video then
@brenoleonetti18603 жыл бұрын
@@RJCodeAdvanceEN I tried to make it work, I could get rounded corners, but the border color is still a "rectangle" and doesn't become rounded, what should I do?
@zxj37272 жыл бұрын
Why my combobox is on the lower left
@thitsolution3 жыл бұрын
thank for your video
@yohanalek91853 жыл бұрын
Hi, how can I make the "DisplayMember" and "ValueMember" properties appear in custom comboBoxes?
@RJCodeAdvanceEN3 жыл бұрын
In the same way as it was done with the DropDownStyle, Datasource, SelectedItem, etc. properties. Simply create the ValueMember property with all the necessary attributes and exposes the ValueMember property of the internal ComboBox.
What happens if the BorderSize is installed in 4px and more?
@RJCodeAdvanceEN3 жыл бұрын
It is possible to set 4px or more, if you don't want that, you can add a condition in the SET accessor of the property
@stanislaw81793 жыл бұрын
Thanks!
@jedzernaofficial39423 жыл бұрын
Hi. My name is jed, im a student currently i really love your videos. But ive been working my project to my school. Im still struggling about the codes because i only know the very basic, and and i wanna ask how to make your combo box rounded like the other textbox and buttons? I hope you can help me😢I don’t have the budget right now buying your UI😢
@DeathGOD72 жыл бұрын
Nice ... amazing and useful and top of that he shares demo and codes. Also can you do scrollbar in textbox or any other UI that contains scrollbar?
@alcidesdavidquispecruz85223 жыл бұрын
Excelente... muchas gracias 👍👍👍
@sethvijay1 Жыл бұрын
Lists of the dropdown is going out of the combobox
@robertoi.mareno96093 жыл бұрын
Hola RJ, Estupendos videos y de gran ayuda. Tengo un problema con el comboBox: La lista del comboBox se carga por código desde un array, cuando se presenta el formulario. ** Me presenta correctamente la lista pero, el problema: ** SOLO puedo elegir un item desde la lista ** NO me permite escribir en el comboBox!!!!!!! Ya he probado todas las combinaciones posibles (DropDownStyle + AutocompleteMode + AutocompleteSource), pero NINGUNA funciona!! Te agradezco por tu ayuda.
@pittaya_supa3 жыл бұрын
thank you :D
@cristiamrivera92663 жыл бұрын
When will you upload one in spanish
@RJCodeAdvanceEN3 жыл бұрын
¡Gracias por ver mis videos! Y lo siento, no tengo mucho tiempo, apenas puedo subir 3 videos al mes aquí. Intentaré hacer algo con el canal en español. Saludos
@syedalihusnain92292 жыл бұрын
Please Make Masked Text Box also i really need this control .. Advance Appreciated
@mdraselhossain8022 жыл бұрын
dear bro, can you give me .net code
@dhanrajkumar85213 жыл бұрын
Thank you soo much
@omaritookof56063 жыл бұрын
Diganme que este es el mismo canal de rj code advance y porque esta asiendo classes en ingles 🌪️ cuando abrio este canal hooooolaaaaaaa
@RJCodeAdvanceEN3 жыл бұрын
Hola Omarito, si es así, es el mismo canal. Decidí reactivar este canal primero a petición de varios suscriptores para el idioma inglés.
@omaritookof56063 жыл бұрын
Tambien ai jente como yo que nuestro ingles es debil y nos important musho tus teorias que no se te olbide que existimo😁 y muchas grasias por seguir alludandono con tus esperensias para mi eres el mejor maestro
@chantelsopio58263 жыл бұрын
Man, why is the alignment of the drop-down list so bad?
@RJCodeAdvanceEN3 жыл бұрын
That depends on the thickness of the border, the location of the internal ComboBox is set according to the size of the border. If this is not done, the ComboBox displays and looks bad.