User profile: snaxpax

User info
User name:snaxpax
History
Joined:
Number of posts:34
Latest posts:

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 url
how 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 URLS
How would i go about opening a url using the users main browser?