1. 3 main differences between flexgrid control and dbgrid control 2. ActiveX and Types of ActiveX Components in VB 3. Advantage of ActiveX Dll over Active Exe ...
Good luck on your class or job interview . ;) _____ From: vbhelp@yahoogroups.com [mailto:vbhelp@yahoogroups.com] On Behalf Of mailto_vasanth Sent: Thursday,...
hello, does anyone know how to creata database connection by using sql command in vb.net? can show me some examples of the sql commands? thanks in advance :p...
Use the DataAdapter wizard which starts when you drop a DataAdapter on your form. Really simple...much simpler to do than to explain! ... [Non-text portions of...
Hi all, I am writing a VB6 application that automates another application, written in MS Access. Using the Access type library, my VB6 code can obtain a...
Hi Adelle, ... Use SendMessage to click it once you've obtained the hWnd. http://www.vbexplorer.com/VBExplorer/tips/src09.htm Regards, Shawn K. Hall ...
Hi Shawn, ... Thanks. The trick with Access, as it turns out, is that only the active control ever has an hwnd, so you have to set the focus before using ...
Hi Adelle Never tried automating an access app but as you can access the controls MyAccessApplication.Forms("MyForm").Controls("MyButton").Value = 1 Should...
I've been asked to find some sort of program, or better yet some code (and even better in Visual Basic of some variety) that will (I think) check the DLLs and...
ok here is the situation Im stuck on a project that I have to do and I have to find the reflex time of someone using timers. Im fairly new at vb so this is...
Well, I'm anything but a computer-type, but I'm having trouble doing a simple macro in Excel. I never can find anything in the help menus provided. Can...
by a database you mean saving to a file right? Open the file for Append (srry I cant spell) then write the stuff to it ill give you a link for writing to a...
Thank you. Someday I may get enough ambition to learn how to do this. Trouble is, I don't need it for much. Anyway, that did the trick, and I appreciate it....
Dear all what is the best way to store time in the sql tables for furthere calculations. Regards Mehran __________________________________________________ Do...
hai, i don't find the deployment wizard in my vb 6.0 .. what may be error..how can i rectify it? thanks, Radhika.S. dio_arar <dio_arar@...> wrote: Use...
It is not in the IDE. If you go to the Start menu entry for vb, you will find it in the Microsoft VB6 Tools sub menu It presumably could be included in the IDE...
Hello! I am not an expert (just ask the experts), but I have found that it's easier to just store stuff as a string or text in databases then do the converting...
dear friends, i need a help. how can i run an external program using vb? suppose that, i like to run aim.exe or icq.exe by vb. at the same time i also want to...
You could always just use the vb Shell command. If not powerful enough, try one of the following routines which uses the windows API. Private Declare Function...
Hello everyone (total VB.NET beginner here), I'm reading the "SAMS Teach Yourself VB.NET In 21 Days" book, and came across an exercise that I can't get to...