Sometimes I dont have tasks assigned to me and I just stay sit down in my chair reading articles about programming or learning something new, because by the way Im behind a big proxy so I cant browse through the Web so free, but sometimes I feel so bored :zzz: in this situation. What do you do while you have nothing to do in your job? :confused:
C
Caos000
@Caos000
Posts
-
What do you do while you have nothing to do in your job? -
How to force full form to display?Try to use a function like Form->Refresh() Form->Update() Form->Repaint() or something similar.
-
Back after a long timeCongratulation!!! & welcome back!!!!! :-D
-
Get users names listHi, Can someone help me? Im just trying to get a list of all windows users names in a local computer. GetUserName gives us just the current user: BOOL GetUserName( LPTSTR lpBuffer, LPDWORD lpnSize ); but I dont know :doh: how can I get all the other users in the same machine. Thanks.