Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Visual Basic 2010
#11
Just curious:how that progress bar works,how fill it?Do you use threading or divide something or smth different?
Reply
#12
done by a Timer just add one to your form the code i used is below

Code:
For the button:
If TextBox1.Text = "supportf" Then
            TextBox2.Text = "1337leet"
            Timer1.Start()

For the Timer1:
ProgressBar1.Increment(+1)

        If ProgressBar1.Value = 100 Then
            Form1.Show()

hope it helped
Reply
#13
I think upgrading to vb 2010 so early is wrong because nobody has .net framework 4 so far. Ain't I right?
My software company: Porosis Software
Games: Terrantula
Apps: Mathanasis, ColorGrabber
Reply
#14
then they should stop being lazy and get it.
Reply
#15
This question may make you laugh and I'm sorry if it annoys you but is it good to have all the .Net Frameworks?
[Image: ouwg0slq0vtagvzl4u8w.jpg]

Giveaway of the Day: [Image: ticker1.png]
Reply
#16
they're backwards compatible -very nice feature.
install .net framework 4 and you'll be able to run ALL previous .net version apps ;)
Reply
#17
(11-13-2009, 07:50 AM)Nonmod Wrote: Only difference is .net framework 4.Apps made in visual studio 2010 will not work on other pc's unless they've installed frameowk v4. .net version of app can be changed,just in express editions it's a pain in ass to do it.
click on My projects, click the Compile tab, click advanced compile options button, goto target framework, select the framework you want, you will be prompted about a warning, to save your work,"i never did,lol", and bam you got a app that now ships with the framework you selected. And you can continue to work on your app.
~ Digital-Punk
Reply
#18
Problem is-if you ,for example,use Mcicorosft.CSharp namespace and dynamic variables in .net 4,then converting your app older version will lead you tu rewrite your app.
Reply
#19
lol still using VB 2005
Reply
#20
Not Many difference With Vb8 ("VB.NET") Smile
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How To make an advanced Operating System in Visual Basic 2010 ? Mohamed Samir 9 11,520 01-15-2013, 09:30 PM
Last Post: Resistance
  [Visual Basic] FTP Uploader [Tutorial] Coding Support 6 2,736 08-12-2012, 12:36 AM
Last Post: Kenneth
  VS 2010 Roslyn CTP - Interactive VS 2010 Debugging AceInfinity 0 1,038 04-18-2012, 09:43 PM
Last Post: AceInfinity
  Visual Studio Bill Nye The Science Guy 1 900 03-19-2012, 09:08 AM
Last Post: BreShiE
  Visual Basic Guide - Buttons Death Demise 9 4,697 03-09-2012, 06:46 PM
Last Post: BreShiE

Forum Jump:


Users browsing this thread: 2 Guest(s)