Click here to Skip to main content
15,921,062 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: urgent help with treeview control Pin
Christian Graus9-Aug-05 18:32
protectorChristian Graus9-Aug-05 18:32 
GeneralNeed help!!!!! Pin
DesertWrangler9-Aug-05 13:18
DesertWrangler9-Aug-05 13:18 
GeneralRe: Need help!!!!! Pin
Christian Graus9-Aug-05 14:47
protectorChristian Graus9-Aug-05 14:47 
GeneralRe: Need help!!!!! Pin
DesertWrangler10-Aug-05 10:16
DesertWrangler10-Aug-05 10:16 
GeneralRe: Need help!!!!! Pin
Christian Graus10-Aug-05 10:29
protectorChristian Graus10-Aug-05 10:29 
GeneralRe: Need help!!!!! Pin
DesertWrangler10-Aug-05 10:43
DesertWrangler10-Aug-05 10:43 
GeneralRe: Need help!!!!! Pin
Christian Graus10-Aug-05 11:17
protectorChristian Graus10-Aug-05 11:17 
GeneralRe: Need help!!!!! Pin
dptalt11-Aug-05 5:34
dptalt11-Aug-05 5:34 
Assuming that your using a DataAdapter object to connect to your database and that there is an insert command setup the following code should work:

Try
Dim newrow As DataRow
newrow = MyDataSet.Tables("MyTable").NewRow()
MyDataSet.Tables("MyTable").Rows.Add(newrow)

BindingContext(MyDataSet, "MyTable").Position =
BindingContext(MyDataSet, "MyTable").Count - 1


Catch ex As Exception
MsgBox(ex.Message)
End Try

Generalscreen size conversion Pin
utservoalius9-Aug-05 13:13
utservoalius9-Aug-05 13:13 
Generalorder by clause in XML Pin
Rizwan Bashir9-Aug-05 10:11
Rizwan Bashir9-Aug-05 10:11 
GeneralGot it Pin
Rizwan Bashir9-Aug-05 10:21
Rizwan Bashir9-Aug-05 10:21 
QuestionHow to modify or extract files from existing MFC application Pin
Zain suri9-Aug-05 10:00
Zain suri9-Aug-05 10:00 
AnswerRe: How to modify or extract files from existing MFC application Pin
Christian Graus9-Aug-05 13:48
protectorChristian Graus9-Aug-05 13:48 
GeneralSending and catching strings from a DLL Pin
Swim-13nrv9-Aug-05 4:30
Swim-13nrv9-Aug-05 4:30 
GeneralRe: Sending and catching strings from a DLL Pin
Dave Kreskowiak9-Aug-05 5:11
mveDave Kreskowiak9-Aug-05 5:11 
GeneralRe: Sending and catching strings from a DLL Pin
Swim-13nrv9-Aug-05 22:11
Swim-13nrv9-Aug-05 22:11 
GeneralRe: Sending and catching strings from a DLL Pin
thealca9-Aug-05 13:54
thealca9-Aug-05 13:54 
GeneralRe: Sending and catching strings from a DLL Pin
Swim-13nrv9-Aug-05 22:15
Swim-13nrv9-Aug-05 22:15 
GeneralLegal to use Microsoft icons in application Pin
bomstrong9-Aug-05 2:42
bomstrong9-Aug-05 2:42 
GeneralRe: Legal to use Microsoft icons in application Pin
Rob Graham9-Aug-05 3:09
Rob Graham9-Aug-05 3:09 
GeneralRe: Legal to use Microsoft icons in application Pin
Anonymous9-Aug-05 8:33
Anonymous9-Aug-05 8:33 
GeneralExcel file printing using Adobe PDF Pin
Anonymous9-Aug-05 1:14
Anonymous9-Aug-05 1:14 
QuestionCould .net not use icon file? Pin
rushing9-Aug-05 0:57
rushing9-Aug-05 0:57 
AnswerRe: Could .net not use icon file? Pin
Dave Kreskowiak9-Aug-05 3:34
mveDave Kreskowiak9-Aug-05 3:34 
GeneralRe: Could .net not use icon file? Pin
rushing9-Aug-05 15:44
rushing9-Aug-05 15:44 

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.