Click here to Skip to main content
15,888,301 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: unable to find a verison of the run time to run this application, IN VB.NET Pin
Jon_Boy24-Mar-09 1:16
Jon_Boy24-Mar-09 1:16 
AnswerRe: unable to find a verison of the run time to run this application, IN VB.NET Pin
Dave Kreskowiak24-Mar-09 3:43
mveDave Kreskowiak24-Mar-09 3:43 
Questionsearch an image or picture on window screen Pin
andychew23-Mar-09 19:40
andychew23-Mar-09 19:40 
AnswerRe: search an image or picture on window screen Pin
Dave Kreskowiak24-Mar-09 3:42
mveDave Kreskowiak24-Mar-09 3:42 
Questionsubclass webrequest or something similar Pin
Dave_Lowe23-Mar-09 12:59
Dave_Lowe23-Mar-09 12:59 
AnswerRe: subclass webrequest or something similar Pin
Dave Kreskowiak24-Mar-09 3:33
mveDave Kreskowiak24-Mar-09 3:33 
QuestionClear panel to capture mouse clicks Pin
jimbo6723-Mar-09 11:28
jimbo6723-Mar-09 11:28 
AnswerRe: Clear panel to capture mouse clicks Pin
George B Gilbert23-Mar-09 16:36
George B Gilbert23-Mar-09 16:36 
Does that "object" get the focus? If so, you might set the KeyPreview property of the form to True and then test in the form's MouseDown event for ...

(1) a mouse click (e.g. e.Button = Windows.Forms.MouseButtons.Right), and
(2) the "object" having the focus (e.g. Me.ActiveControl.Name = "Label1").

When those conditions are met, the "object" has been clicked.
GeneralRe: Clear panel to capture mouse clicks Pin
jimbo6724-Mar-09 4:40
jimbo6724-Mar-09 4:40 
GeneralRe: Clear panel to capture mouse clicks Pin
George B Gilbert24-Mar-09 5:48
George B Gilbert24-Mar-09 5:48 
GeneralRe: Clear panel to capture mouse clicks Pin
jimbo6724-Mar-09 7:17
jimbo6724-Mar-09 7:17 
QuestionIdentity monitors Pin
Jon_Boy23-Mar-09 8:13
Jon_Boy23-Mar-09 8:13 
AnswerRe: Identity monitors Pin
Jon_Boy24-Mar-09 3:51
Jon_Boy24-Mar-09 3:51 
GeneralRe: Identity monitors Pin
Dave Kreskowiak24-Mar-09 7:41
mveDave Kreskowiak24-Mar-09 7:41 
GeneralRe: Identity monitors Pin
Jon_Boy24-Mar-09 9:11
Jon_Boy24-Mar-09 9:11 
QuestionProblem in showing the Show dialog window on front when clicking with Mouse Pin
Pankaj Garg23-Mar-09 6:40
Pankaj Garg23-Mar-09 6:40 
QuestionWritting text file on different computer over LAN Pin
iamalik23-Mar-09 5:52
professionaliamalik23-Mar-09 5:52 
AnswerRe: Writting text file on different computer over LAN Pin
tosch23-Mar-09 5:56
tosch23-Mar-09 5:56 
GeneralRe: Writting text file on different computer over LAN Pin
Jon_Boy23-Mar-09 6:27
Jon_Boy23-Mar-09 6:27 
QuestionReading from two ports Pin
Quin Nee23-Mar-09 5:32
Quin Nee23-Mar-09 5:32 
AnswerRe: Reading from two ports Pin
Luc Pattyn23-Mar-09 6:19
sitebuilderLuc Pattyn23-Mar-09 6:19 
GeneralRe: Reading from two ports Pin
Quin Nee23-Mar-09 6:36
Quin Nee23-Mar-09 6:36 
QuestionSerial Programming in VB.Net 2008 Pin
DarkSorrow3823-Mar-09 4:59
DarkSorrow3823-Mar-09 4:59 
AnswerRe: Serial Programming in VB.Net 2008 Pin
Henry Minute23-Mar-09 6:02
Henry Minute23-Mar-09 6:02 
AnswerRe: Serial Programming in VB.Net 2008 Pin
Luc Pattyn23-Mar-09 6:21
sitebuilderLuc Pattyn23-Mar-09 6:21 

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.