Posts by Bryan Matheus • 3 points
2 posts
-
0
votes2
answers108
viewsA: Line breaking problems and correctly display real value conversion on C#
// Meu Código using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TerceiroCd { class Program { static void Main(string[]…
-
-1
votes2
answers211
viewsQ: Capture mouse event
Hey there, fellas! I’m developing a side menu that contains C# submenus, but I can’t find an effective method to display the submenus that are inside a panel. I tried with Mousemove event, however I…