Posts by Oto Emerson • 25 points
4 posts
-
0
votes1
answer42
viewsQ: How to generate summary comments of methods, properties and etc in C#
Here’s the thing, guys. I know that to create a summary in a given Method just put "//" in Visual Studio that Intellisense, automatically puts the following: Example: /// <summary> /// ///…
c#asked Oto Emerson 25 -
1
votes1
answer55
viewsQ: Datagridview - Problem changing column names
I have a table with the following fields in the order they were created: idProdReceita, idReceita, Quantidade, Imagem, Descricao, Fornecedor, Medida, Unidade, Valor When I load the Datagridview in…
c#asked Oto Emerson 25 -
0
votes1
answer96
viewsQ: How to Cloud Forms in C#
I would like to know how I can cloud a (main) form, after calling another form or Messagebox.show(), to force the user to pay attention only to the active form or message. I have the following code…
c#asked Oto Emerson 25 -
0
votes3
answers93
viewsQ: How to find certain words inside a string in C#
For example: string query = "INSERT INTO Recibos (idRecibo, DataRecibo, NomeCliente, Valor, CPFCliente, EnderecoCliente, NumeroCliente, BairroCliente, Importancia, Referente, Cidade, UF, Emitente,…
c#asked Oto Emerson 25