Click here to Skip to main content
15,918,808 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Cannot create Enum Type from Type.GetType("EnumName") Pin
Dallas Matthews14-Feb-04 7:23
Dallas Matthews14-Feb-04 7:23 
GeneralRe: Cannot create Enum Type from Type.GetType("EnumName") Pin
Matthew Hazlett14-Feb-04 7:44
Matthew Hazlett14-Feb-04 7:44 
GeneralRe: Cannot create Enum Type from Type.GetType("EnumName") Pin
Dallas Matthews16-Feb-04 3:38
Dallas Matthews16-Feb-04 3:38 
Generalkeyboard hooking in VB.net Pin
matthew kelly13-Feb-04 6:01
matthew kelly13-Feb-04 6:01 
GeneralRe: keyboard hooking in VB.net Pin
Dave Kreskowiak13-Feb-04 9:46
mveDave Kreskowiak13-Feb-04 9:46 
GeneralRe: keyboard hooking in VB.net Pin
matthew kelly18-Feb-04 13:48
matthew kelly18-Feb-04 13:48 
GeneralRe: keyboard hooking in VB.net Pin
Dave Kreskowiak18-Feb-04 19:29
mveDave Kreskowiak18-Feb-04 19:29 
GeneralRe: keyboard hooking in VB.net Pin
Matthew Hazlett13-Feb-04 10:20
Matthew Hazlett13-Feb-04 10:20 
VS.NET already has lots of keyboard stuff in it. But be carefull I spent lotsa time trying to get shifted keys to work.

VB
Private Sub Edit_KeyDown(ByVal sender As Object, _
                         ByVal e As System.Windows.Forms.KeyEventArgs) Handles Edit.KeyDown

Select Case e.KeyData
Case Keys.End
...
case Keys.Subtract Or Keys.Shift   ' this is the _ key (Kinda confusing)
...
end select
end sub

Just make sure to use Keys.??? or Keys.Shift if its a shifted key.
QuestionHow can i make or modify a .cpl file Control panel applet Pin
Saeed Tabrizi13-Feb-04 5:55
Saeed Tabrizi13-Feb-04 5:55 
AnswerRe: How can i make or modify a .cpl file Control panel applet Pin
Dave Kreskowiak13-Feb-04 10:22
mveDave Kreskowiak13-Feb-04 10:22 
Generalcreating checkboxes dynamically Pin
gamerPotatoe13-Feb-04 4:09
gamerPotatoe13-Feb-04 4:09 
GeneralRe: creating checkboxes dynamically Pin
-Dr_X-13-Feb-04 7:52
-Dr_X-13-Feb-04 7:52 
GeneralRe: creating checkboxes dynamically Pin
zaheer Asif14-Feb-04 9:47
zaheer Asif14-Feb-04 9:47 
GeneralRe: creating checkboxes dynamically Pin
zaheer Asif14-Feb-04 9:47
zaheer Asif14-Feb-04 9:47 
GeneralQuestion on pure visual basic Pin
rajrajeshwar13-Feb-04 2:51
rajrajeshwar13-Feb-04 2:51 
GeneralRe: Question on pure visual basic Pin
Dave Kreskowiak13-Feb-04 10:44
mveDave Kreskowiak13-Feb-04 10:44 
QuestionHow Handel other Application in VB project Pin
shashishukla13-Feb-04 1:07
shashishukla13-Feb-04 1:07 
GeneralMy Network Places Pin
EmjGels12-Feb-04 23:08
EmjGels12-Feb-04 23:08 
GeneralRe: My Network Places Pin
John Kuhn13-Feb-04 15:54
John Kuhn13-Feb-04 15:54 
GeneralRe: My Network Places Pin
EmjGels13-Feb-04 16:03
EmjGels13-Feb-04 16:03 
GeneralRe: My Network Places Pin
John Kuhn13-Feb-04 16:31
John Kuhn13-Feb-04 16:31 
GeneralRe: My Network Places Pin
LokmanHakim16-Feb-04 17:02
LokmanHakim16-Feb-04 17:02 
GeneralNeed help on monthview control Pin
gamerPotatoe12-Feb-04 19:47
gamerPotatoe12-Feb-04 19:47 
GeneralRe: Need help on monthview control Pin
John Kuhn13-Feb-04 16:13
John Kuhn13-Feb-04 16:13 
GeneralBackground Application Pin
Pugman81212-Feb-04 17:53
Pugman81212-Feb-04 17:53 

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.