Click here to Skip to main content
15,891,763 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
It has been a while but I think it is something like this.
  dim chkbox as new checkbox

  me.controls.add(chkbox)
'or possibly 
  dim o as object
  set o = me.controls.add(chkbox)

Michael
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 
GeneralRe: Background Application Pin
John Kuhn12-Feb-04 17:59
John Kuhn12-Feb-04 17:59 
GeneralRe: Background Application Pin
John Kuhn13-Feb-04 13:51
John Kuhn13-Feb-04 13:51 
Questioncan you make an array of properties? Pin
Nadroj12-Feb-04 17:21
Nadroj12-Feb-04 17:21 
AnswerRe: can you make an array of properties? Pin
Nadroj12-Feb-04 17:51
Nadroj12-Feb-04 17:51 

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.