another way is (and i'm using that) to read the motherboard loading program (that is a program ROM-BootStrap i guess) that executes what you saw when you restart your computer...
another way is (and i'm using that) to read the motherboard loading program (that is a program ROM-BootStrap i guess) that executes what you saw when you restart your computer...
hi !
i need to make a program that will download and process some webpages...
the processing part is fine, but the downloading one...
the code fails somewhere on HTTPSendRequest i guess......
i'm using the CArchive object in an application that is using internet, and is communicating through some CArchive objects (see the NDK2.0 class)...
the problem is that when i receive the CArchive,...
hi there !
i want to be able to read physical memory on win NT/2k/XP platforms...
right now, i can read that memory on these platforms, but when i try to read memory but ONLY on an administrator...
hello !
i want to make a scanner for files...but i need to check if a file exists on a server...
the only problem is that InternetOpenURL always returns ok, even if the file doesn't exists, so i...
how can i check where the toolbar is docked ?
i want to see where the toolbar is docked (top, bottom, right or left) when i am leaving the program for saving/restore purposes...
i loose myself in...
i want to check if a file exists on a server, but not to download it...
first i want to see if file exists and then to start to download it, if necessary...
the server may be a HTTP , a FTP or a...
thanx but i already solved the problem...
i had a splash screen as topmost and in back i have the window exactly the same size as the image
thanx again !
hi !
i have a problem with the CSingleDocTemplate class..
in the InitInstance() function, after ProcessShellCommand(...) i do some more processing, but i want to hide the window created after i...