Results 1 to 29 of 29

Thread: I Have A New Idea For Yall

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    44

    Lightbulb

    I Have A Idea For Yall VB Mega Programmers... You Know How VBScript And VB Is Almost The Same...Well Why Dont You Build A Program That Zips And Unzips And then Try To Make One That You Can Zip And Unzip On The Web.I Think That Would Be Cool.
    I Think I Might Dont Know The Answer To That One...

  2. #2
    Member
    Join Date
    Jun 2000
    Location
    In front of Computer
    Posts
    37
    isnt a zipping program either API or DLL specific, in that you need them to run it? So what if the client PC doesnt have those needed files on it?

  3. #3
    Guest
    what planet are you from?

  4. #4

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    44

    I Found A OCX

    I Found A OCX That You Could Use To Make It Zip On The Web So You Wouldnt Need A DLL Or API To Run It.And I Am From The Planet Called SiliconAlley...
    I Think I Might Dont Know The Answer To That One...

  5. #5
    Guest
    You mean something like WinZip? That some say that takes millions of lines of code.

  6. #6
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367
    Zipping something is not that easy, first of all you must know huffman encoding, which is not that easy of alorithm to learn and use correctly. And megatron is right, something like winzip is alot of code, alot of error checking.

    [Edited by billrogers on 06-07-2000 at 04:13 PM]

  7. #7
    Guest
    A friend of mine told me that WinZip had almost as many lines of code as Windows itself. We know this is not true, but it does come close.

  8. #8
    Guest

    Thumbs up Too easy, well if ya get the control anyway

    Log onto http://www.vbaccelerator.com they have a project up and running which shows how to zip and unzip in vb, including source code. The actually zip/unzip is a freeware thing, and was l think used as the basis for Winzip. Which just goes to show the power of vb

  9. #9
    Guest
    Winzip was programmed using C++

  10. #10
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Don't try to race Winzip, they are million steps ahead. Also can't you think of any other formats than zip zip zip, what about rar and ace? Is there any good controls for those formats? They are much better than zip, although
    it's slower to compress.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  11. #11
    Fanatic Member r0ach's Avatar
    Join Date
    Dec 1999
    Location
    South Africa
    Posts
    722

    Been done before...

    I've been to a site (can't remember where or why) that you can select stuff, and then it zips it up, and you can download the created zipfile.

    r0ach™
    Don't forget to rate the post

  12. #12
    Hyperactive Member Paul Warren's Avatar
    Join Date
    Jun 2000
    Location
    UK
    Posts
    282

    Exclamation

    crazymarc - how long does it take for you to type a reply with all those capitalised words in it ? . VB has gone to your brain me thinks. ( and mine, I type your name as CrazyMarc originally )
    That's Mr Mullet to you, you mulletless wonder.

  13. #13
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    strconv ("MAYBE HE WRITES LIKE THIS or maybe like this, but when he use this thing he Can Make It Look Like This" ,vbProperCase)
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  14. #14

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    44

    Talking I Just Have A Habit...

    I Just Have A Habit Of Writing Like This Cuz This Is How I Usually Write When Im Typing Up VB Code.And If Anybody Wants The WinZip OCX Just Post A Reply And Then Ill Send It To Ya. - Marc
    I Think I Might Dont Know The Answer To That One...

  15. #15
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Does it have a % progress property Marc?
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  16. #16

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    44
    What Do You Mean Kedaman?
    I Think I Might Dont Know The Answer To That One...

  17. #17
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Does it have any progress property so that i can connect it to a progressbar showing how many percent is left to unzip/zip?
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  18. #18

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    44
    Yup It Does.It Has A Whole Bunch Of Neat Features.
    I Think I Might Dont Know The Answer To That One...

  19. #19
    Guest
    Is it a WinZip OCX? Or just a regular OCX. If it's made by Winzip then I'll have it.

  20. #20
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Then, send it to me, i might have use of it
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  21. #21
    Guest

    Thumbs up Does it have both zip and unzipp

    Could l also get a copy sent to [email protected] should still be at this site for a month or so.

  22. #22

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    44

    Arrow

    Yup Its Winzip And Its Has Zipping And Unzipping Features.Ill Send To Yall Who Wants It In A Minute.
    I Think I Might Dont Know The Answer To That One...

  23. #23
    Hyperactive Member gravyboy's Avatar
    Join Date
    Jan 2000
    Location
    Where I was before . . . if you don't know then you're new!
    Posts
    334

    Gotta Get Me Some!

    Gimme some sugar!

    Erm...<cough>...Please send me the aforementioned file.


    Cheers mucka!

    Matt G
    VS6 Ent SP5 @ Work
    VS6 Ent SP5 & VB.Net @ Home
    [email protected]



  24. #24
    Guest
    My address is [email protected]

  25. #25
    Lively Member
    Join Date
    Apr 2000
    Posts
    110

    I owuld also appreciate a copy :)

    U know the drill Plz send a copy of the control to me My address is [email protected].

    Cheers mate.

    REM

  26. #26

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    44
    Heres The URL For The Zip Componet.
    http://www.binarywork.net/bw6z393s.zip
    I Think I Might Dont Know The Answer To That One...

  27. #27
    Guest

    Thumbs up Thanks crazymarc just downloaded it

    Deep and abiding appreciation for the url. Will have a hack at it tonight.....expect numerous threads regarding it's use. Will check the licensing requirements before using in commercial products, though it would appear to be ideal for the next version of one of our products.

  28. #28
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    I'm downloading it right now, thanks. So now i have something to play with on my trip
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  29. #29
    Guest
    Yup, I'm getting it right now as well!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width