Man you are the best and very helpful and the best resource for these kind of videos you are the best thanks from all my heart be safe man..
@foxlearn4 жыл бұрын
I appreciate that!
@PunisherQc Жыл бұрын
Nice but your recording speed doesn't show every frame so right at the beginning (1:05), we have no clue what you did after sorting your properties
@vahidj19342 жыл бұрын
hi i wanna customize save and open(for example i wanna open a file via code) can you give me a sample code or any help? ty
@soyteresa78704 жыл бұрын
i want to acces BarButtonItems other form from parents, having properties modifier=public
@BinPFTlesilac5 жыл бұрын
how can i delete a List of Opened MDI Child in Toolbar ( if i did click many times "Module1"). Thanks you!
@inswins5 жыл бұрын
The problem for every Ribbon Control videos in youtube is, people didn't show how to call different Child Form on ribbonPage2.
@foxlearn5 жыл бұрын
Form2 frm = new Form2(); frm.ShowDialog();
@medo_xo69412 жыл бұрын
How can i do it with wpf😢
@emmanuelantunes88117 жыл бұрын
how do you change the DX that is in the menu button?
@mauriAR8 жыл бұрын
I love this channel!
@foxlearn8 жыл бұрын
Thank you so much ^_^
@manjeetnandal15 жыл бұрын
Many useful!
@foxlearn5 жыл бұрын
Thank you !
@josecerda62785 жыл бұрын
I have seen your videos and they are awesome, I´d like you to tell me how can I change the page by code, for example, I have a button called REPORTS, but when I click it, I want it to show me other buttons in another page, but I want the page be focused automatically
@foxlearn5 жыл бұрын
OK. Thank you for your suggestion !
@josecerda62785 жыл бұрын
@@foxlearn I found the Way, thanks a lot!
@tsfam46183 жыл бұрын
@@josecerda6278 how?
@ahsanali38578 жыл бұрын
how to make invoice using dev express gridview
@foxlearn8 жыл бұрын
OK. Thank you for your suggestion. I'll make soon
@DuongTran-fq7gi5 жыл бұрын
really cool
@foxlearn5 жыл бұрын
Thank you !
@niggeljkd4 жыл бұрын
Hello I am trying to do what you do but instead of a ribbon I use an accordioncontrol I would like please give me a hand, I would like to disable the control items depending on the value that receives true or false. Manually execute it like this: Me.AccordionControlElement2 .Enabled = False but I want to optimize it with a loop that goes through all the items and activates or deactivates the items of the control according to the value it receives, like this: Private Sub x () Dim acItemNews As New AccordionControlElement For Each item In AccordionControlElementCollection acItemNews.Enabled = iif (myfield, true, false) Next End Sub, how would the code really be to make the tour of the elements in said control? I would appreciate your help, greetings
@foxlearn4 жыл бұрын
not clear your idea, can you describe more details. thank you !
@niggeljkd4 жыл бұрын
@@foxlearn Thank you, I would like to have a menu with groups and items inside, positioned vertically on the left, for this we use the accordion control, the desired thing is that when a user of the system logs in, the items are enabled or disabled according to the user's permission