0
I have been trying to use bunifu Transition in windows form c++, but without secession because of the error. In c# it would be "bunifutransition.showsync(dashboard);" but in c++ neither a c# to c++ converter solves.
C#
Private: System::Void bunifuImenu_Click(System::Object^ sender, System::EventArgs^ e){
bunifutransition.HideSync(panel3);
bunifutransition.ShowSync(panel4);
}
C++ ERROR
Private: System::Void bunifuImenu_Click(System::Object^ sender, System::EventArgs^ e){
bunifutransition->HideSync(panel3);
bunifutransition->ShowSync(panel4);
}
Put the code referring to the question as text and not as image. Then enjoy and format it with the button
{}
editor in question or via shortcutCtrl + k
.– Isac
it has how to give me an example because it was not very clear
– Nathan Miguel
Friend, just copy the code you have in visual studio and paste it here. Then just apply the formatting in the question editor.
– Isac
@Isac ta ai example, sorry the misunderstanding I thought I was talking about the code
– Nathan Miguel