Wolfie7873
Technical User
There's an interesting app that I can from our server, it tells you which of a list of people are currently logged on and in what lab. What I want to do is write a small utility that will create a separate window to display the results of the app. It doesn't need any menus, just a simple small window that can call the program that already exists on the server and display the results (refreshing ever so often) and return control to the main window. Any suggestions? I'm relatively skilled in C++, but I don't know how to create new windows or any of that in Unix - I know that in WIN32 it's pretty much a nightmare. Any suggestions?