Click here to Skip to main content
16,005,080 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to get list of all registered domains Pin
narayanagvs7-May-06 22:46
narayanagvs7-May-06 22:46 
AnswerRe: how to get list of all registered domains Pin
Mekong River8-May-06 0:31
Mekong River8-May-06 0:31 
QuestionDatagridview control Pin
roitha7-May-06 22:17
roitha7-May-06 22:17 
AnswerRe: Datagridview control Pin
Mekong River8-May-06 0:42
Mekong River8-May-06 0:42 
QuestionOpen MDIChild Form Pin
roitha7-May-06 22:13
roitha7-May-06 22:13 
AnswerRe: Open MDIChild Form Pin
Mekong River8-May-06 0:37
Mekong River8-May-06 0:37 
QuestionWhat event handler to use for a "press once" key event? Pin
KaKa'7-May-06 21:53
KaKa'7-May-06 21:53 
AnswerRe: What event handler to use for a "press once" key event? Pin
Rizwan Bashir9-May-06 1:53
Rizwan Bashir9-May-06 1:53 
There is no event to handle directly for Arrow keys. Yes if you are talking about regular keys like A,B etc then keypress event will work. on Your situation use form level variable
on KeyDown Event set the time in that variable and on key up check the time of keydown and this way you can calculate that how much time the key was pressed . or if it has no concern with your applicaiton then only use KeyUp event of the container .

Rizwan Bashir
QuestionOracle and SQL Server Connection string in Visual Basic Pin
somrit7-May-06 20:57
somrit7-May-06 20:57 
Questionabout Date.ParseExact() function Pin
pptadam7-May-06 20:17
pptadam7-May-06 20:17 
AnswerRe: about Date.ParseExact() function Pin
Guffa7-May-06 21:46
Guffa7-May-06 21:46 
QuestionHow to move a chart of an excel file from vb.net into slide of power point file? Pin
jkrao7-May-06 19:34
jkrao7-May-06 19:34 
Questionvb.net Pin
amit_jpr7-May-06 19:32
amit_jpr7-May-06 19:32 
AnswerRe: vb.net Pin
Rizwan Bashir7-May-06 21:37
Rizwan Bashir7-May-06 21:37 
Questionlabel edit subitems in listview ???? Pin
svincoll47-May-06 19:18
svincoll47-May-06 19:18 
AnswerRe: label edit subitems in listview ???? Pin
Rizwan Bashir9-May-06 1:54
Rizwan Bashir9-May-06 1:54 
QuestionType Mismatch with COM Pin
Kessica7-May-06 16:31
Kessica7-May-06 16:31 
QuestionDatagridview control Pin
roitha7-May-06 15:15
roitha7-May-06 15:15 
AnswerRe: Datagridview control Pin
svincoll47-May-06 19:30
svincoll47-May-06 19:30 
AnswerRe: Datagridview control Pin
svincoll47-May-06 19:31
svincoll47-May-06 19:31 
GeneralRe: Datagridview control Pin
roitha7-May-06 22:09
roitha7-May-06 22:09 
QuestionSave Selected Outlook Emails Pin
smarttom997-May-06 11:12
smarttom997-May-06 11:12 
QuestionSearching for files using vb.net 2005 Pin
mitsroff7-May-06 9:49
mitsroff7-May-06 9:49 
AnswerRe: Searching for files using vb.net 2005 Pin
CWIZO7-May-06 21:50
CWIZO7-May-06 21:50 
AnswerRe: Searching for files using vb.net 2005 Pin
Yuvi Panda7-May-06 22:01
Yuvi Panda7-May-06 22: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.