Nobody
❔ Anyone know of a free, and acceptable way to display pdfs and docx files in winforms?
Hi! I am writing a school project and would like to dispaly one pdf and one docx file in my winforms application. The problem is the nuget packages i find that allows this are either paid/need a license for or they are not allowing that kind of usage.
7 replies
❔ Show values from a list in a datagridview getting source from bindingsource
Hello! I have the following problem: I am currently developing a winforms app with a datagridview that takes its information from a bindingsource. In this bindingsource i have multiple objects based on my materials class. Every material have two variables, one for its name and a list for other objects that each material should have. Every material have the same number of objects in this list and they all have the same name. I cant seem to figure out how to do this however.
13 replies