Click here to Skip to main content
15,918,668 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: AVICap32 API in VB.NET Pin
[DK]KiloDunse9-Jan-05 23:51
[DK]KiloDunse9-Jan-05 23:51 
Generalsetup wizard Pin
Boniolopez8-Jan-05 4:49
Boniolopez8-Jan-05 4:49 
GeneralCallback function not working?? Video capture. Pin
[DK]KiloDunse8-Jan-05 0:37
[DK]KiloDunse8-Jan-05 0:37 
GeneralRe: Callback function not working?? Video capture. Pin
OICU8128-Jan-05 20:05
OICU8128-Jan-05 20:05 
GeneralRe: Callback function not working?? Video capture. Pin
[DK]KiloDunse8-Jan-05 20:31
[DK]KiloDunse8-Jan-05 20:31 
GeneralRe: Callback function not working?? Video capture. Pin
OICU8129-Jan-05 6:13
OICU8129-Jan-05 6:13 
GeneralRe: Callback function not working?? Video capture. Pin
[DK]KiloDunse9-Jan-05 23:50
[DK]KiloDunse9-Jan-05 23:50 
Generaldelete Pin
Makniteasy8-Jan-05 0:30
Makniteasy8-Jan-05 0:30 
I am trying to add a delete button. I need it to delete the selected row in a datagrid. My Dataset is called as DS.I am working with an xmlfile.I already have an add button that is functioning properly:
<br />
Dim myRow As DataRow<br />
<br />
        myRow = DS.Tables(0).NewRow()<br />
<br />
        myRow(0) = TextBox1.Text<br />
        myRow(1) = TextBox2.Text<br />
        myRow(2) = TextBox3.Text<br />
        myRow(3) = TextBox4.Text<br />
        myRow(4) = TextBox5.Text<br />
<br />
        DS.Tables(0).Rows.Add(myRow)<br />
<br />
        TextBox1.Clear()<br />
        TextBox2.Clear()<br />
        TextBox3.Clear()<br />
        TextBox4.Clear()<br />
        TextBox5.Clear()<br />


I just need the delete button. any help would be greatly apprecitated.
GeneralRe: delete Pin
Levi Rosol8-Jan-05 4:35
Levi Rosol8-Jan-05 4:35 
GeneralRe: delete Pin
Makniteasy8-Jan-05 9:56
Makniteasy8-Jan-05 9:56 
Questionvb connect to mysql?? Pin
Ercoolz7-Jan-05 23:47
Ercoolz7-Jan-05 23:47 
AnswerRe: vb connect to mysql?? Pin
Mekong River8-Jan-05 4:25
Mekong River8-Jan-05 4:25 
QuestionThread + Closing application? Pin
DixrouE7-Jan-05 22:21
DixrouE7-Jan-05 22:21 
AnswerRe: Thread + Closing application? Pin
[DK]KiloDunse8-Jan-05 1:16
[DK]KiloDunse8-Jan-05 1:16 
GeneralRe: Thread + Closing application? Pin
DixrouE8-Jan-05 10:48
DixrouE8-Jan-05 10:48 
GeneralCreating Splash Screens Pin
cpod7-Jan-05 16:20
cpod7-Jan-05 16:20 
GeneralRe: Creating Splash Screens Pin
Robert Rohde7-Jan-05 21:21
Robert Rohde7-Jan-05 21:21 
GeneralRe: Creating Splash Screens Pin
cpod9-Jan-05 8:21
cpod9-Jan-05 8:21 
GeneralRe: Creating Splash Screens Pin
Mekong River8-Jan-05 4:30
Mekong River8-Jan-05 4:30 
QuestionDesigning Crystal Report at VB runtime ? Pin
viettho7-Jan-05 13:20
viettho7-Jan-05 13:20 
AnswerRe: Designing Crystal Report at VB runtime ? Pin
Levi Rosol7-Jan-05 22:29
Levi Rosol7-Jan-05 22:29 
GeneralTo create a dynamic link(dll) with VS 2003 Pin
eduDirect7-Jan-05 11:19
eduDirect7-Jan-05 11:19 
GeneralSecurity Exception Problem !! Pin
Anonymous6-Jan-05 18:05
Anonymous6-Jan-05 18:05 
GeneralChanging the Image on an ImageButton in another Frame Pin
larkpics6-Jan-05 11:27
larkpics6-Jan-05 11:27 
GeneralRe: Changing the Image on an ImageButton in another Frame Pin
Dave Kreskowiak7-Jan-05 2:52
mveDave Kreskowiak7-Jan-05 2:52 

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.