Jump to content

Byte Adder

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
iluxon4ik

iluxon4ik

    Newbie

  • Members
  • PipPip
  • 18 posts
Hey guys!
Today i gonna show u a program called "Add Bytes".
It adds bytes to a file,in other words it makes it bigger.
This program was made in vb.net

Heres a screen shot:
[ATTACH]2461[/ATTACH]

And heres the download link: ShareCash.Org - Make Money Uploading Files! - Add Bytes.exe

Please download it and tell me what do you think!

I´ll make a tutorial soon!

Attached Files



#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I am not willing to fill out a form to look at a program I don't particularly care about so you can make 60 cents. If you actually want someone to review it, and it's small, then you can zip it and post it here. Otherwise, I might think you're a spammer.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Ray Tawil

Ray Tawil

    Programmer

  • Members
  • PipPipPipPip
  • 108 posts
yes iluxon4ik why don't u post here?

besides the code should be easy

each 1mb = 1048576 b
each 1 kb = 1024 b

3 cases

case 1
varval = varval + 1
case 2
varval = varval + 1024
case 3
varval = varval + 1048576

& you display all that in the textbox each time
Share your Knowledge, It's one way to achieve immortality.
Video Tutorial Channel

#4
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
Wow, that is so interesting. How many developers worked on it?
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics