First program question[code]int main(array<System::String ^> ^args) { SYSTEMTIME Time; GetLocalTime(&Time); if (T...
File time not working ?!?![code]BOOL File() { SYSTEMTIME Time; GetLocalTime(&Time); SYSTEMTIME FileTime; FILETIME C...
Is this ok?I wanted to create a function that simply opens a url. previously i tried shellexecute() which wo...
How to check a urlhow could i get the program to check if a url is open or not? i already got it to load one with s...
Opening Internet URLSHow would i go about opening a url using the users main browser?