Click here to Skip to main content
15,912,665 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: validation in windows application Pin
Christian Graus20-Mar-07 17:49
protectorChristian Graus20-Mar-07 17:49 
QuestionVB.Net 2.0 Checkbook Register? Pin
Owen3720-Mar-07 7:13
Owen3720-Mar-07 7:13 
AnswerRe: VB.Net 2.0 Checkbook Register? Pin
Dave Kreskowiak20-Mar-07 7:54
mveDave Kreskowiak20-Mar-07 7:54 
GeneralRe: VB.Net 2.0 Checkbook Register? Pin
Owen3720-Mar-07 8:04
Owen3720-Mar-07 8:04 
GeneralRe: VB.Net 2.0 Checkbook Register? Pin
Dave Kreskowiak20-Mar-07 8:43
mveDave Kreskowiak20-Mar-07 8:43 
GeneralRe: VB.Net 2.0 Checkbook Register? Pin
Owen3720-Mar-07 9:53
Owen3720-Mar-07 9:53 
QuestionHow to type on command window at an instance? Pin
barkanb20-Mar-07 6:06
barkanb20-Mar-07 6:06 
AnswerRe: How to type on command window at an instance? Pin
Dave Kreskowiak20-Mar-07 6:13
mveDave Kreskowiak20-Mar-07 6:13 
You can't type into a Shell'd process from VB.NET. You have to create your own process using the Process class. You can then redirect the StandardInput stream so you can have your code type in the command window. You can't do this using Shell.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: How to type on command window at an instance? Pin
barkanb20-Mar-07 6:23
barkanb20-Mar-07 6:23 
QuestionRe: How to type on command window at an instance? Pin
barkanb20-Mar-07 7:07
barkanb20-Mar-07 7:07 
AnswerRe: How to type on command window at an instance? Pin
Dave Kreskowiak20-Mar-07 7:23
mveDave Kreskowiak20-Mar-07 7:23 
AnswerRe: How to type on command window at an instance? Pin
barkanb20-Mar-07 20:58
barkanb20-Mar-07 20:58 
GeneralRe: How to type on command window at an instance? Pin
Dave Kreskowiak21-Mar-07 1:39
mveDave Kreskowiak21-Mar-07 1:39 
GeneralRe: How to type on command window at an instance? Pin
barkanb21-Mar-07 4:19
barkanb21-Mar-07 4:19 
QuestionRe: How to type on command window at an instance? Pin
barkanb21-Mar-07 7:23
barkanb21-Mar-07 7:23 
AnswerRe: How to type on command window at an instance? Pin
Dave Kreskowiak21-Mar-07 8:40
mveDave Kreskowiak21-Mar-07 8:40 
AnswerRe: How to type on command window at an instance? Pin
barkanb22-Mar-07 0:46
barkanb22-Mar-07 0:46 
GeneralRe: How to type on command window at an instance? Pin
Dave Kreskowiak22-Mar-07 2:20
mveDave Kreskowiak22-Mar-07 2:20 
QuestionNumericUpDown displays too many digits while it has focus Pin
ChrisDavidson20-Mar-07 5:50
ChrisDavidson20-Mar-07 5:50 
AnswerRe: NumericUpDown displays too many digits while it has focus Pin
Dave Kreskowiak20-Mar-07 6:10
mveDave Kreskowiak20-Mar-07 6:10 
GeneralRe: NumericUpDown displays too many digits while it has focus Pin
ChrisDavidson20-Mar-07 8:32
ChrisDavidson20-Mar-07 8:32 
GeneralRe: NumericUpDown displays too many digits while it has focus Pin
Dave Kreskowiak20-Mar-07 8:44
mveDave Kreskowiak20-Mar-07 8:44 
QuestionHow different size font insert in a DataGridView cell Pin
Che YoungSoo20-Mar-07 5:06
Che YoungSoo20-Mar-07 5:06 
Questioncontrols Pin
WhiteGirl2320-Mar-07 4:55
WhiteGirl2320-Mar-07 4:55 
AnswerRe: controls Pin
Dave Kreskowiak20-Mar-07 6:18
mveDave Kreskowiak20-Mar-07 6:18 

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.