C
C#2y ago
Grin

✅ How do I make an exponent in winforms?

I'm trying to make a random math test simulator for finding the roots of a quadratic equation. I'm not sure how to make the text pretty upon a label though. How could I make the exponent appear over a digit correctly like in the image?
3 Replies
TheBoxyBear
TheBoxyBear2y ago
Unicode subscripts and superscripts
Unicode has subscripted and superscripted versions of a number of characters including a full set of Arabic numerals. These characters allow any polynomial, chemical and certain other equations to be represented in plain text without using any form of markup like HTML or TeX. The World Wide Web Consortium and the Unicode Consortium have made re...
Grin
Grin2y ago
lbl_Question.Text = "x" + "\u00B2"; I ended up finding this but I want to learn more about the second line there I think you're link is what I needed, thank you.
Accord
Accord2y ago
Closed!
Want results from more Discord servers?
Add your server
More Posts
❔ Own map with the possibility of embedding points.Hi, I'm looking for a library that in blazor will allow me to create my own map (with my own backgro❔ .NET 6.0 - Nullable Strings with Dapper Model ClassesHey everyone. I have a .NET 6.0 project that uses Dapper to communicate to a database and I have a c❔ Merging two projects togetherGotta merge two projects together but the issue is some of my partners code is running errors when i❔ ✅ Deserializing a JSON array that contains a derived type AND a base type with JSON.NET?I have three classes: ``` ScratchTarget ├─ ScratchScene └─ ScratchSprite ``` `ScratchTarget`❔ Question How can I get the name of the application the user is currently focused on?So I have a .NET 7.0 app, and I want to see if the app the user is focused on is firefox/chrome, and❔ Assigning variables in switch caseWhy am I getting this error? I want to assign the value of `totalBeat` depending on the sign of `meHow to generate a category tree```cs public class Category { public int Id { get; set; } public Thread Thread { get; set; ❔ New .NET Template fails GitHub action buildhttps://github.com/dzenis-zigo/Frizerski-Salon-ML I don’t think I made one change to the ASP.NET we✅ Cannot convert from string[] to 'char' [SOLVED]Hi, I'm getting this error that I am converting from string[] to char. The data type for the field Creating and using an incremental source generatorI wanna create an incremental source generator for my web API project, but I cannot for the life of