Click here to Skip to main content
15,929,430 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: What is this type of window setup called? Pin
Christian Graus30-Nov-06 15:40
protectorChristian Graus30-Nov-06 15:40 
QuestionNeed help with Inheritance and typecast problem [modified] Pin
oakomalm30-Nov-06 12:02
oakomalm30-Nov-06 12:02 
AnswerRe: Need help with Inheritance and typecast problem Pin
Christian Graus30-Nov-06 12:15
protectorChristian Graus30-Nov-06 12:15 
GeneralRe: Need help with Inheritance and typecast problem Pin
oakomalm30-Nov-06 12:25
oakomalm30-Nov-06 12:25 
GeneralRe: Need help with Inheritance and typecast problem Pin
Christian Graus30-Nov-06 12:30
protectorChristian Graus30-Nov-06 12:30 
QuestionRe: Need help with Inheritance and typecast problem Pin
oakomalm1-Dec-06 9:48
oakomalm1-Dec-06 9:48 
QuestionReal-Time Clock VB 2005 Pin
Karma3125130-Nov-06 10:51
Karma3125130-Nov-06 10:51 
AnswerRe: Real-Time Clock VB 2005 Pin
Dave Kreskowiak30-Nov-06 13:04
mveDave Kreskowiak30-Nov-06 13:04 
Well, the control really wasn't meant to be used the way you want to, but it's probably possible if you drop a Timer control on your form, set it for 1000 millisecond interval, then handle the Timer's Tick event. In the event handler code, just set the DateTimePicker's Value property with the current DateTime.Now().


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionNeed help in getting motherboad name on vb.net [modified] Pin
Xeqtr30-Nov-06 10:40
Xeqtr30-Nov-06 10:40 
AnswerRe: Need help in getting motherboad name on vb.net Pin
Christian Graus30-Nov-06 12:15
protectorChristian Graus30-Nov-06 12:15 
AnswerRe: Need help in getting motherboad name on vb.net Pin
Dave Kreskowiak30-Nov-06 12:55
mveDave Kreskowiak30-Nov-06 12:55 
AnswerRe: Need help in getting motherboad name on vb.net Pin
Xeqtr1-Dec-06 10:24
Xeqtr1-Dec-06 10:24 
GeneralRe: Need help in getting motherboad name on vb.net Pin
Dave Kreskowiak1-Dec-06 16:25
mveDave Kreskowiak1-Dec-06 16:25 
GeneralRe: Need help in getting motherboad name on vb.net Pin
Xeqtr2-Dec-06 11:12
Xeqtr2-Dec-06 11:12 
QuestionNarrowest Form Width !! Pin
uk_nbb30-Nov-06 10:20
uk_nbb30-Nov-06 10:20 
AnswerRe: Narrowest Form Width !! Pin
Dave Kreskowiak30-Nov-06 10:25
mveDave Kreskowiak30-Nov-06 10:25 
GeneralRe: Narrowest Form Width !! Pin
uk_nbb30-Nov-06 10:33
uk_nbb30-Nov-06 10:33 
QuestionString Length Issues Result in ! being added Pin
Shady14u30-Nov-06 9:45
Shady14u30-Nov-06 9:45 
AnswerRe: String Length Issues Result in ! being added Pin
Dave Kreskowiak1-Dec-06 4:35
mveDave Kreskowiak1-Dec-06 4:35 
GeneralRe: String Length Issues Result in ! being added Pin
Shady14u1-Dec-06 8:10
Shady14u1-Dec-06 8:10 
GeneralRe: String Length Issues Result in ! being added Pin
Dave Kreskowiak1-Dec-06 8:29
mveDave Kreskowiak1-Dec-06 8:29 
GeneralRe: String Length Issues Result in ! being added Pin
Shady14u5-Dec-06 8:22
Shady14u5-Dec-06 8:22 
QuestionHow to improve performance of Dynamic Picture boxes for Window Application Pin
sharmankit30-Nov-06 9:40
sharmankit30-Nov-06 9:40 
AnswerRe: How to improve performance of Dynamic Picture boxes for Window Application Pin
Dave Kreskowiak30-Nov-06 10:27
mveDave Kreskowiak30-Nov-06 10:27 
AnswerRe: How to improve performance of Dynamic Picture boxes for Window Application Pin
Christian Graus30-Nov-06 13:05
protectorChristian Graus30-Nov-06 13:05 

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.