Posts by Anderson Fellipe • 43 points
2 posts
-
1
votes2
answers734
viewsQ: How to hide and re-view taskbar in C#?
I want my application to have a button that hides and re-exports the Windows taskbar in C#, to block user access to it. Any suggestions?
-
2
votes1
answer429
viewsQ: How do compiler recognize . as decimal separator?
I made a simple code in C# that receives a real number but only recognizes "," as a decimal separator. When I make you receive numbers that use "." as separator it ignores the point. For example, if…