hy guys. select count(*) from teacher_attendance where indate between '1-12-2007' and '31-12-2007' and select max(*) from teacher_cv where teacher_attendance...
"select count(indata) as in ind from from teacher_attendance where indate between '1-12-2007' and '31-12-2007'" "select max(indata) as mind from teacher_cv ...
Hi Everyone, I need some assistance with the picture box. I would like to make use of the picture box to do the following: load a picture ie: a drawing draw...
John Hmmm.. ok, then that's not the issue. I've had success with the following: myPB.Picture = myPB.Image SavePicture myPB.Picture, myFileName I did the...
you can directly import dbf file in ms-access by import option in ms-acess. in vb6 you can take it by creating two ado control : 1 is for dbf file and 2nd is...
I have tried and got success. Earn a guaranteed income for completed work. They are currently hiring home workers worldwide to fill a variety of home based...
... work. They are currently hiring home workers worldwide to fill a variety of home based positions.Work as many positions as you like for an unlimited...
I have tried and got success. Earn a guaranteed income for completed work. They are currently hiring home workers worldwide to fill a variety of home based...
Why are we being spammed on this list anyway? if this doesn't stop I will unsubscribe to the list - this is not necessary is it? Someone needs to remove the...
They are removed and banned immediately. Unforturnately, the moderators do
not see the messages until the same time you do. Rick Rose [Non-text portions of...
Thank you very much for the information. Steve ... From: Rick Rose To: visualbasic6programming@yahoogroups.com Sent: Saturday, November 03, 2007 3:41 PM ...
Hi there, everyone. I am a novice VB programmer, mainly just messing around creating projects just for fun. My question is probably very simple. I would...
First thought that enters my mind is why not create the form with the
windowstate maximized and remove the buttons so it can't be changed. You
can place...
This might be off topic to some of you, but you should still check it out. It is a new virus warning. Rick Rose Subject: Urban Legends Reference Pages:...
That’s the simplest way. Other was is to use the dreaded MDI type project. *scary music plays* ... Joel _____ From: visualbasic6programming@yahoogroups.com...
Hello Friend i think useing MDI forms suits better for your question where you will be having a mother form which will cover rest of the window also it will...
Dear friend http://visualbasic.about.com/ this link contains good materials regarding opening an excel sheet and also breif description any how iam putting...
Hello Ifatwisteria, my "reply" answer to your email sent to my personal email address has been returned with "fatal flaw in address" message. As your personal...
Dear All, Do you have any idea to join mysql database to VB6 please? Your help and assist in advance is appreciated. Thanks, Joe' ... Real people. Real...
Salam, hi, it is very simple first of all u have to make a connection with ur sql database, 1) add a Data Environment 2) name it for example "DE" 3) then go...
The MySQL Team have had a ODBC driver available for some time. I've used it before and it's good. They have a Visual Studio plugin and an ADO.NET driver too....
PC Running your VB code has to have the connector installed: http://dev.mysql.com/downloads/connector/odbc/3.51.html Connection String looks like the...