Click here to Skip to main content
15,899,126 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Export Datagrid to CSV Pin
crash89330-Apr-06 11:20
crash89330-Apr-06 11:20 
Questiondeployment in vb.net Pin
msandhyar29-Apr-06 8:51
msandhyar29-Apr-06 8:51 
AnswerRe: deployment in vb.net Pin
Mekong River30-Apr-06 6:38
Mekong River30-Apr-06 6:38 
QuestionRe: deployment in vb.net Pin
msandhyar30-Apr-06 7:54
msandhyar30-Apr-06 7:54 
Questionhow to make label visible at runtime ? Pin
scalpa9829-Apr-06 7:34
scalpa9829-Apr-06 7:34 
AnswerRe: how to make label visible at runtime ? Pin
Roy Heil29-Apr-06 11:17
professionalRoy Heil29-Apr-06 11:17 
GeneralRe: how to make label visible at runtime ? Pin
scalpa9830-Apr-06 8:51
scalpa9830-Apr-06 8:51 
AnswerRe: how to make label visible at runtime ? Pin
Mohammed Amine30-Apr-06 5:50
Mohammed Amine30-Apr-06 5:50 
well, i'm not sure abt what are you asking abt but if i understood you , i think you want to use shotcuts to show or to hide labels

well , this is a event named "keydown"
i will write some thing here but this is not the right code cuz i don't remember all
this methode accepts two parametrs the first code : is to recuperate the ascii code of the button you taped at

& shift do the same thing but just for Ctrl & shift

you can know the ascii code of the button you taped by showing the parametre code in a textbox

private sub form_keydown(code ,shift)
textbox1.text = code
end sub
when you know it just change the code in the methode

private sub form_keydown(code ,shift)
if code = .... and shift = .... then
label1.text = ....
end if
end sub
end sub

it is hard to explain just in the furom
i hope you understood ma english Poke tongue | ;-P

ciao

try to be good if you can't be the best
GeneralRe: how to make label visible at runtime ? Pin
scalpa9830-Apr-06 8:53
scalpa9830-Apr-06 8:53 
Questionhow to create OCR in VB.NET Pin
Murtuza Husain Miyan Patel29-Apr-06 5:12
professionalMurtuza Husain Miyan Patel29-Apr-06 5:12 
AnswerRe: how to create OCR in VB.NET Pin
Mekong River30-Apr-06 6:41
Mekong River30-Apr-06 6:41 
Questioncreate report Pin
baahmada29-Apr-06 4:36
baahmada29-Apr-06 4:36 
Question"tiff " type scanned to print in vb Pin
Member 286603029-Apr-06 2:15
Member 286603029-Apr-06 2:15 
QuestionListView Question Pin
fasttaxi29-Apr-06 2:11
fasttaxi29-Apr-06 2:11 
AnswerRe: ListView Question Pin
mr_1234529-Apr-06 5:23
mr_1234529-Apr-06 5:23 
QuestionHow to add properties to TreelistView User control Pin
irfanahsan29-Apr-06 1:13
irfanahsan29-Apr-06 1:13 
AnswerRe: How to add properties to TreelistView User control Pin
mlauahi1-May-06 12:27
mlauahi1-May-06 12:27 
Questionprinting more than one report in CR Pin
microuser_200028-Apr-06 23:58
microuser_200028-Apr-06 23:58 
QuestionHow to Write a Vertical Text In Graphic Mode in VB.NET Pin
alialikh28-Apr-06 20:54
alialikh28-Apr-06 20:54 
AnswerRe: How to Write a Vertical Text In Graphic Mode in VB.NET Pin
Ed.Poore28-Apr-06 23:38
Ed.Poore28-Apr-06 23:38 
GeneralRe: How to Write a Vertical Text In Graphic Mode in VB.NET Pin
alialikh29-Apr-06 1:58
alialikh29-Apr-06 1:58 
QuestionResizing Images in VB.Net Pin
JoeySmith28-Apr-06 14:36
JoeySmith28-Apr-06 14:36 
AnswerRe: Resizing Images in VB.Net Pin
Yuvi Panda28-Apr-06 20:15
Yuvi Panda28-Apr-06 20:15 
AnswerRe: Resizing Images in VB.Net Pin
Bhanwar Gupta28-Apr-06 20:40
Bhanwar Gupta28-Apr-06 20:40 
GeneralRe: Resizing Images in VB.Net Pin
JoeySmith29-Apr-06 0:50
JoeySmith29-Apr-06 0:50 

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.