Click here to Skip to main content
15,919,931 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: TimeSpan from txt File Pin
Dave Kreskowiak13-Apr-04 1:54
mveDave Kreskowiak13-Apr-04 1:54 
GeneralSetting up TaskBar properties Pin
PC3700DDR12-Apr-04 9:45
PC3700DDR12-Apr-04 9:45 
GeneralShow me a good book for beginning to learn Visual Basic.Net Pin
KORCARI12-Apr-04 7:11
KORCARI12-Apr-04 7:11 
GeneralRe: Show me a good book for beginning to learn Visual Basic.Net Pin
ineedhelp12-Apr-04 21:38
ineedhelp12-Apr-04 21:38 
GeneralRe: Show me a good book for beginning to learn Visual Basic.Net Pin
Anonymous13-Apr-04 1:06
Anonymous13-Apr-04 1:06 
GeneralRe: Show me a good book for beginning to learn Visual Basic.Net Pin
T Manjaly15-Apr-04 13:08
T Manjaly15-Apr-04 13:08 
Generalcalculation on datagrid Pin
hd7712-Apr-04 4:02
hd7712-Apr-04 4:02 
GeneralRe: calculation on datagrid Pin
sivilian12-Apr-04 4:13
sivilian12-Apr-04 4:13 
One way is to use the ItemDataBound() event. This gets called once for every row on the datagrid while it is being bound. You can then access the contents of the row like this:

e.Item.Cells(indexOfCell).Text

You will have to cast the correct type but you can either change the values of the cell based on a calculation, or you can add up all the cells using a global variable.

hope this helps,

sivlian
GeneralSpeaker identification by analyzing wav file Pin
kashif_kazi12-Apr-04 2:09
kashif_kazi12-Apr-04 2:09 
GeneralRe: Speaker identification by analyzing wav file Pin
Dave Kreskowiak12-Apr-04 3:20
mveDave Kreskowiak12-Apr-04 3:20 
GeneralConcatenating wav files Pin
kashif_kazi12-Apr-04 2:01
kashif_kazi12-Apr-04 2:01 
Generalcomparision statement Pin
hnetscape@yahoo.com12-Apr-04 1:52
susshnetscape@yahoo.com12-Apr-04 1:52 
GeneralCombo Box Pin
My kunjal11-Apr-04 20:21
My kunjal11-Apr-04 20:21 
GeneralRe: Combo Box Pin
vikrant137513-Apr-04 1:37
vikrant137513-Apr-04 1:37 
GeneralDrawing big bitmapped buttons Pin
jeffccodeproject11-Apr-04 16:32
jeffccodeproject11-Apr-04 16:32 
GeneralDRAG / DROP from .NET application to Explorer Pin
Member 91696511-Apr-04 7:51
Member 91696511-Apr-04 7:51 
QuestionHow can I begin effective learning VB.NET Pin
KORCARI11-Apr-04 0:43
KORCARI11-Apr-04 0:43 
AnswerRe: How can I begin effective learning VB.NET Pin
Sarvesvara (BVKS) Dasa11-Apr-04 1:03
Sarvesvara (BVKS) Dasa11-Apr-04 1:03 
AnswerRe: How can I begin effective learning VB.NET Pin
T Manjaly15-Apr-04 13:10
T Manjaly15-Apr-04 13:10 
GeneralInternet Cafe Pin
has1sir10-Apr-04 16:58
has1sir10-Apr-04 16:58 
GeneralRe: Internet Cafe Pin
Prakash Nadar11-Apr-04 0:46
Prakash Nadar11-Apr-04 0:46 
GeneralRe: Internet Cafe Pin
Sarvesvara (BVKS) Dasa11-Apr-04 1:01
Sarvesvara (BVKS) Dasa11-Apr-04 1:01 
GeneralRe: Internet Cafe Pin
Prakash Nadar11-Apr-04 1:05
Prakash Nadar11-Apr-04 1:05 
GeneralRe: Internet Cafe Pin
Sarvesvara (BVKS) Dasa11-Apr-04 0:57
Sarvesvara (BVKS) Dasa11-Apr-04 0:57 
GeneralRe: Internet Cafe Pin
Toola11-Apr-04 4:47
Toola11-Apr-04 4:47 

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.