Posts by sYsTeM • 1,136 points
52 posts
-
0
votes2
answers743
viewsQ: Microsoft Visual Studio 2013 - There were compilation errors. Do you want to continue and run the last successful compilation?
Guys, here’s the deal: I’m developing a program Windows Form for desktop in the C# using the Visual Studio 2013. However, sometimes when I click on iniciar/ start some project compilation errors…
-
2
votes1
answer257
viewsQ: C# How to Select and Color all text within a given line in Richtextbox?
In C# I have a Richtextbox, inside it has several lines, what I want to do is select all text within a certain line and color. What I’m doing is this: richTextBox1.Select(0,…