Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,036

HOME > .NET Framework > Forum > อยากทราบว่า จะเขียนcodeให้ Zip Folder เป็น.7zip บน vb2008 เขียนยังไงครับ ใครทราบช่วยบอกหน่อยครับ



 

อยากทราบว่า จะเขียนcodeให้ Zip Folder เป็น.7zip บน vb2008 เขียนยังไงครับ ใครทราบช่วยบอกหน่อยครับ

 



Topic : 062342

Guest




อยากทราบว่า จะเขียนcodeให้ Zip Folder เป็น.7zip บน vb2008 เขียนยังไงครับ ใครทราบช่วยบอกหน่อยครับ



Tag : .NET, Win (Windows App), VS 2008 (.NET 3.x)







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-06-27 09:29:05 By : emptyza View : 1101 Reply : 4
 

 

No. 1



โพสกระทู้ ( 249 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook

Code (C#)
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.IO;
using System.IO.Compression;
using System.Windows.Forms;

namespace Zipping
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void btnBrowse_Click(object sender, EventArgs e)
        {
            // Show the dialog where the user chooses the file to compress 
            if (openFile.ShowDialog() == DialogResult.OK)
            {
                txtPath.Text = openFile.FileName;
            }
        }

        private void btnCompress_Click(object sender, EventArgs e)
        {
// If the user has selected a path where to put the compressed file
if (saveFile.ShowDialog() == DialogResult.OK)
{
    // Bytes array in which we're going to store the actual file to be compressed
    byte[] bufferWrite;
    // Will open the file to be compressed
    FileStream fsSource;
    // Will write the new zip file
    FileStream fsDest;
    GZipStream gzCompressed;
    fsSource = new FileStream(txtPath.Text, FileMode.Open, FileAccess.Read, FileShare.Read);
    // Set the buffer size to the size of the file
    bufferWrite = new byte[fsSource.Length];
    // Read the data from the stream into the buffer
    fsSource.Read(bufferWrite, 0, bufferWrite.Length);
    // Open the FileStream to write to
    fsDest = new FileStream(saveFile.FileName, FileMode.OpenOrCreate, FileAccess.Write);

    // Will hold the compressed stream created from the destination stream
    gzCompressed = new GZipStream(fsDest, CompressionMode.Compress, true);

    // Write the compressed stream from the bytes array to a file
    gzCompressed.Write(bufferWrite, 0, bufferWrite.Length);

    // Close the streams
    fsSource.Close();
    gzCompressed.Close();
    fsDest.Close();
}
        }
    }
}







แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-27 15:48:44 By : tee
 


 

No. 2

Guest


ถ้าเขียนเป็นCode ของ VBเลย เขียนยังไงครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-27 16:04:27 By : emptyza
 

 

No. 3



โพสกระทู้ ( 249 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook

เข้า google แล้ว ค้นหาคำว่า convert c# to vb
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-28 09:32:38 By : tee
 


 

No. 4

Guest


ขอบคุณครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-06-28 14:01:10 By : emptyza
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : อยากทราบว่า จะเขียนcodeให้ Zip Folder เป็น.7zip บน vb2008 เขียนยังไงครับ ใครทราบช่วยบอกหน่อยครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 04
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่