Click here to Skip to main content
15,887,585 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: CRViewer Slow down my system Pin
εїзεїзεїз11-Sep-09 8:16
εїзεїзεїз11-Sep-09 8:16 
GeneralRe: CRViewer Slow down my system Pin
Adrian_Mia11-Sep-09 8:21
Adrian_Mia11-Sep-09 8:21 
GeneralRe: CRViewer Slow down my system Pin
εїзεїзεїз11-Sep-09 10:28
εїзεїзεїз11-Sep-09 10:28 
GeneralRe: CRViewer Slow down my system Pin
Adrian_Mia21-Sep-09 12:14
Adrian_Mia21-Sep-09 12:14 
QuestionMouse up event Pin
RyJaBy11-Sep-09 5:13
RyJaBy11-Sep-09 5:13 
AnswerRe: Mouse up event Pin
dan!sh 11-Sep-09 6:25
professional dan!sh 11-Sep-09 6:25 
GeneralRe: Mouse up event Pin
RyJaBy11-Sep-09 8:09
RyJaBy11-Sep-09 8:09 
AnswerRe: Mouse up event Pin
Luc Pattyn11-Sep-09 8:23
sitebuilderLuc Pattyn11-Sep-09 8:23 
Hi,

Control.MouseButtons contains the instantaneous value you want.
if ((Control.MouseButtons & MouseButtons.Left)!=0) ... would be C# code, VB must be similar.

Smile | :)

Luc Pattyn

Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.

Local announcement (Antwerp region): Lange Wapper? Neen!


QuestionWin7 Pin
cstrader23211-Sep-09 3:45
cstrader23211-Sep-09 3:45 
AnswerRe: Win7 Pin
tosch11-Sep-09 3:53
tosch11-Sep-09 3:53 
GeneralRe: Win7 Pin
cstrader23211-Sep-09 4:09
cstrader23211-Sep-09 4:09 
GeneralRe: Win7 Pin
Eddy Vluggen11-Sep-09 4:45
professionalEddy Vluggen11-Sep-09 4:45 
GeneralRe: Win7 Pin
cstrader23211-Sep-09 5:12
cstrader23211-Sep-09 5:12 
GeneralRe: Win7 Pin
cstrader23211-Sep-09 6:47
cstrader23211-Sep-09 6:47 
GeneralRe: Win7 [modified] Pin
DaveAuld11-Sep-09 9:50
professionalDaveAuld11-Sep-09 9:50 
GeneralRe: Win7 Pin
cstrader23211-Sep-09 15:47
cstrader23211-Sep-09 15:47 
GeneralRe: Win7 Pin
cstrader23215-Sep-09 1:49
cstrader23215-Sep-09 1:49 
Questionshorter File Path Pin
Bob Beaubien11-Sep-09 2:35
Bob Beaubien11-Sep-09 2:35 
AnswerRe: shorter File Path Pin
Johan Hakkesteegt11-Sep-09 2:46
Johan Hakkesteegt11-Sep-09 2:46 
GeneralRe: shorter File Path Pin
Bob Beaubien11-Sep-09 3:00
Bob Beaubien11-Sep-09 3:00 
GeneralRe: shorter File Path Pin
Eddy Vluggen11-Sep-09 3:07
professionalEddy Vluggen11-Sep-09 3:07 
GeneralRe: shorter File Path Pin
Johan Hakkesteegt11-Sep-09 3:07
Johan Hakkesteegt11-Sep-09 3:07 
GeneralRe: shorter File Path Pin
Dave Kreskowiak11-Sep-09 4:10
mveDave Kreskowiak11-Sep-09 4:10 
GeneralRe: shorter File Path Pin
Johan Hakkesteegt13-Sep-09 22:38
Johan Hakkesteegt13-Sep-09 22:38 
GeneralRe: shorter File Path Pin
Luc Pattyn11-Sep-09 7:01
sitebuilderLuc Pattyn11-Sep-09 7:01 

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.