can u send me a sample project?
K
kamalilam
@kamalilam
Posts
-
hi... -
hi...how to read an Excel files(.xls) with cell values using vc++...??
-
need delete a file in vc++hi, i want to know that,how to delete a particuler file using a path in vc++ i knew that DeleteFile() ,resolve it...but i have a piece of code ..will show below..can u give me the solution .. i stored the path in Dir, Dir = "d:\testapp\abc.exe" now delete a file: deletefile(Dir);//if i take path like this then this function will delete it. //("d:\\testapp\\abc.exe") now i want to delete this file using single slash("\") inside path.. anybody know???
-
Accessing Dialog member Variable problemHi Friends, How can I Access CDialog Class Member Variables in CDocument Class For Some Process...i Tried a lot..but it give error..plz gve me a solution .. :)
-
Encrypt / decrypt a text file using vc++how to encrypt / decrypt a text file(*.txt) using vc++