At program startup update the feed default selected in the source list.
And open default dialup connection if need.
#include "wininet.h"
{
InternetAutodial(INTERNET_AUTODIAL_FORCE_ONLINE, 0);
}
At program startup update the feed default selected in the source list.
And open default dialup connection if need.
#include "wininet.h"
{
InternetAutodial(INTERNET_AUTODIAL_FORCE_ONLINE, 0);
}