Posts by Tinel Paulo Roberto • 1 point
2 posts
-
0
votes1
answer74
viewsQ: Catch Current User in MS-Windows
How to get the user logged in to windows by genexus without using c code#: Ex> User = Windowsidentity.Getcurrent();
genexusasked Tinel Paulo Roberto 1 -
-2
votes2
answers711
viewsQ: Installing a Winforms C# application on the client
I developed an application in Winforms C# in 03 layers with Access.MDB Database: Now the questions so that the Application can be installed in the client and function properly. The files I send to…