Posts by savi2 • 41 points
4 posts
-
1
votes0
answers15
viewsQ: Schedules on a large scale
I have a service that will be used on a large scale, and one of its specifications is to perform a database change after 10 minutes of the HTTP request coming to the server. I could use a…
-
-2
votes1
answer96
viewsQ: How to disable a window?
I am looking for some code that disables a window, and after the user enters a login and password in my form the window comes back to operate. Being more specific and with a little detail, I’ve seen…
-
2
votes1
answer400
viewsQ: How to block the computer via code?
I’m trying to find a way to block the user’s computer and, only one form can be active (login form), after the user correctly type the login and password the computer would be unlocked. You can do…
-
1
votes2
answers286
viewsA: Convert an Ipaddress to string
Try to assign label text as follows: string n = Convert.ToString(gatway.Address); label8.Text = n;