Click here to Skip to main content
15,892,161 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRight Click and Launch my application Pin
skoizumi2911020-May-04 7:27
sussskoizumi2911020-May-04 7:27 
GeneralRe: Right Click and Launch my application Pin
Dave Kreskowiak20-May-04 8:08
mveDave Kreskowiak20-May-04 8:08 
GeneralRe: Right Click and Launch my application Pin
vancouver77720-May-04 8:11
vancouver77720-May-04 8:11 
GeneralRe: Right Click and Launch my application Pin
WBro21-May-04 21:13
WBro21-May-04 21:13 
GeneralRe: Right Click and Launch my application Pin
Dave Kreskowiak22-May-04 3:11
mveDave Kreskowiak22-May-04 3:11 
General.NET App Performance and Scalability Guide Pin
Dave Kreskowiak20-May-04 3:03
mveDave Kreskowiak20-May-04 3:03 
Generalchange Keyboard Layout Programatically Pin
tyagimanik20-May-04 2:43
tyagimanik20-May-04 2:43 
GeneralRe: change Keyboard Layout Programatically [EDITED] Pin
Dave Kreskowiak20-May-04 4:13
mveDave Kreskowiak20-May-04 4:13 
It can be done, but is not a recommended practice...

Your app can set it's own Keyboard Layout (seperate from the systems) using the ActivateKeyboardLayout, LoadKeyboardLayout, GetKeyboardLayoutList, GetKeyboardLayoutName, and UnloadKeyboardLayout Win32 API functions. The functions will have to be P/Invoked from user32.dll. The constants and structures used be these functions can be found in winuser.h.

Docs on all this stuff start here[^] on MSDN.

[EDIT]
Oh! There is nothing in the .NET BCL that can do this. You must use the Win32 API functions...

RageInTheMachine9532
"...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralHi to all Pin
ymohd_22220-May-04 2:28
ymohd_22220-May-04 2:28 
GeneralRe: Hi to all Pin
Michael P Butler20-May-04 2:45
Michael P Butler20-May-04 2:45 
Generalamazon upload need help... Pin
Sumit Kapoor19-May-04 19:54
Sumit Kapoor19-May-04 19:54 
GeneralOn Click of Combo.. Pin
Het210919-May-04 19:51
Het210919-May-04 19:51 
GeneralRe: On Click of Combo.. Pin
Dave Kreskowiak20-May-04 1:15
mveDave Kreskowiak20-May-04 1:15 
GeneralRe: On Click of Combo.. Pin
Het210920-May-04 1:35
Het210920-May-04 1:35 
GeneralProblem with the handling of ESC key in Textbox controls in VB Pin
Vinay Patil19-May-04 19:15
Vinay Patil19-May-04 19:15 
GeneralRe: Problem with the handling of ESC key in Textbox controls in VB Pin
Dave Kreskowiak20-May-04 1:11
mveDave Kreskowiak20-May-04 1:11 
Generalicon resource in an assembly Pin
beowulfagate19-May-04 19:09
beowulfagate19-May-04 19:09 
GeneralDeveloping a component... Pin
swarnamanoo19-May-04 18:28
swarnamanoo19-May-04 18:28 
GeneralRe: Developing a component... Pin
Dave Kreskowiak20-May-04 1:06
mveDave Kreskowiak20-May-04 1:06 
GeneralRe: Developing a component... Pin
Michael P Butler20-May-04 2:42
Michael P Butler20-May-04 2:42 
GeneralVB Call syntax error WHY! WHY! WHY! Pin
beerc0der19-May-04 13:48
beerc0der19-May-04 13:48 
GeneralRe: VB Call syntax error WHY! WHY! WHY! Pin
Dave Kreskowiak19-May-04 17:19
mveDave Kreskowiak19-May-04 17:19 
GeneralRe: VB Call syntax error WHY! WHY! WHY! Pin
beerc0der20-May-04 14:53
beerc0der20-May-04 14:53 
GeneralRe: VB Call syntax error WHY! WHY! WHY! Pin
Ahmad Rifai Yusuf19-May-04 18:01
Ahmad Rifai Yusuf19-May-04 18:01 
QuestionDraw form graphics over top of form controls? Pin
MCTMike19-May-04 8:01
MCTMike19-May-04 8: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.