Click here to Skip to main content
15,891,721 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Delete Command - By Parameter - Problem() Pin
Paramu19735-Sep-09 0:55
Paramu19735-Sep-09 0:55 
GeneralRe: Delete Command - By Parameter - Problem() Pin
Rupesh Kumar Swami5-Sep-09 1:24
Rupesh Kumar Swami5-Sep-09 1:24 
Questionincrease the display rate from web cam Pin
kjsl2k94-Sep-09 18:50
kjsl2k94-Sep-09 18:50 
AnswerRe: increase the display rate from web cam Pin
Dave Kreskowiak5-Sep-09 1:54
mveDave Kreskowiak5-Sep-09 1:54 
QuestionWhy are my status and progress bars not updating Pin
Sonhospa4-Sep-09 13:26
Sonhospa4-Sep-09 13:26 
AnswerRe: Why are my status and progress bars not updating Pin
Luc Pattyn4-Sep-09 13:45
sitebuilderLuc Pattyn4-Sep-09 13:45 
GeneralRe: Why are my status and progress bars not updating Pin
Sonhospa4-Sep-09 13:56
Sonhospa4-Sep-09 13:56 
GeneralRe: Why are my status and progress bars not updating Pin
Luc Pattyn4-Sep-09 14:15
sitebuilderLuc Pattyn4-Sep-09 14:15 
Ha, VB.NET is fooling me and probably you too.

Me in think long/long results in an integer, which is true in normal languages, not in VB.

You in thinking you can have a huge long value and assign it to ProgressBar.Maximum (or Minimum or Value) which actually expects a 32-bit integer, however accepts all values that are larger than the Minimum (default 0) and will happily ignore the top 32-bits.

Smile | :)

Luc Pattyn
Badger | [badger,badger,badger,badger...] Jig | [Dance] Badger | [badger,badger,badger,badger...] Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.Jig | [Dance] Badger | [badger,badger,badger,badger...] Jig | [Dance]

NewsRe: Why are my status and progress bars not updating Pin
Sonhospa4-Sep-09 14:35
Sonhospa4-Sep-09 14:35 
GeneralRe: Why are my status and progress bars not updating Pin
Christian Graus4-Sep-09 14:45
protectorChristian Graus4-Sep-09 14:45 
GeneralRe: Why are my status and progress bars not updating Pin
Sonhospa4-Sep-09 15:24
Sonhospa4-Sep-09 15:24 
GeneralRe: Why are my status and progress bars not updating [modified] Pin
Luc Pattyn4-Sep-09 15:37
sitebuilderLuc Pattyn4-Sep-09 15:37 
QuestionResizing a control Pin
EliottA4-Sep-09 9:09
EliottA4-Sep-09 9:09 
AnswerRe: Resizing a control Pin
Henry Minute4-Sep-09 10:08
Henry Minute4-Sep-09 10:08 
GeneralRe: Resizing a control Pin
Luc Pattyn4-Sep-09 10:43
sitebuilderLuc Pattyn4-Sep-09 10:43 
GeneralRe: Resizing a control Pin
Henry Minute4-Sep-09 10:52
Henry Minute4-Sep-09 10:52 
GeneralRe: Resizing a control Pin
Luc Pattyn4-Sep-09 11:14
sitebuilderLuc Pattyn4-Sep-09 11:14 
GeneralRe: Resizing a control Pin
Henry Minute4-Sep-09 11:25
Henry Minute4-Sep-09 11:25 
GeneralRe: Resizing a control Pin
Luc Pattyn4-Sep-09 12:19
sitebuilderLuc Pattyn4-Sep-09 12:19 
GeneralRe: Resizing a control Pin
Henry Minute4-Sep-09 12:38
Henry Minute4-Sep-09 12:38 
GeneralRe: Awaiting the language police Pin
Luc Pattyn4-Sep-09 12:52
sitebuilderLuc Pattyn4-Sep-09 12:52 
GeneralRe: Awaiting the language police Pin
Henry Minute4-Sep-09 13:22
Henry Minute4-Sep-09 13:22 
AnswerRe: Resizing a control Pin
DaveAuld4-Sep-09 10:17
professionalDaveAuld4-Sep-09 10:17 
AnswerRe: Resizing a control Pin
Luc Pattyn4-Sep-09 10:45
sitebuilderLuc Pattyn4-Sep-09 10:45 
QuestionUpdate db in ADO.NET Pin
TheMrProgrammer4-Sep-09 7:19
TheMrProgrammer4-Sep-09 7:19 

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.