Posts by Mauricio Ferraz • 2,074 points
56 posts
-
2
votes1
answer242
viewsQ: How to transfer items between Listbox with Double Click
I would like to know how I can transfer items between two Listbox, I want that when the user of two clicks on an item the same is already transferred from one listbox to the other. I did not find…
-
5
votes3
answers1828
viewsQ: Format Strings to RG
How can I format this String: 12345678x for this: 12,345,678-X ? I tried to use the String.Format but I couldn’t. Solved: public string RgFormat(object rg) { string strRg = rg.ToString(); return…
-
1
votes1
answer101
viewsA: Ismouseover does not work
I know this question is old but follow an example: It seems complicated but it is not, right-click on the button is select the menu Edit style > Edit a copy, it will generate this original code…
-
2
votes1
answer529
viewsQ: How to concatenate properties of a single List<> with LINQ?
I need to concatenate two properties of each item on my list, in the example below it works but I would like to know how I can do the same thing using LINQ instead of foreach? public partial class…
-
1
votes4
answers6317
viewsA: Empty field and zero value check
You can use Tryparse to check if what you have in the textbox can be converted to Int Example: //Cria uma variável int int number; //Pega o retorno, se vier, se vier true e por que pode ser…
-
1
votes1
answer601
viewsQ: Mysql - How to Enable Federated?
How can I enable Federated in mysql on windows and how to use?
mysqlasked Mauricio Ferraz 2,074