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

Visual Basic

 
QuestionClass Conversion Issue Pin
Jason Stamp12-Sep-05 0:03
Jason Stamp12-Sep-05 0:03 
QuestionAppending XML Pin
nitin_ion11-Sep-05 23:08
nitin_ion11-Sep-05 23:08 
AnswerRe: Appending XML Pin
Gavin Jeffrey11-Sep-05 23:46
Gavin Jeffrey11-Sep-05 23:46 
GeneralRe: Appending XML Pin
nitin_ion12-Sep-05 1:35
nitin_ion12-Sep-05 1:35 
GeneralRe: Appending XML Pin
Gavin Jeffrey12-Sep-05 20:32
Gavin Jeffrey12-Sep-05 20:32 
QuestionI get a error from Crystal report 10.0. Pin
Jimmy Huynh11-Sep-05 22:54
Jimmy Huynh11-Sep-05 22:54 
QuestionDatagrid Pin
mcgann11-Sep-05 21:49
mcgann11-Sep-05 21:49 
AnswerRe: Datagrid Pin
LeenaSo11-Sep-05 22:48
LeenaSo11-Sep-05 22:48 
U can use the Datakeys property of the Datagrid to get the value of the unique field for the selected Row in the datagrid .

Sub Update_Command(sender As Object, e As DataGridCommandEventArgs)
....
uniq = Grid.DataKeys(e.Item.ItemIndex)
....

End Sub
Questioninput box Pin
ali kanju11-Sep-05 18:34
ali kanju11-Sep-05 18:34 
AnswerRe: input box Pin
Christian Graus11-Sep-05 18:50
protectorChristian Graus11-Sep-05 18:50 
AnswerRe: input box Pin
Briga11-Sep-05 22:29
Briga11-Sep-05 22:29 
AnswerRe: input box Pin
MohammadAmiry12-Sep-05 20:02
MohammadAmiry12-Sep-05 20:02 
Questionarray of control Pin
ali kanju11-Sep-05 18:29
ali kanju11-Sep-05 18:29 
AnswerRe: array of control Pin
Christian Graus11-Sep-05 18:51
protectorChristian Graus11-Sep-05 18:51 
AnswerRe: array of control Pin
rwestgraham11-Sep-05 18:52
rwestgraham11-Sep-05 18:52 
Questiontelephone number format question Pin
rolfjahn11-Sep-05 17:36
rolfjahn11-Sep-05 17:36 
AnswerRe: telephone number format question Pin
Christian Graus11-Sep-05 17:47
protectorChristian Graus11-Sep-05 17:47 
Questionstore String chars or substrings in Array Pin
Anonymous11-Sep-05 16:04
Anonymous11-Sep-05 16:04 
AnswerRe: store String chars or substrings in Array Pin
Anonymous11-Sep-05 16:06
Anonymous11-Sep-05 16:06 
AnswerRe: store String chars or substrings in Array Pin
Christian Graus11-Sep-05 16:46
protectorChristian Graus11-Sep-05 16:46 
AnswerRe: store String chars or substrings in Array Pin
Scott Page12-Sep-05 10:29
professionalScott Page12-Sep-05 10:29 
GeneralRe: store String chars or substrings in Array Pin
Anonymous12-Sep-05 12:16
Anonymous12-Sep-05 12:16 
QuestionInteractive Remote Desktop Pin
MohammadAmiry11-Sep-05 6:20
MohammadAmiry11-Sep-05 6:20 
AnswerRe: Interactive Remote Desktop Pin
rwestgraham11-Sep-05 11:05
rwestgraham11-Sep-05 11:05 
QuestionDetect active application Pin
Brian_Murphy11-Sep-05 0:02
Brian_Murphy11-Sep-05 0:02 

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.