Click here to Skip to main content
16,016,477 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Help extracting e-mail from outlook express Pin
DanB198329-Sep-07 9:26
DanB198329-Sep-07 9:26 
Questionconnection to sqlexpress through crystal reports Pin
mostafaelfeky28-Sep-07 10:25
mostafaelfeky28-Sep-07 10:25 
AnswerRe: connection to sqlexpress through crystal reports Pin
Dave Kreskowiak28-Sep-07 11:00
mveDave Kreskowiak28-Sep-07 11:00 
QuestionProblems resizing image in VB.NET Pin
Kombu28-Sep-07 10:03
Kombu28-Sep-07 10:03 
AnswerRe: Problems resizing image in VB.NET Pin
Dave Kreskowiak28-Sep-07 10:59
mveDave Kreskowiak28-Sep-07 10:59 
GeneralRe: Problems resizing image in VB.NET Pin
Kombu28-Sep-07 12:35
Kombu28-Sep-07 12:35 
QuestionSimulating a mouseclick Pin
The real $M@28-Sep-07 8:31
The real $M@28-Sep-07 8:31 
AnswerRe: Simulating a mouseclick Pin
Dave Kreskowiak28-Sep-07 9:36
mveDave Kreskowiak28-Sep-07 9:36 
There is no "SendMouse" or "SendClick" so you have to use the Win32 API functions FindWindowEx to get the window that the image is in, get it's window handle, then use the API function SendMessage to send carefully crafted WM_LBUTTONDOWN and WM_LBUTTONUP messages to that window.

Warning: This is NOT something for beginners!! You have to have specific knowledge of how Windows works and how your application works. If you don't have sufficient research skills, you'll find this a very frustrating experience.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionWizard Creation Pin
zoljin28-Sep-07 5:49
zoljin28-Sep-07 5:49 
AnswerRe: Wizard Creation Pin
Dave Kreskowiak28-Sep-07 6:20
mveDave Kreskowiak28-Sep-07 6:20 
QuestionVisual Studio error opening form file, help tracing location Pin
svanwass28-Sep-07 5:35
svanwass28-Sep-07 5:35 
AnswerRe: Visual Studio error opening form file, help tracing location Pin
Dave Kreskowiak28-Sep-07 6:17
mveDave Kreskowiak28-Sep-07 6:17 
GeneralRe: Visual Studio error opening form file, help tracing location Pin
svanwass28-Sep-07 7:18
svanwass28-Sep-07 7:18 
QuestionShowing webpages Pin
The real $M@28-Sep-07 5:14
The real $M@28-Sep-07 5:14 
AnswerRe: Showing webpages Pin
svanwass28-Sep-07 5:38
svanwass28-Sep-07 5:38 
GeneralRe: Showing webpages Pin
The real $M@28-Sep-07 20:38
The real $M@28-Sep-07 20:38 
AnswerRe: Showing webpages Pin
DigiOz Multimedia28-Sep-07 8:47
DigiOz Multimedia28-Sep-07 8:47 
GeneralRe: Showing webpages Pin
Dave Kreskowiak28-Sep-07 9:21
mveDave Kreskowiak28-Sep-07 9:21 
GeneralRe: Showing webpages Pin
DigiOz Multimedia28-Sep-07 19:20
DigiOz Multimedia28-Sep-07 19:20 
QuestionAccessing controls on startup Form Pin
AliAmjad28-Sep-07 4:21
AliAmjad28-Sep-07 4:21 
AnswerRe: Accessing controls on startup Form Pin
Dave Kreskowiak28-Sep-07 6:10
mveDave Kreskowiak28-Sep-07 6:10 
GeneralRe: Accessing controls on startup Form Pin
AliAmjad29-Sep-07 4:22
AliAmjad29-Sep-07 4:22 
GeneralRe: Accessing controls on startup Form Pin
Dave Kreskowiak29-Sep-07 5:16
mveDave Kreskowiak29-Sep-07 5:16 
GeneralRe: Accessing controls on startup Form Pin
AliAmjad29-Sep-07 7:16
AliAmjad29-Sep-07 7:16 
GeneralRe: Accessing controls on startup Form Pin
Dave Kreskowiak29-Sep-07 8:17
mveDave Kreskowiak29-Sep-07 8:17 

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.