Newbie Win32Lib questions
- Posted by "Bruce M. Axtens" <bruce_axtens at SIL.ORG> Jun 16, 1999
- 421 views
Dear All, Re: Win32Lib Ok, how do I do it. I want to create a simple window and then write text to it. No font niceties required, just a simple log of the progress of the program (which in case you wanted to know is pinging a series of addresses and displaying the address and the average ping time in milliseconds). Basically I'm after the Windows equivalent of printing to stdout but I want it in a window, not the console. Also re: Win32Lib How do I do a RasHangUp? How do I do a RasDial? How do I do a RasEnumConnections and how do I make sense of parameters like LPRASDIALEXTENSIONS, LPTSTR, LPRASDIALPARAMS, DWORD, LPVOID, LPHRASCONN etc. Thanks for your help. Bruce.