Click here to Skip to main content
15,891,936 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Broadcasting custom windows message(Interprocess communication) Pin
Moreno Airoldi9-Aug-09 22:46
Moreno Airoldi9-Aug-09 22:46 
AnswerRe: Broadcasting custom windows message(Interprocess communication) Pin
Mark Salsbery7-Aug-09 6:21
Mark Salsbery7-Aug-09 6:21 
GeneralRe: Broadcasting custom windows message(Interprocess communication) Pin
callousfantom9-Aug-09 18:47
callousfantom9-Aug-09 18:47 
GeneralRe: Broadcasting custom windows message(Interprocess communication) Pin
callousfantom9-Aug-09 23:14
callousfantom9-Aug-09 23:14 
QuestionHow to communicate with Win CE device connected by usb Pin
Deflinek7-Aug-09 1:23
Deflinek7-Aug-09 1:23 
AnswerRe: How to communicate with Win CE device connected by usb Pin
annathor10-Aug-09 2:27
annathor10-Aug-09 2:27 
Questiondatagridview Pin
akr_0456-Aug-09 23:08
akr_0456-Aug-09 23:08 
AnswerRe: datagridview Pin
Hypermommy7-Aug-09 2:25
Hypermommy7-Aug-09 2:25 
Some of the gurus on here will probably have a better idea for this but this is what I would try:

Dim myCol As New DataGridViewColumn   ' I think this is the type.  My code was an image column<br />
myCol.Name = "colname"<br />
dgvMyGrid.Columns.Insert(1, myCol)



Then you'll need to access the values of the numbers you need to add and the column where the result should go. I do most of my processing in my OnCellFormatting event. And in there, I access the values of the current row's items with something like this:

(sender.Rows(e.RowIndex).Cells(14).Value <br />


Of course, you'll need to know your column's number. And don't forget to account for the one you entered.

Hope this helps.

Denise "Hypermommy" Duggan

AnswerRe: datagridview Pin
Jack Vanderhorst7-Aug-09 14:19
Jack Vanderhorst7-Aug-09 14:19 
QuestionTabcontrol of Visual Studio 2005 Pin
J.K.Sharma6-Aug-09 22:52
J.K.Sharma6-Aug-09 22:52 
AnswerRe: Tabcontrol of Visual Studio 2005 Pin
Arindam Sinha7-Aug-09 3:04
Arindam Sinha7-Aug-09 3:04 
AnswerRe: Tabcontrol of Visual Studio 2005 Pin
Luc Pattyn7-Aug-09 3:47
sitebuilderLuc Pattyn7-Aug-09 3:47 
QuestionFTP Append in .net 1.1 Pin
Member 41816696-Aug-09 10:30
Member 41816696-Aug-09 10:30 
AnswerRe: FTP Append in .net 1.1 Pin
N a v a n e e t h6-Aug-09 18:12
N a v a n e e t h6-Aug-09 18:12 
GeneralRe: FTP Append in .net 1.1 Pin
Member 41816697-Aug-09 11:52
Member 41816697-Aug-09 11:52 
GeneralRe: FTP Append in .net 1.1 Pin
N a v a n e e t h7-Aug-09 18:27
N a v a n e e t h7-Aug-09 18:27 
QuestionThread Sincronization Issue: Aborting thread with locked resources Pin
Leonardo Muzzi6-Aug-09 7:40
Leonardo Muzzi6-Aug-09 7:40 
AnswerRe: Thread Sincronization Issue: Aborting thread with locked resources PinPopular
Luc Pattyn6-Aug-09 8:05
sitebuilderLuc Pattyn6-Aug-09 8:05 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
Leonardo Muzzi6-Aug-09 8:16
Leonardo Muzzi6-Aug-09 8:16 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
Leonardo Muzzi6-Aug-09 8:32
Leonardo Muzzi6-Aug-09 8:32 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
Luc Pattyn6-Aug-09 8:38
sitebuilderLuc Pattyn6-Aug-09 8:38 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
Luc Pattyn6-Aug-09 8:35
sitebuilderLuc Pattyn6-Aug-09 8:35 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
Leonardo Muzzi6-Aug-09 8:51
Leonardo Muzzi6-Aug-09 8:51 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
Luc Pattyn6-Aug-09 9:00
sitebuilderLuc Pattyn6-Aug-09 9:00 
GeneralRe: Thread Sincronization Issue: Aborting thread with locked resources Pin
supercat97-Aug-09 7:58
supercat97-Aug-09 7:58 

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.