Posts by Mathlb • 38 points
5 posts
-
0
votes2
answers251
viewsA: Connection to Servers on Amazon
Please try to improve your question because it is too vague, but at first. You download sdk for . net http://aws.amazon.com/pt/sdkfornet/ Login with your credential and then create a connection…
-
1
votes1
answer13532
viewsQ: C# Select and display in a combobox
I’m creating an application in C# windows Form and wanted to know how to select a table and display a list of clients in a combobox.
-
0
votes2
answers439
viewsA: How to allow read-only for a certain type of user?
If you are using Windows Forms, in Form you can declare a global variable called Tipousuario and then create a method to do the check and if the Form type is not the administrator change the Enable…
-
0
votes4
answers4412
viewsA: How to set the data of a Datagrid to a Textbox in C#
I was doing a service registration system and had to assign all values that were on the grid to textbox’s, so when I click on a grid, it fills all Textbox’s. I recommend using the Datagrid…
-
1
votes1
answer71
viewsA: How to make a global event
You could add a Timer in the form that will display the messages and in the Tick event ask to check in the bank if there is new message. You could have in the table a Columa to inform if the message…