Guys A buddy of mine is working with .Net (poor slob). He has populated a datatable.. it was initialized with the following... Dim MyDT as New DataTable It is...
Oops.. Slight misstatement. It is then populated using ... Dim dataadapter As New SqlDataAdapter(testCommmand) dataadapter.Fill(MyDT) The rest is ok as it was....
Hi Kaza, I don't know if it possible to do that using ADODB only. But you can do that using ADODB and ADOX together. I give some code here -- Dim Conn As New...
Hi Kaza, I am very sorry I made mistake in the code that I sent in my previous post. Actually I was checking all the indexes and their properties using a loop...
windows scanner and camera wizard. ... Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search. [Non-text portions of this message have...
i have a frame with the 3 printer commands in it. pause, purge and resume. the frame title has the default printer's name. how can i take this piece: Shell...
Use Environ(WinDir). It will return the path to Windows. Here is a list of
environ variables http://vbcity.com/forums/topic.asp?tid=47474 Shell "cscript " &...
Guys I've got a little problem. For visual purposes, (and other reasons I don't need to get into here) I have 3 MSFlexGrid controls on a form that are jammed...
Dear Friend Iam not sure how to get primary key but their is special property which says attributes by giveing a integer value rec_set.Feilds(0).attributes...
Hi Folks, I am developing a survaillance software, but am stuck on how to capture and store an image from my attached webcam. Can somebody pls offer an...
hi... I like to gave a little personal comment. i start making my own money with vb and until now i'm still doing with vb. but, when .net start floating the...
i tried that, and my program gave me errors. so i tried to use the environ () in a msgbox, and again with the errors. should i have mentinoed that i need it in...
Guys FYI, turns out that the answer is no... .TopRow does nothing unless there is a Scrollbar. However, there is a workaround; in my case, it turned out not to...
dear friends, normally I am chatting in internet with headphone with mic. Is possible to voice chat with bluetooth or anyother wireless device to talk in...
Yes it is... Darrin J. Calcutt, CEO, COO Canadian Locomotive Logistics Thanks to our sponsors for making Automatic Train Control, specially Tony's Train...
OH!!! Dummy me. Try this Private Sub Command4_Click() MsgBox Environ("WinDir"), vbOKOnly End Sub Rick Rose ... From: Phlame Jones Date: 10/6/2007 12:28:37...
Hi Guys I think this API Function will be useful Private Declare Function GetWindowsDirectory Lib "kernel32" Alias "GetWindowsDirectoryA" (ByVal lpBuffer As...
Oops! I forgot this Private Declare Function GetSystemDirectory Lib "kernel32" Alias "GetSystemDirectoryA" (ByVal lpBuffer As String, ByVal nSize As Long) As...
that's nice and all, but i'm STUPID when it comes to API calls. i've been learning how to program with VB for about 3-4 years now, and still havent caught on...
hy guys can anyone tell me how to write insert query in VB.6 ... Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get...
Hello, I use the format close to this: "INSERT INTO nameoftable (info your inserting here) " Derek ... From: visualbasic6programming@yahoogroups.com ...