Posts by carlos coelho • 43 points
3 posts
-
2
votes1
answer37
viewsQ: C# helps error with sqlite
Where is the error ? does not update at all SQLiteConnection conn = new SQLiteConnection(conexao); if (conn.State == ConnectionState.Closed) conn.Open(); SQLiteCommand cmd = new…
-
0
votes1
answer146
viewsQ: how to count records of an ini file in C#?
Como contar Registros de um Aqruivo.ini e usa-las em loop for (int i = 0; i < 15; i++) { Exemplo: no [bot] tenho 5 elementos cadastrados ! ao invez de ser 15 adicionado manualmente ao for eu…
-
1
votes2
answers78
viewsQ: C# error in dymamico click event
By clicking on the dynamico button of the event click Tiles , it opens several sites loaded from the file Settings.ini ... in case it should open one by one relative to the name and link but open…