Click here to Skip to main content
15,916,030 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB6 - Controls Can't Be Unlocked [SOLVED] [modified] Pin
#realJSOP13-Jun-07 2:45
professional#realJSOP13-Jun-07 2:45 
AnswerRe: VB6 - Controls Can't Be Unlocked Pin
Craster13-Jun-07 3:08
Craster13-Jun-07 3:08 
AnswerRe: VB6 - Controls Can't Be Unlocked [SOLVED] Pin
Dave Kreskowiak13-Jun-07 4:39
mveDave Kreskowiak13-Jun-07 4:39 
QuestionKeyboard and Mouse control Pin
pirogramci13-Jun-07 1:48
pirogramci13-Jun-07 1:48 
AnswerRe: Keyboard and Mouse control Pin
kubben13-Jun-07 3:12
kubben13-Jun-07 3:12 
AnswerRe: Keyboard and Mouse control Pin
Dave Kreskowiak13-Jun-07 3:52
mveDave Kreskowiak13-Jun-07 3:52 
AnswerRe: Keyboard and Mouse control Pin
pirogramci13-Jun-07 21:44
pirogramci13-Jun-07 21:44 
GeneralRe: Keyboard and Mouse control Pin
Dave Kreskowiak14-Jun-07 4:26
mveDave Kreskowiak14-Jun-07 4:26 
Then you're not going to be able to use SendKeys to do this. SendKeys sends an entire KeyPress, meaning the "make" and the "break" of the key, in other words, pressing the key and releasing it.

You'll have to to the SendMessage API call to wend the window handle the key message to "make" the Shift key, then send the mouse click message, then another key message to "break" the Shift key.


A guide to posting questions on CodeProject[^]

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


Questionhow to create a wizard using VB ? Pin
prashant pissey13-Jun-07 1:01
prashant pissey13-Jun-07 1:01 
AnswerRe: how to create a wizard using VB ? Pin
v1i9n6o7d13-Jun-07 1:46
v1i9n6o7d13-Jun-07 1:46 
QuestionMailmerge with VS2005 ?????????? Pin
nawalage12-Jun-07 23:53
nawalage12-Jun-07 23:53 
AnswerRe: Mailmerge with VS2005 ?????????? Pin
Ajai Chaudhary29-Jun-07 20:03
Ajai Chaudhary29-Jun-07 20:03 
QuestionAn unhandled win32 exception occured in VB6.EX Pin
Dileep_Vickey12-Jun-07 21:29
Dileep_Vickey12-Jun-07 21:29 
AnswerRe: An unhandled win32 exception occured in VB6.EX Pin
Duncan Edwards Jones12-Jun-07 22:36
professionalDuncan Edwards Jones12-Jun-07 22:36 
AnswerRe: An unhandled win32 exception occured in VB6.EX Pin
Dave Kreskowiak13-Jun-07 3:50
mveDave Kreskowiak13-Jun-07 3:50 
GeneralRe: An unhandled win32 exception occured in VB6.EX Pin
Dileep_Vickey13-Jun-07 21:22
Dileep_Vickey13-Jun-07 21:22 
QuestionSql server database backup. Pin
Paramhans Dubey12-Jun-07 21:23
professionalParamhans Dubey12-Jun-07 21:23 
AnswerRe: Sql server database backup. Pin
Steven J Jowett12-Jun-07 22:04
Steven J Jowett12-Jun-07 22:04 
GeneralRe: Sql server database backup. Pin
Paramhans Dubey14-Jun-07 19:18
professionalParamhans Dubey14-Jun-07 19:18 
GeneralRe: Sql server database backup. Pin
Steven J Jowett14-Jun-07 22:42
Steven J Jowett14-Jun-07 22:42 
Questionprint subscript & superscript in report Pin
Rupesh Kumar Swami12-Jun-07 21:17
Rupesh Kumar Swami12-Jun-07 21:17 
AnswerRe: print subscript & superscript in report Pin
Dave Kreskowiak13-Jun-07 3:48
mveDave Kreskowiak13-Jun-07 3:48 
GeneralRe: print subscript & superscript in report Pin
Rupesh Kumar Swami13-Jun-07 4:05
Rupesh Kumar Swami13-Jun-07 4:05 
GeneralRe: print subscript & superscript in report Pin
Dave Kreskowiak13-Jun-07 7:08
mveDave Kreskowiak13-Jun-07 7:08 
GeneralRe: print subscript & superscript in report Pin
Rupesh Kumar Swami14-Jun-07 20:40
Rupesh Kumar Swami14-Jun-07 20:40 

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.