Click here to Skip to main content
15,926,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioninsurance domain project Pin
sandeepreddy2-Sep-05 19:03
sandeepreddy2-Sep-05 19:03 
AnswerRe: insurance domain project Pin
Colin Angus Mackay2-Sep-05 22:34
Colin Angus Mackay2-Sep-05 22:34 
GeneralRe: insurance domain project Pin
Anonymous3-Sep-05 18:33
Anonymous3-Sep-05 18:33 
QuestionOnly 1 instance Pin
kenexcelon2-Sep-05 17:26
kenexcelon2-Sep-05 17:26 
AnswerRe: Only 1 instance Pin
Dave Kreskowiak3-Sep-05 4:05
mveDave Kreskowiak3-Sep-05 4:05 
AnswerRe: Only 1 instance Pin
quacks_a_lot3-Sep-05 17:22
quacks_a_lot3-Sep-05 17:22 
QuestionAPI Pin
hung_ngole2-Sep-05 16:00
hung_ngole2-Sep-05 16:00 
AnswerRe: API Pin
rudy.net2-Sep-05 18:13
rudy.net2-Sep-05 18:13 
Here is a code snippet to send commands to the Calculator. Hope it helps:
<br />
Dim ProcID As Integer<br />
' Start the Calculator application, and store the process id.<br />
ProcID = Shell("CALC.EXE", AppWinStyle.NormalFocus)<br />
' Activate the Calculator application.<br />
AppActivate(ProcID)<br />
SendKeys.SendWait("22")<br />
SendKeys.SendWait("*")<br />
SendKeys.SendWait("44")<br />
SendKeys.SendWait("=")<br />

GeneralRe: API Pin
hung_ngole2-Sep-05 18:54
hung_ngole2-Sep-05 18:54 
GeneralRe: API Pin
rudy.net3-Sep-05 4:56
rudy.net3-Sep-05 4:56 
GeneralRe: API Pin
Anonymous3-Sep-05 17:36
Anonymous3-Sep-05 17:36 
QuestionStreamReader to RichTextBox problems Pin
Taen_Karth2-Sep-05 15:43
Taen_Karth2-Sep-05 15:43 
AnswerRe: StreamReader to RichTextBox problems Pin
rudy.net2-Sep-05 18:11
rudy.net2-Sep-05 18:11 
GeneralRe: StreamReader to RichTextBox problems Pin
Taen_Karth2-Sep-05 21:27
Taen_Karth2-Sep-05 21:27 
GeneralRe: StreamReader to RichTextBox problems Pin
Taen_Karth2-Sep-05 22:51
Taen_Karth2-Sep-05 22:51 
Questionmodules modules modules Pin
Jlawrnce2-Sep-05 14:58
Jlawrnce2-Sep-05 14:58 
AnswerRe: modules modules modules Pin
MohammadAmiry2-Sep-05 19:30
MohammadAmiry2-Sep-05 19:30 
Questioncapture window display offscreen Pin
Member 122013852-Sep-05 8:48
Member 122013852-Sep-05 8:48 
AnswerRe: capture window display offscreen Pin
Dave Kreskowiak2-Sep-05 9:15
mveDave Kreskowiak2-Sep-05 9:15 
GeneralRe: capture window display offscreen Pin
bountycode7-Sep-05 2:57
bountycode7-Sep-05 2:57 
GeneralRe: capture window display offscreen Pin
Dave Kreskowiak7-Sep-05 5:36
mveDave Kreskowiak7-Sep-05 5:36 
QuestionWindow Size Pin
im_hoser2-Sep-05 8:24
im_hoser2-Sep-05 8:24 
AnswerRe: Window Size Pin
Taen_Karth2-Sep-05 10:32
Taen_Karth2-Sep-05 10:32 
GeneralRe: Window Size Pin
im_hoser2-Sep-05 12:55
im_hoser2-Sep-05 12:55 
QuestionDataGrid !! Pin
microuser_20002-Sep-05 6:10
microuser_20002-Sep-05 6:10 

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.