Click here to Skip to main content
15,925,440 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: library or application name Pin
Dave Sexton24-Jan-07 3:01
Dave Sexton24-Jan-07 3:01 
GeneralRe: library or application name Pin
Marc Soleda24-Jan-07 3:51
Marc Soleda24-Jan-07 3:51 
AnswerRe: library or application name Pin
Ray Cassick24-Jan-07 7:08
Ray Cassick24-Jan-07 7:08 
GeneralRe: library or application name Pin
Marc Soleda24-Jan-07 21:43
Marc Soleda24-Jan-07 21:43 
QuestionBinding A Form with MDI form Pin
Zashir24-Jan-07 0:31
Zashir24-Jan-07 0:31 
QuestionForm within a balloon or similar Pin
Dave McCool24-Jan-07 0:27
Dave McCool24-Jan-07 0:27 
QuestionDatagridView Pin
Socheat.Net24-Jan-07 0:13
Socheat.Net24-Jan-07 0:13 
AnswerRe: DatagridView Pin
Ahmed El-Badry24-Jan-07 1:06
Ahmed El-Badry24-Jan-07 1:06 
cryat a datagrid coulm Price , Quantity
something lik Price * Quantity

[Price] [Quantity]
10 100

Private Sub DataGrid1_CurrentCellChanged1(ByVal sender As Object, ByVal e As System.EventArgs) Handles DataGrid1.CurrentCellChanged

Dim a As Integer = DataGrid1.CurrentRowIndex.ToString

dim Price as Integer =DataGrid1.Item(a, 0)
dim Quantity as Integer = DataGrid1.Item(a, 1)

dim totale as Integer = Price * Quantity

msgbox(totale)

End Sub

:->


Ahmed El-Badry

QuestionPlz help me Pin
Ahmed El-Badry24-Jan-07 0:07
Ahmed El-Badry24-Jan-07 0:07 
Questionhow to add comboBox as a column in DatagridView? Pin
priya_p23324-Jan-07 0:01
priya_p23324-Jan-07 0:01 
AnswerRe: how to add comboBox as a column in DatagridView? Pin
tonymathewt24-Jan-07 1:44
professionaltonymathewt24-Jan-07 1:44 
GeneralRe: how to add comboBox as a column in DatagridView? Pin
priya_p23324-Jan-07 18:15
priya_p23324-Jan-07 18:15 
AnswerRe: how to add comboBox as a column in DatagridView? [modified] Pin
atulks.in24-Jan-07 20:18
atulks.in24-Jan-07 20:18 
AnswerRe: how to add comboBox as a column in DatagridView? Pin
tonymathewt24-Jan-07 22:43
professionaltonymathewt24-Jan-07 22:43 
QuestionDatabase error Pin
lanache23-Jan-07 23:58
lanache23-Jan-07 23:58 
AnswerRe: Database error Pin
atulks.in24-Jan-07 19:49
atulks.in24-Jan-07 19:49 
GeneralRe: Database error Pin
lanache24-Jan-07 23:04
lanache24-Jan-07 23:04 
AnswerRe: Database error Pin
atulks.in25-Jan-07 0:11
atulks.in25-Jan-07 0:11 
QuestionDatabase error Pin
lanache23-Jan-07 23:47
lanache23-Jan-07 23:47 
AnswerRe: Database error Pin
Ahmed El-Badry24-Jan-07 0:39
Ahmed El-Badry24-Jan-07 0:39 
GeneralRe: Database error Pin
lanache24-Jan-07 22:20
lanache24-Jan-07 22:20 
QuestionIs this possible??????? Pin
FeRtoll23-Jan-07 22:52
FeRtoll23-Jan-07 22:52 
AnswerRe: Is this possible??????? Pin
IqbalVB25-Jan-07 20:03
IqbalVB25-Jan-07 20:03 
GeneralRe: Is this possible??????? Pin
FeRtoll28-Jan-07 23:21
FeRtoll28-Jan-07 23:21 
Questioncreating a batch file to generate dll from code files of vb6 and vb.net Pin
atulks.in23-Jan-07 22:19
atulks.in23-Jan-07 22:19 

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.