Groups | Blog | Home
all groups > vb.net upgrade > august 2003 >

vb.net upgrade : Help progress bar



Rikjijc
8/24/2003 6:29:59 PM
io ho crato una progress bar e vorrei mandarla a ripetizione quando carica,
ma non so come si fa ptresti aiutarmi???
schweb@libero.it

I have a progress bar and I don't say how I can run this bar all times not
for install a program, but for see this. thanks bye bye

grazie ciao ciao



Herfried K. Wagner [MVP]
8/24/2003 7:05:52 PM
Hello,

"Rikjijc" <rumbro@libero.it> schrieb:
[quoted text, click to view]

Are you sure this question is related to updating VB6 code to VB .NET?

What exactly do you want to do with the progressbar?

HTH,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet

Schweb
8/26/2003 7:45:53 PM

"Herfried K. Wagner [MVP]" <hirf.nosp@m.activevb.de> ha scritto nel
messaggio news:#jOa6HmaDHA.388@TK2MSFTNGP10.phx.gbl...
[quoted text, click to view]
probleme aufgelöst.
So habe ich diese "bar" machen geköhnt. Wenn jetzt ich mit mein mouse über
"panell" gehe, der program füngt hinzu 10.
Ich habe ein einfach Kode gescriebt:
Private Sub Panel1_MouseMove(ByVal sender As Object, ByVal e As
System.Windows.Forms.MouseEventArgs) Handles Panel1.MouseMove

Me.Barra1.Value() = Me.Barra1.Value() + 10 ´´Barra1 ist die progressbar

If Me.Barra1.Value() = 100 Then

Me.Barra1.Value() = 0

End If

End Sub






Schweb
8/26/2003 7:50:33 PM

"Herfried K. Wagner [MVP]" <hirf.nosp@m.activevb.de> ha scritto nel
messaggio news:#jOa6HmaDHA.388@TK2MSFTNGP10.phx.gbl...
[quoted text, click to view]
ob ich ein button habe, wie can ich ein neue form (form2.vb) offnen? und
dann mit ein anderen click schließen?

AddThis Social Bookmark Button