Progress Bar not moving ? (General questions)
Where do I use multiThreding to get this to work right ?
in vb.net...
Thanks,
Mav
[:smile:]
Where do I use multiThreding to get this to work right ?
in vb.net...
Thanks,
Mav
[:smile:]
by Jasmine, (7182 days ago) @ Maverick5
Mav,
how about some code? What exactly doesn't work? Did you try to use Progress event?
by Maverick5 , (7182 days ago) @ Jasmine
Public Sub Progress(ByVal Owner As WODPOP3COMLib.wodPop3Com, ByVal Position As Integer, ByVal Total As Integer) Implements WODPOP3COMLib.IwodPopClientNotify.Progress
Try
Dim frac As Integer
frac = Total / 8
Select Case Position
Case Is > frac * 1
PictureBox1.BackgroundImage = ImageList2.Images(1)
Case Is > frac * 2
PictureBox1.BackgroundImage = ImageList2.Images(2)
Case Is > frac * 3
PictureBox1.BackgroundImage = ImageList2.Images(3)
Case Is > frac * 4
PictureBox1.BackgroundImage = ImageList2.Images(4)
Case Is > frac * 5
PictureBox1.BackgroundImage = ImageList2.Images(5)
Case Is > frac * 6
PictureBox1.BackgroundImage = ImageList2.Images(6)
Case Is > frac * 7
PictureBox1.BackgroundImage = ImageList2.Images(7)
Case Is > frac * 8
PictureBox1.BackgroundImage = ImageList2.Images(8)
End Select
Catch ex As Exception
' ignore error
End Try
End Sub
by Jasmine, (7182 days ago) @ Maverick5
Mav,
is Position argument changing? Does Progress event get fired? Can you add one Console.WriteLine(Position.ToString) . Do you see it in output window?
If so - wodPop3 works :) I can't dive into your code to tell you why graph doesn't work...
by Maverick5 , (7182 days ago) @ Jasmine
Thanks !
I will check one other possible thing that could be causing this !
Mav,
The SFTP ocx is one of the finest pieces of programming I have seen. It worked out of the box...
Just thought you'd like to know that my gateway app with your SMTP Server component held the line against a DDOS attack today...
I can only hope I will have the pleasure to work with other products by "We Only Do" in the future.
You made it so simple for us to integrate SFTP - a technology we had little experience with...
Thank you very much for the rapid responses. I was a little nervous about dealing with a company that is on a different continent from me. You have proven my concerns to be unfounded.
I can only hope I will have the pleasure to work with other products by "We Only Do" in the future.
Your support is fantastic.
Many thanks for your excellent support service. I can see why you have a long list of excellent testimonials on your website.
Thanks! We love your software and your great support!
It is very refreshing to find such helpful, knowledgeable and quick responding technical support.