Hi, What is the best method for deleting all files and folders from a floppy (programatically) Sameer
Sameer Maggon
Posts
-
Deleting files from floppy -
Replacing Resource TableHi, I know we can modify a resource using updateresource function... but its like i have a string in CString and i want to copy that to a resource table entry... Does anyone know how to do that Sameer
-
STATIC TEXT VC++ MFC ApplHi, Do we have a method by which we can declare an array of 16 bytes whose offset remains the same whenever the program is compiled.. The program is an MFC (EXE).. Sameer
-
TCP/IP on TAPIHi, No i want to implement TCP/IP like RAS but they are both Win98 Sameer
-
TCP/IP on TAPIHi, Guys, I want to implement TCP/IP stack over TAPI connection - can neone guide Sameer
-
Network Application Winsock (Modem)Hi, I want to develop an application (under Win98) which receives a call if someone connects and then send some files from a directory to the one who has connected. Please help Sameer
-
using winsock after TAPI establishHi, Can you suggest some site or example. Actually i have a TCP/IP application, but my two computers just have a modem (USB), so i want that one dials into other and then the application starts.. Please suggest Thanx Sameer
-
using winsock after TAPI establishHi, I have made a connection using TAPI, now can i use Winsock functions and send and receive data using that Sameer
-
Data Transfer - Help!!!Hi How can i transfer some binary data from one machine to another. The two machines have a Modem (USB) and i want to develop under VC++. Please help Sameer
-
TAPIHi, I want to develop a small application that receives calls and then according to some data received, does some processing and sends some data to the client. Please provide some links Sameer
-
SafeArrayHi, I want to return Binary data i've read from a file. I know it can be done by safe array.. can nebody give me some hint on how to do that Regards Sameer
-
Embed - Assembly VC++Thanx but actually i'll tell you the whole story... I have a pogram that takes offset as an input and write 16 bytes of data (character) to the .exe file (like we do in HexDump or neother thing). So now i want that whenever i compile my .exe the 16 bytes are free at the same offset, so that i can write my own data there. like if i define char array[16]; So i have to write on this 16 byte Manually what i am doing is, i am assigning some value to this 16 byte initially and when the program is compiled, i open up my HEX editor and search for this string and write what i want to write. So, did you understand what i mean, and is this possible Thanx again Sameer
-
Embed - Assembly VC++Hi, I have a small problem, a question - don't know whether possible or not. I have an application (MFC) in VC++, i want to change the execution of that application. I want that whenever my Windows machine runs that appl, on start of the application, I place a Long jump to a position from where my actual code is executed. (I want a 16 byte empty space) at the begining of the file (but some fixed sized code can occur before that 16 byte) Can nebody help Sameer
-
BMP - GIFJoaquín M López Muñoz wrote: If you can switch to PNG then the library will serve your needs. Actually, I have a 24 bit BMP and I want a format, which converts it to a Browser Compatible format and its size is the smallest. Wha about the size of PNGs Sameer
-
BMP - GIFHi, I have a 24bit BMP and want to programatically convert it to GIF file. How do i do that Sameer
-
Application Starting - RestartingNish - Native CPian wrote: B waits on the handle and keeps waiting till A exits Thanx for the help, but how can B wait till A exits, I mean how to do that?? Sameer
-
Application Starting - RestartingHi, I have developed an application that runs on the client machine throughout the System lifetime. Now its like, i want to sometimes update this application with newer versions. Please, i want some suggestions on how to perform this kind of activity. Do I need to run, one more program or what? Please help Sameer
-
ASP Image display in VariableHi, In ASP, can we display aan image on the page which is present in a VARIANT variable. Sameer
-
File handlingJoaquín M López Muñoz wrote: I guess you're not linking the C run-time library How do i Link with C run-time Library
-
File handlingHi, How can i use file handling in ATL ActiveX I tried _open and other functions but it says unresolved symbol to _main Please help Sameer