Verfiying the network connection using Qt 4.4
Posted
by user249490
on Stack Overflow
See other posts from Stack Overflow
or by user249490
Published on 2010-03-19T06:00:45Z
Indexed on
2010/03/19
8:41 UTC
Read the original article
Hit count: 140
qt
|networking
Hi, I have an application which runs a tool that requires network connection. Now my aim is to check whether the user has a network connection, if he don't have one, i can straight away display an error without proceeding further. If he has, he can continue working with my application. So my basic need is to check whether the user has a network connection or not. How i can achieve through Qt 4.4? I am using Windows XP.
© Stack Overflow or respective owner