Click here to Skip to main content
15,909,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Brain Cramp... this should be simple, but I'm going nuts Pin
chrismerrill27-Apr-05 5:44
chrismerrill27-Apr-05 5:44 
GeneralI always reply in the wrong spot... Pin
Mike the Red27-Apr-05 8:14
Mike the Red27-Apr-05 8:14 
QuestionHow can I do calculations on the Data Grid (Run Time) Pin
Madni Abbasi27-Apr-05 4:23
Madni Abbasi27-Apr-05 4:23 
AnswerRe: How can I do calculations on the Data Grid (Run Time) Pin
rudy.net28-Apr-05 18:42
rudy.net28-Apr-05 18:42 
QuestionHow do i link a powerpoint show to VB.Net Pin
Court198727-Apr-05 0:44
Court198727-Apr-05 0:44 
Questionhow to design word document dynamically? Pin
Anonymous27-Apr-05 0:29
Anonymous27-Apr-05 0:29 
GeneralDeleting a DataGrid row ?! Pin
toxcct26-Apr-05 20:33
toxcct26-Apr-05 20:33 
GeneralRe: Deleting a DataGrid row ?! Pin
genius12326-Apr-05 23:37
genius12326-Apr-05 23:37 
Hi,

You cannot directly delete/suppress a row from a datagrid.
You have to manipulat its datasource and then reassign the datasource.

eg:
dim dtable as new datatable
dtable = grid.datasource.

dtable.rows.removeat(index) (Use some logic here to pass the row no. i.e. the index)

reassign the table.

grid.datasource = dtable.

do let me know if this helps.



GeneralRe: Deleting a DataGrid row ?! Pin
toxcct27-Apr-05 1:51
toxcct27-Apr-05 1:51 
GeneralRe: Deleting a DataGrid row ?! Pin
genius12327-Apr-05 18:42
genius12327-Apr-05 18:42 
QuestionHow to Install a Windows Service Pin
Mahesh167926-Apr-05 18:02
Mahesh167926-Apr-05 18:02 
AnswerRe: How to Install a Windows Service Pin
Het210926-Apr-05 20:01
Het210926-Apr-05 20:01 
GeneralRe: How to Install a Windows Service Pin
Anonymous26-Apr-05 20:16
Anonymous26-Apr-05 20:16 
GeneralRe: How to Install a Windows Service Pin
Sebastien Lachance27-Apr-05 6:54
Sebastien Lachance27-Apr-05 6:54 
Generaldebug c dll from vb .net Pin
nina80226-Apr-05 12:28
nina80226-Apr-05 12:28 
GeneralRe: debug c dll from vb .net Pin
rwestgraham26-Apr-05 13:31
rwestgraham26-Apr-05 13:31 
QuestionHow to add AutoUpdate feature in VB.net Apllication Pin
Arvind200426-Apr-05 9:36
Arvind200426-Apr-05 9:36 
AnswerRe: How to add AutoUpdate feature in VB.net Apllication Pin
Dennis C. Dietrich26-Apr-05 10:05
Dennis C. Dietrich26-Apr-05 10:05 
AnswerRe: How to add AutoUpdate feature in VB.net Apllication Pin
Guillermo Rivero26-Apr-05 10:20
Guillermo Rivero26-Apr-05 10:20 
GeneralNon visible window capture Pin
Member 42240426-Apr-05 9:26
Member 42240426-Apr-05 9:26 
GeneralRe: Non visible window capture Pin
Dave Kreskowiak26-Apr-05 10:27
mveDave Kreskowiak26-Apr-05 10:27 
GeneralDeployment with SQL and CR Pin
Joey Picerno26-Apr-05 3:48
Joey Picerno26-Apr-05 3:48 
Generalpressed key event Pin
abedsb26-Apr-05 3:06
abedsb26-Apr-05 3:06 
GeneralRe: pressed key event Pin
Dave Kreskowiak26-Apr-05 6:25
mveDave Kreskowiak26-Apr-05 6:25 
GeneralRe: pressed key event Pin
abedsb26-Apr-05 12:56
abedsb26-Apr-05 12:56 

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.