Click here to Skip to main content
15,887,365 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralMessage Removed Pin
27-Oct-10 8:17
flflshop27-Oct-10 8:17 
GeneralRe: Script for checking domain & Map Drive Pin
Dave Kreskowiak27-Oct-10 8:21
mveDave Kreskowiak27-Oct-10 8:21 
GeneralRe: Script for checking domain & Map Drive Pin
phil.o28-Oct-10 5:59
professionalphil.o28-Oct-10 5:59 
GeneralRe: Script for checking domain & Map Drive Pin
Dave Kreskowiak27-Oct-10 6:05
mveDave Kreskowiak27-Oct-10 6:05 
GeneralRe: Script for checking domain & Map Drive Pin
OrdinaryGal27-Oct-10 15:35
OrdinaryGal27-Oct-10 15:35 
GeneralRe: Script for checking domain & Map Drive Pin
Dave Kreskowiak27-Oct-10 17:22
mveDave Kreskowiak27-Oct-10 17:22 
GeneralRe: Script for checking domain & Map Drive Pin
OrdinaryGal28-Oct-10 4:17
OrdinaryGal28-Oct-10 4:17 
Questionvb .net 2008 express edition remove a row in datagridview Pin
Denis999926-Oct-10 3:01
Denis999926-Oct-10 3:01 
Hello, i have a problem, in my application i have a datagridview with rows, i can insert rows without any problem, i have a condition when its true i will remove this row, to know wich index has the row i have made a function, and i call it and the return value is correct but the next code line doesnt execute, can anybody help me??
Thanks and sorry for my english.

Dim row_to_delete as intenger

...
for i....

if .... then..

row_to_delete=find(i)
datagridview.rows.removeat(row_to_delete)' this line seems to doesnt execute

...


----------------------------------
public function find(byval code as integer) as integer
dim index_row as integer
for x =0...
if code =datagridview.item(0,x).value then
index_row=x

return index_row

end function
AnswerRe: vb .net 2008 express edition remove a row in datagridview Pin
_Erik_26-Oct-10 5:49
_Erik_26-Oct-10 5:49 
AnswerRe: vb .net 2008 express edition remove a row in datagridview Pin
DaveAuld26-Oct-10 5:49
professionalDaveAuld26-Oct-10 5:49 
GeneralRe: vb .net 2008 express edition remove a row in datagridview Pin
Denis999928-Oct-10 0:06
Denis999928-Oct-10 0:06 
QuestionHow to get selected node in a XML with childnodes and childnodes' childnodes? Pin
sanyexian25-Oct-10 22:19
sanyexian25-Oct-10 22:19 
AnswerRe: How to get selected node in a XML with childnodes and childnodes' childnodes? Pin
Eaverae26-Oct-10 19:57
Eaverae26-Oct-10 19:57 
GeneralRe: How to get selected node in a XML with childnodes and childnodes' childnodes? Pin
sanyexian26-Oct-10 20:04
sanyexian26-Oct-10 20:04 
QuestionFiles in a VB.NET project to put under Version control Pin
cages25-Oct-10 9:15
cages25-Oct-10 9:15 
AnswerRe: Files in a VB.NET project to put under Version control Pin
dan!sh 25-Oct-10 10:56
professional dan!sh 25-Oct-10 10:56 
GeneralRe: Files in a VB.NET project to put under Version control Pin
cages26-Oct-10 10:20
cages26-Oct-10 10:20 
AnswerRe: Files in a VB.NET project to put under Version control Pin
Gregory Gadow25-Oct-10 11:08
Gregory Gadow25-Oct-10 11:08 
GeneralRe: Files in a VB.NET project to put under Version control Pin
AspDotNetDev25-Oct-10 11:21
protectorAspDotNetDev25-Oct-10 11:21 
GeneralRe: Files in a VB.NET project to put under Version control Pin
DaveAuld25-Oct-10 11:33
professionalDaveAuld25-Oct-10 11:33 
GeneralRe: Files in a VB.NET project to put under Version control Pin
Abrojus27-Oct-10 2:50
Abrojus27-Oct-10 2:50 
GeneralRe: Files in a VB.NET project to put under Version control Pin
Dell.Simmons27-Oct-10 6:07
Dell.Simmons27-Oct-10 6:07 
GeneralRe: Files in a VB.NET project to put under Version control Pin
Kenneth Kasajian27-Oct-10 10:26
Kenneth Kasajian27-Oct-10 10:26 
AnswerRe: Files in a VB.NET project to put under Version control Pin
Stonkie26-Oct-10 19:22
Stonkie26-Oct-10 19:22 
GeneralRe: Files in a VB.NET project to put under Version control Pin
AdamEcc26-Oct-10 23:39
AdamEcc26-Oct-10 23:39 

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.