I'm using Visual Studio 2022 When I try to open a .html file, it shows following pop-up for some time & then the application restarts, but it didn't open t
I am using TinyMce web component editor, i have put my API key as well. But still getting branding "POWERED BY TINY". Code as below:- <tinymce-editor brandin
I extract data automatically from printed tables into Excel, and generally the solution I use is pretty good. However, because the tables are very complex, it s
I would like to know how I can convert text data into individual boxes as shown in the picture each time user enters a word separated after a comma (I am curre
I am using Wpf 4.0. I have a situation where I need to generate dynamic control on a tab control where around 20 tab are generated on run time. These controls a
I am making a class similar code to this but I don't know how I will make it into a input function. How would I ask the user to input a radius of a circle? clas
I have two class that you can see below: public class Product { public int Id {get; set;} public string Name {get; set;} public decimal SuggestionPr
I'm learning processing and trying to create an SVG file containing a complex shape (path) which should be a union of a hexagon and a rectangle. But, unfortunat