Click here to Skip to main content
15,891,689 members

Comments by Member 15746979 (Top 7 by date)

Member 15746979 26-Sep-23 23:04pm View    
yes, A laptop's default camera can display in color.
Member 15746979 15-Mar-23 5:23am View    
By selecting the index and then clicking on the button to remove
Member 15746979 22-Feb-23 23:13pm View    
this is my image:- "https://ibb.co/6YJKh7m". There is an object of yellow color in this image, I want to change its color
Member 15746979 22-Feb-23 23:12pm View    
this is my image:- "https://ibb.co/6YJKh7m". There is an object of yellow color in this image, I want to change its color
Member 15746979 7-Feb-23 2:07am View    
how make same process for WPF in C#.I am using a user control that has to open in the stack panel. this code for open usercontrol in stackpanel.
UserControl1 newFormControl = new UserControl1();
settingpanel.Children.Add(newFormControl);