hi i know how to setup winsock to check www.example.com/version.txt for value = 1 or 2 or 3
but i wont to set up something in my client so instead of adding allot of select case statment or if
i wish my application to detect current version and if version is old and www.example.com/version.txt is new then
msgbox "new update available"
then say version 2 was downloaded i want the client to detect current version and check latest update at www.example.com/version.txt if new is detected then prompt again
but i wont to set up something in my client so instead of adding allot of select case statment or if
i wish my application to detect current version and if version is old and www.example.com/version.txt is new then
msgbox "new update available"
then say version 2 was downloaded i want the client to detect current version and check latest update at www.example.com/version.txt if new is detected then prompt again