Search found 9 matches
Search found 9 matches
Page 1 of 1
- by patsquare
- Sat Jan 14, 2012 10:45 pm
- Forum: Coding Help & Support
- Topic: Problem with Vb dividing
- Replies: 9
- Views: 2981
Thank you i used ulong and it worked great 

- by patsquare
- Sat Jan 14, 2012 10:26 pm
- Forum: Coding Help & Support
- Topic: Problem with Vb dividing
- Replies: 9
- Views: 2981
That's because I've got realy large numbers not decimals like 1,000,000,000,000,000,000,000 for eg 1yettabyte = 1,208,925,819,614,629,174,706,176 bytes or 2^80 bytes i need to get the standard form i think 2^80 = 1.20892582 × 10^24 anyway to do this on vb?
- by patsquare
- Sat Jan 14, 2012 10:10 pm
- Forum: Coding Help & Support
- Topic: Problem with Vb dividing
- Replies: 9
- Views: 2981
used it like this : ElseIf ComboBox1.Text = "Yottabytes" Then
Label9.Text = Label10.Text * 8
Label10.Text = Math.Round(Label11.Text * 1024, 4)
Label11.Text = Math.Round(Label12.Text * 1024, 4)
Label12.Text = Math.Round(Label13.Text * 1024, 4)
Label13.Text = Math.Round(Label14.Text * 1024, 4 ...
Label9.Text = Label10.Text * 8
Label10.Text = Math.Round(Label11.Text * 1024, 4)
Label11.Text = Math.Round(Label12.Text * 1024, 4)
Label12.Text = Math.Round(Label13.Text * 1024, 4)
Label13.Text = Math.Round(Label14.Text * 1024, 4 ...
- by patsquare
- Sat Jan 14, 2012 10:02 pm
- Forum: Coding Help & Support
- Topic: Problem with Vb dividing
- Replies: 9
- Views: 2981
doesn't work gives an ans of 0
- by patsquare
- Sat Jan 14, 2012 9:03 pm
- Forum: Coding Help & Support
- Topic: Problem with Vb dividing
- Replies: 9
- Views: 2981
Hi im making a convertor and i need help with dividing when i do ex."label1.text/1024" the answer comes up something like 1.79696973 E+25 how can i get rid of that e+25 and making it display as a normal number? and round it to 10 decimal places.
http://img202.imageshack.us/img202/9671/capture1kv ...
http://img202.imageshack.us/img202/9671/capture1kv ...
- by patsquare
- Wed Jun 15, 2011 9:01 pm
- Forum: Full Software
- Topic: Shutdown Timer with progress bars
- Replies: 3
- Views: 1603
thx they moved it 

- by patsquare
- Wed Jun 15, 2011 1:08 pm
- Forum: Full Software
- Topic: Shutdown Timer with progress bars
- Replies: 3
- Views: 1603
Ok so when i made the previose progress bar program this came to my mind and i made a simple shutdown timer with it.
You simply select at what millisecond/second/minute/hour the shutdown will start
When the bar reaches that number a window appears to warn you about shutdown and will give you one ...
You simply select at what millisecond/second/minute/hour the shutdown will start
When the bar reaches that number a window appears to warn you about shutdown and will give you one ...
- by patsquare
- Tue Jun 14, 2011 6:44 pm
- Forum: Tutorials
- Topic: Login Form + Progress Bar
- Replies: 3
- Views: 1881
This was just a little experiment i tried to do with progress bars and message boxes you can make it do anything after the user presses yes/no
- by patsquare
- Tue Jun 14, 2011 2:57 pm
- Forum: Tutorials
- Topic: Login Form + Progress Bar
- Replies: 3
- Views: 1881
Last time I was looking at a topic on making a web browser and i saw a code on progress bar and i wanted to try and make a small program to work some progress bars.
Ok so this is my first post and first program i tried to make.
First the user needs to pass the login form
Then his program ...
Ok so this is my first post and first program i tried to make.
First the user needs to pass the login form
Then his program ...
Search found 9 matches
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023