Click here to Skip to main content
15,886,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: error in sending data code in mikrobasic Pin
vefaa116-Apr-12 0:01
vefaa116-Apr-12 0:01 
GeneralRe: error in sending data code in mikrobasic Pin
vefaa116-Apr-12 0:01
vefaa116-Apr-12 0:01 
Questionerror vbc30205 Pin
kusum pandey5-Apr-12 0:03
kusum pandey5-Apr-12 0:03 
AnswerRe: error vbc30205 Pin
Simon_Whale5-Apr-12 1:20
Simon_Whale5-Apr-12 1:20 
QuestionVb project to send sms on mobile Pin
Madhumeeta.S4-Apr-12 23:08
Madhumeeta.S4-Apr-12 23:08 
AnswerRe: Vb project to send sms on mobile Pin
Abhinav S4-Apr-12 23:46
Abhinav S4-Apr-12 23:46 
QuestionEmulate mouse click? Pin
Brandon-X120004-Apr-12 8:24
Brandon-X120004-Apr-12 8:24 
AnswerRe: Emulate mouse click? Pin
Luc Pattyn4-Apr-12 9:30
sitebuilderLuc Pattyn4-Apr-12 9:30 
Yes you can use SendInput[^] to simulate mouse operations. Controlling an app with it is quite tricky as many things may change over time: the relative position of Controls on a Form, the reaction speed of an app, etc. You have to program very defensively when using it, so please make sure the right window gets activated before clicking around. And then there are unforeseen situations (client changes screen resolution or default font size, and everything moves around; or he changes the system language and all texts change); and there are unforeseen events, where an app assumes a human user and suddenly throws a warning/error modal dialog at him, which your automation code doesn't expect and doesn't know how to handle.

As a result, it is much better to have an API for the app you want to control; or to programmatically create a document, then open it in Word/WordPad/etc for the user to read, adapt, and process.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

QuestionAccess another program's controls? Pin
Brandon-X120004-Apr-12 8:18
Brandon-X120004-Apr-12 8:18 
AnswerRe: Access another program's controls? Pin
Eddy Vluggen4-Apr-12 11:02
professionalEddy Vluggen4-Apr-12 11:02 
GeneralRe: Access another program's controls? Pin
LCARS x3211-Apr-12 9:08
LCARS x3211-Apr-12 9:08 
SuggestionSoftphone development in VB.NET Pin
David_004-Apr-12 1:58
David_004-Apr-12 1:58 
GeneralRe: Softphone development in VB.NET Pin
Richard MacCutchan4-Apr-12 2:39
mveRichard MacCutchan4-Apr-12 2:39 
AnswerRe: Softphone development in VB.NET Pin
Eddy Vluggen4-Apr-12 2:48
professionalEddy Vluggen4-Apr-12 2:48 
Questionlistbox uses as a groupbox? Pin
waner michaud2-Apr-12 3:59
waner michaud2-Apr-12 3:59 
AnswerRe: listbox uses as a groupbox? Pin
Luc Pattyn2-Apr-12 5:03
sitebuilderLuc Pattyn2-Apr-12 5:03 
QuestionVB.net Pin
MHKennedy1-Apr-12 21:40
MHKennedy1-Apr-12 21:40 
AnswerRe: VB.net Pin
Eddy Vluggen1-Apr-12 22:37
professionalEddy Vluggen1-Apr-12 22:37 
AnswerDGV Printer Aligment Pin
sicca1-Apr-12 17:01
sicca1-Apr-12 17:01 
AnswerRe: DGV Printer Aligment Pin
Eddy Vluggen1-Apr-12 22:38
professionalEddy Vluggen1-Apr-12 22:38 
QuestionTaking pictures with Web Cam Pin
Pasan1481-Apr-12 8:21
Pasan1481-Apr-12 8:21 
AnswerRe: Taking pictures with Web Cam Pin
Wes Aday1-Apr-12 13:30
professionalWes Aday1-Apr-12 13:30 
JokeRe: Taking pictures with Web Cam Pin
Peter_in_27801-Apr-12 16:08
professionalPeter_in_27801-Apr-12 16:08 
GeneralRe: Taking pictures with Web Cam Pin
Wes Aday1-Apr-12 16:14
professionalWes Aday1-Apr-12 16:14 
GeneralRe: Taking pictures with Web Cam Pin
Peter_in_27801-Apr-12 16:23
professionalPeter_in_27801-Apr-12 16:23 

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.