| err, help with my thingy? pl0x | |
|
|
Author | Message |
---|
Ryan Newbie
Posts : 11 Reputation : 17 Join date : 2010-06-04
| Subject: err, help with my thingy? pl0x Wed Jun 16, 2010 12:22 pm | |
| hey im getting a error with my web browser i made with Visual Basic 2010, it has a tab system with working title on the tabs but my progress bar is a bit, 'pooped' lol heres a pic, any idea how i fix this i dont know where to change deh value to 0 or shumit ;D EDIT:urr sorry if this is in wrong section, please move it if it is ;D couldnt find the off-topic help section | |
|
| |
Tsukasa Advanced Member
Posts : 639 Reputation : 31 Join date : 2009-09-23 Age : 34
| Subject: Re: err, help with my thingy? pl0x Wed Jun 16, 2010 2:14 pm | |
| Explain a bit more on what you need it to do? | |
|
| |
Hellblade Chain Poster
Posts : 454 Reputation : 20 Join date : 2009-12-11 Age : 30 Location : New Zealand
| Subject: Re: err, help with my thingy? pl0x Wed Jun 16, 2010 9:51 pm | |
| Just go: - Code:
-
If e.CurrentProgress >= 0 Then ToolStripProgressBar1.Value = e.CurrentProgress Else ToolStripProgressBar1.Value = 0 End If
That should work... | |
|
| |
Ryan Newbie
Posts : 11 Reputation : 17 Join date : 2010-06-04
| Subject: Re: err, help with my thingy? pl0x Fri Jun 18, 2010 8:32 am | |
| thanks i will try it now , ive been unable to get on my pc for awhile but im back on now thanks hellblade ill +rep you now EDIT: still not working it says now value 150 is not valid .. and i points at ToolStripProgressBar1.Value = e.CurrentProgress | |
|
| |
Tsukasa Advanced Member
Posts : 639 Reputation : 31 Join date : 2009-09-23 Age : 34
| Subject: Re: err, help with my thingy? pl0x Fri Jun 18, 2010 10:13 am | |
| If you have teamviewer, I can help you out. | |
|
| |
Ryan Newbie
Posts : 11 Reputation : 17 Join date : 2010-06-04
| Subject: Re: err, help with my thingy? pl0x Fri Jun 18, 2010 11:28 am | |
| sorry, i dont have it and i dont trust it i dont want to get hacked, ive seen loads of people get hacked by it ;( but do you have any ideas how i can fix it though? thanks | |
|
| |
Jess Chain Poster
Posts : 352 Reputation : 20 Join date : 2010-04-05 Age : 113 Location : A very dark & Scary place...
| |
| |
Tsukasa Advanced Member
Posts : 639 Reputation : 31 Join date : 2009-09-23 Age : 34
| Subject: Re: err, help with my thingy? pl0x Fri Jun 18, 2010 1:31 pm | |
| Noone can offer good help, unless they see the full code. And of course understand what your trying to do with it And as long as you make it change passwords everytime you start it, and don't allow full access like a dummy. You should not get hacked xD | |
|
| |
Ryan Newbie
Posts : 11 Reputation : 17 Join date : 2010-06-04
| Subject: Re: err, help with my thingy? pl0x Fri Jun 18, 2010 1:34 pm | |
| ok i will download teamviewer x)
EDIT: i have a question can you see what the other person is doing while theyre on ur pc thing? :S | |
|
| |
Hellblade Chain Poster
Posts : 454 Reputation : 20 Join date : 2009-12-11 Age : 30 Location : New Zealand
| Subject: Re: err, help with my thingy? pl0x Fri Jun 18, 2010 4:58 pm | |
| Hmm, try this: - Code:
-
If e.CurrentProgress >= 0 Then If e.CurrentProgress <= e.MaximumProgress Then ToolStripProgressBar1.Value = e.CurrentProgress Else ToolStripProgressBar1.Value = e.MaximumProgress End If Else ToolStripProgressBar1.Value = 0 End If
If that doesn't work, yeah wait for Kite because it will be easier to fix it knowing exactly what happens | |
|
| |
Sponsored content
| Subject: Re: err, help with my thingy? pl0x | |
| |
|
| |
| err, help with my thingy? pl0x | |
|