Click here to Skip to main content
15,887,135 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: regarding message box in vb.net Pin
Christian Graus14-Apr-08 19:39
protectorChristian Graus14-Apr-08 19:39 
QuestionHow to add VFP driver Pin
en.Mahdi14-Apr-08 11:04
en.Mahdi14-Apr-08 11:04 
Questionform withe tabs Pin
asha_s14-Apr-08 9:46
asha_s14-Apr-08 9:46 
GeneralRe: form withe tabs Pin
Christian Graus14-Apr-08 11:18
protectorChristian Graus14-Apr-08 11:18 
GeneralRe: form withe tabs Pin
asha_s15-Apr-08 0:50
asha_s15-Apr-08 0:50 
GeneralRe: form withe tabs Pin
Smithers-Jones14-Apr-08 11:20
Smithers-Jones14-Apr-08 11:20 
GeneralRe: form withe tabs Pin
asha_s15-Apr-08 0:40
asha_s15-Apr-08 0:40 
Questionvb.net progress bar display Pin
abdi newbie14-Apr-08 9:28
abdi newbie14-Apr-08 9:28 
i'm trying to display progress bar for file conversion of what percentage is completed, but the progress bar wouldn't display for vb.net but works fine for vb6. i'm updating our project from vb6 to vb.net, and i have problem displaying progress bar here is some code snippet.

<ProgressBar1 = New System.Windows.Forms.ProgressBar

ProgressBar1.Minimum = 0
ProgressBar1.Maximum = ItemsCount * 2
ProgressBar1.Value = 0

percentDone.Text = "0% Done"
CurrentComponent.Text = ""

percentDone.Visible = True
CurrentComponent.Visible = True
ProgressBar1.Visible = True
ProgressBar1.Value = ProgressBar1.Value + 1
percentDone.Text = Str(Int(ProgressBar1.Value *100_ ProgressBar1.Maximum)) & "% Done"
>

any help will be appreciatedConfused | :confused:
GeneralRe: vb.net progress bar display Pin
Dave Kreskowiak14-Apr-08 9:34
mveDave Kreskowiak14-Apr-08 9:34 
Questionmsge style Pin
asha_s14-Apr-08 7:27
asha_s14-Apr-08 7:27 
GeneralRe: msge style Pin
Thomas Stockwell14-Apr-08 8:00
professionalThomas Stockwell14-Apr-08 8:00 
QuestionHow can I change icon of any exe-file Pin
titan6814-Apr-08 6:02
titan6814-Apr-08 6:02 
GeneralRe: How can I change icon of any exe-file Pin
Dave Kreskowiak14-Apr-08 7:00
mveDave Kreskowiak14-Apr-08 7:00 
QuestionRe: How can I change icon of any exe-file Pin
titan6816-Apr-08 2:39
titan6816-Apr-08 2:39 
GeneralRe: How can I change icon of any exe-file Pin
Dave Kreskowiak17-Apr-08 3:13
mveDave Kreskowiak17-Apr-08 3:13 
GeneralReturn Serial Number from Query Pin
Rupesh Kumar Swami14-Apr-08 5:45
Rupesh Kumar Swami14-Apr-08 5:45 
GeneralRe: Return Serial Number from Query Pin
Dave Kreskowiak14-Apr-08 6:38
mveDave Kreskowiak14-Apr-08 6:38 
GeneralRe: Return Serial Number from Query Pin
Rupesh Kumar Swami16-Apr-08 5:10
Rupesh Kumar Swami16-Apr-08 5:10 
GeneralRe: Return Serial Number from Query Pin
Dave Kreskowiak16-Apr-08 12:24
mveDave Kreskowiak16-Apr-08 12:24 
GeneralRe: Return Serial Number from Query Pin
Rupesh Kumar Swami17-Apr-08 21:01
Rupesh Kumar Swami17-Apr-08 21:01 
GeneralRe: Return Serial Number from Query Pin
Dave Kreskowiak18-Apr-08 15:20
mveDave Kreskowiak18-Apr-08 15:20 
QuestionZipping folders Pin
Aptiva Dave14-Apr-08 5:26
Aptiva Dave14-Apr-08 5:26 
GeneralRe: Zipping folders Pin
Dave Kreskowiak14-Apr-08 5:32
mveDave Kreskowiak14-Apr-08 5:32 
GeneralRe: Zipping folders Pin
Aptiva Dave14-Apr-08 5:47
Aptiva Dave14-Apr-08 5:47 
GeneralRe: Zipping folders Pin
Dave Kreskowiak14-Apr-08 6:33
mveDave Kreskowiak14-Apr-08 6:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.