Click here to Skip to main content
15,906,333 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionEncryption Pin
mpavas13-Nov-07 3:53
mpavas13-Nov-07 3:53 
AnswerRe: Encryption Pin
AliAmjad13-Nov-07 5:39
AliAmjad13-Nov-07 5:39 
AnswerRe: Encryption Pin
Ocean4713-Nov-07 7:13
Ocean4713-Nov-07 7:13 
GeneralRe: Encryption Pin
mpavas13-Nov-07 19:20
mpavas13-Nov-07 19:20 
AnswerRe: Encryption Pin
Steven J Jowett13-Nov-07 22:41
Steven J Jowett13-Nov-07 22:41 
GeneralRe: Encryption Pin
Mark Churchill17-Dec-07 14:47
Mark Churchill17-Dec-07 14:47 
QuestionPopulate web page Pin
mcnewsxp13-Nov-07 3:48
mcnewsxp13-Nov-07 3:48 
Questiondifficult to handle datagridview with keyboard Pin
eyes200713-Nov-07 3:23
eyes200713-Nov-07 3:23 
hi all,

as per my projects needs i am using checklistbox. now the requirement is to multiselect the items of checklistbox with shift or control key pressed, which is not possible with this control.

now i try to use the datagridview control as checklistbox.
- i hide the column header and row header
- the first column is datagridviewcheckboxcolumn
- the second column is datagridviewtextboxcolumn
for MOUSE handling
- i write my code on datagridview_cellclick event (that works perfectly as per need)
for KEYBOARED handling
- i write the same code on datagridview_cellvaluechanged event ( their the problem is )
when i check the checkbox, i need to change the other controls value accordingly. but the event fires when selection changed.
- i also try datagridview_selectionchange event but in that case i have to change the selection to get the values get change

does some one have any kind of idea to solve that problem.

thanks in advance

help everyone

QuestionError creating window handle Pin
Steven J Jowett13-Nov-07 1:17
Steven J Jowett13-Nov-07 1:17 
AnswerRe: Error creating window handle Pin
Steven J Jowett13-Nov-07 22:46
Steven J Jowett13-Nov-07 22:46 
QuestionCOM, Marshal, GetActiveObject Pin
Rheinflut199513-Nov-07 1:15
Rheinflut199513-Nov-07 1:15 
QuestionReference of VB6 COM & Activex components in VB.net setup : Need urgent help [modified] Pin
nishkarsh_k12-Nov-07 23:44
nishkarsh_k12-Nov-07 23:44 
AnswerRe: Reference of VB6 COM & Activex components in VB.net setup : Need urgent help Pin
Pankaj - Joshi13-Nov-07 0:30
Pankaj - Joshi13-Nov-07 0:30 
QuestionAcessing the Registry. Pin
SekharOne12-Nov-07 22:58
SekharOne12-Nov-07 22:58 
AnswerRe: Acessing the Registry. Pin
Christian Graus12-Nov-07 23:40
protectorChristian Graus12-Nov-07 23:40 
QuestionHow to speed up drop down of a combobox type column in a datagridview Pin
SekharOne12-Nov-07 22:52
SekharOne12-Nov-07 22:52 
AnswerRe: How to speed up drop down of a combobox type column in a datagridview Pin
Christian Graus12-Nov-07 23:40
protectorChristian Graus12-Nov-07 23:40 
GeneralRe: How to speed up drop down of a combobox type column in a datagridview Pin
SekharOne13-Nov-07 0:32
SekharOne13-Nov-07 0:32 
Questionnow a can read text file line by line but how to split it [modified] Pin
abdullah Hejory12-Nov-07 22:26
abdullah Hejory12-Nov-07 22:26 
AnswerRe: now a can read text file line by line but how to split it Pin
Christian Graus12-Nov-07 23:43
protectorChristian Graus12-Nov-07 23:43 
GeneralRe: now a can read text file line by line but how to split it Pin
abdullah Hejory13-Nov-07 0:22
abdullah Hejory13-Nov-07 0:22 
GeneralRe: now a can read text file line by line but how to split it Pin
Christian Graus13-Nov-07 0:24
protectorChristian Graus13-Nov-07 0:24 
GeneralRe: now a can read text file line by line but how to split it Pin
abdullah Hejory13-Nov-07 19:14
abdullah Hejory13-Nov-07 19:14 
QuestionDetecting a system shutdown from a windows service Pin
StephenBlack12-Nov-07 22:23
StephenBlack12-Nov-07 22:23 
AnswerRe: Detecting a system shutdown from a windows service Pin
StephenBlack12-Nov-07 22:42
StephenBlack12-Nov-07 22:42 

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.