4 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for jaimin4829

I have created an application which compress & convert a file in .rar or .zip format.But it can't be open and give error that the file is damaged!!! string filetocompress = txtSourceFilePath.Text.Substring(txtSourceFilePath.Text.LastIndexOf("\\")+1); MessageBox.Show(filetocompress); FileStream sourcefile = File.Create(txtSourceFilePath.Text); FileStream destination = File.Create(txtTargetFilePath.Text + filetocompress + ".gz"); byte[] buffer = new byte[sourcefile.Length]; …

Member Avatar for shadyreal
0
1K
Member Avatar for kumar_g

Hello Friends I am VB.NET Programmer and currently working on a project where i have to copy the rar/zip file from any folder. While pasting it, it should extract the rar/zip contents automatically. I am done with my extracting part but Here are some problems i am facing Problem 1 …

Member Avatar for tinstaafl
0
284
Member Avatar for jasonmark238

Hi friends, What is RAR file in j2ee. Please give me directions to creatre RAR files. Please help me. Thnaks & Regards Jasonmark

Member Avatar for rubberman
-1
125
Member Avatar for choudhuryshouvi

Hello fellows, I have some files which consists a setup program worth 11.1 gb in size. I want to burn these files into multiple dvds. For example, 3 dvds having size of 4.7gb OR 2 dvds one can be 8.5gb in size and another one can be 4.7gb in size. …

Member Avatar for tinstaafl
0
2K

The End.