I have a zip file which contain a lot of files and folders, and in its folder maybe also contain some other files and sub folders. Most of the zip lib can only visit the first layer files, but it's difficult to visit the sub folder's file. Could anyone give me some advice! :laugh: Thanks in advance.
Peter Chan 0
Posts
-
Looking for a suitable zip lib which can access subdirectory -
How to hide or package resource folder?:laugh:I developed an application with VC6. I used a lot of resouce in my application, such as images, xml configuration files, lang strings files, and so on. To protect my resoure from being seen or modified by user directly, I need a way to hide or package these resource. Does anybody have some good idea about this? Thanks in advance. Peter
-
How to change F1's default help file's name?I have a mfc application,based on CDialog,developed with vc6.0. Now I have make its *.chm help file. But when I press F1, it will always shows "Cannot find the ... *.HLP file". How can I change F1's default help file's name? Thanks in advance! Peter
-
Does anybody know how to change menu's background color?Thanks!:-D
-
Does anybody know how to change menu's background color?My form is derived from CDialog, and I have add a menu in it. Now I want to want the menu's background color. Does anybody know how? Thanks in advance! Best Regards, Peter
-
How to change a Dialog Form's scrollbar's color?How to change a Dialog Form's scrollbar's color?
-
What kind of app could run under Vista?Thank you very much for your kindness. Just same as what I have thought.
-
What kind of app could run under Vista?Could you give me a more detail description? How to write a app?
-
What kind of app could run under Vista?:laugh:Thanks a lot.
-
What kind of app could run under Vista?If I convert an app from vc6.0(mfc) to vs2005, could it run under vista?
-
What kind of app could run under Vista?What kind of app could run under Vista? How to develop app that could run under Win2000/WinXP/Vista? What's the best developing tool.
-
How to change resource dll in CDialog application?I know how to load res-only-dll in MDI app. But in CDialog app, it seems a little different. I can't change the dll on the fly.
-
How to write Arabic directly in VC6.0 ?I want my application support Arabic which is unicode encoded. But I can't write arabic directly in vc6.0. Maybe I can use its unicode, but it's very inconvenient. Is there any good suggestions?
-
How to change resource dll in CDialog application?I created a CDialog application. To support multilingual version. I created some different language dlls which only contain the resource. But I don't know how to change the dll when the application is running.
-
Is anybody know any free unicode xml lib/classes?Is anybody know any free unicode xml lib/classes I can use?
-
How to set unicode build in VS.net 2005?How to set unicode build in VS.net 2005?
-
how to display unicode without unicode built?Yeah, I have tried that. But what it displayed only "????????????" So I think the only way is building it in unicode
-
how to display unicode without unicode built?Thanks.
-
how to display unicode without unicode built?I want to display a unicode string in my CStatic(label) control. But I don't want to bulit my application unicode(add _UNICODE/UNICODE in preprocessor). Is there any solution?
-
Why can't input Arabic?Now it really works. I can input Arabic in CEdit. But it seems that VC6.0 doesn't support unicode input while coding. I can't input Arabic directly in the code. Visual Studio.net will support unicode well.