Click here to Skip to main content
15,881,803 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Deleting a file with Administrator privileges in vista using vb.net Pin
Dave Kreskowiak8-Mar-09 6:20
mveDave Kreskowiak8-Mar-09 6:20 
QuestionProblem with show dialog box window. Pin
Pankaj Garg7-Mar-09 7:54
Pankaj Garg7-Mar-09 7:54 
AnswerRe: Problem with show dialog box window. Pin
Dave Kreskowiak8-Mar-09 6:18
mveDave Kreskowiak8-Mar-09 6:18 
GeneralRe: Problem with show dialog box window. Pin
Pankaj Garg8-Mar-09 6:23
Pankaj Garg8-Mar-09 6:23 
GeneralRe: Problem with show dialog box window. [modified] Pin
Dave Kreskowiak8-Mar-09 6:39
mveDave Kreskowiak8-Mar-09 6:39 
GeneralRe: Problem with show dialog box window. [modified] Pin
Pankaj Garg9-Mar-09 8:59
Pankaj Garg9-Mar-09 8:59 
QuestionHow to Capture the Back Button Pin
Thomas Wells7-Mar-09 7:46
Thomas Wells7-Mar-09 7:46 
AnswerRe: How to Capture the Back Button Pin
Dave Kreskowiak8-Mar-09 6:15
mveDave Kreskowiak8-Mar-09 6:15 
Well, you'd have to override your Form's WndProc and check for two messages. m.Msg 523 is WM_XBUTTONDOWN and 524 is WM_XBUTTONUP. This is, hopefully obvious, the pressing and releasing of any of the extra buttons on the mouse. When receiving either of these messages, look at the high-order word in the m.WParam property of the message. This will tell you which mouse "extra" button was pressed/released.


A guide to posting questions on CodeProject[^]



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




QuestionRe: How to Capture the Back Button Pin
Thomas Wells9-Mar-09 3:45
Thomas Wells9-Mar-09 3:45 
GeneralRe: How to Capture the Back Button [modified] Pin
Thomas Wells9-Mar-09 5:30
Thomas Wells9-Mar-09 5:30 
GeneralRe: How to Capture the Back Button Pin
Dave Kreskowiak9-Mar-09 9:42
mveDave Kreskowiak9-Mar-09 9:42 
QuestionDatacombo1 Highlighted serched item Pin
khan20106-Mar-09 23:13
khan20106-Mar-09 23:13 
AnswerRe: Datacombo1 Highlighted serched item Pin
Dave Kreskowiak8-Mar-09 5:44
mveDave Kreskowiak8-Mar-09 5:44 
QuestionDataset Pin
md_refay6-Mar-09 20:28
md_refay6-Mar-09 20:28 
AnswerRe: Dataset Pin
Rupesh Kumar Swami7-Mar-09 3:58
Rupesh Kumar Swami7-Mar-09 3:58 
Question[Message Deleted] Pin
vinmaac6-Mar-09 19:23
vinmaac6-Mar-09 19:23 
AnswerRe: KEYLOGGER Pin
Garth J Lancaster6-Mar-09 19:49
professionalGarth J Lancaster6-Mar-09 19:49 
QuestionPlaying Wave files with the Audio routines? Pin
TheComputerMan6-Mar-09 14:16
TheComputerMan6-Mar-09 14:16 
AnswerRe: Playing Wave files with the Audio routines? Pin
TheComputerMan6-Mar-09 14:35
TheComputerMan6-Mar-09 14:35 
Questionmy vb.net code Pin
JAYRAJ GIRI6-Mar-09 8:24
JAYRAJ GIRI6-Mar-09 8:24 
GeneralRe: my vb.net code Pin
Luc Pattyn6-Mar-09 8:32
sitebuilderLuc Pattyn6-Mar-09 8:32 
GeneralRe: my vb.net code Pin
Christian Graus8-Mar-09 17:11
protectorChristian Graus8-Mar-09 17:11 
AnswerRe: my vb.net code Pin
Dave Kreskowiak6-Mar-09 9:26
mveDave Kreskowiak6-Mar-09 9:26 
QuestionRe: my vb.net code Pin
dan!sh 6-Mar-09 20:53
professional dan!sh 6-Mar-09 20:53 
QuestionChange file extention association and apply changes? Pin
Member 21389206-Mar-09 5:00
Member 21389206-Mar-09 5:00 

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.