I have tried that, but the problems stil occur. The program I am using is only a project, I did'nt install it. I am using an inpout.dll and io.dll for this...
Hi Everyone Myself a student of Computer Engineering and I have to submit my project on 4th of July. So, Please help me in the following:- 1. how to load our...
... My group friend, I have understand your means to WINDOWS directory,plz explain me what u want, then I help u Your group friend, Sangeeta Mb. 9926022309...
Obviously, people either didn't understand me or read my post too quickly. I am hoping someone has the right answer. I made my own DLL and need to register it....
You are correct Rick Rose For the cheapest computer parts on the net http://tinyurl.com/lhpyu ... From: Jean-Pierre Jamous Date: 7/1/2006 9:32:04 AM To:...
I have 2 separate questions related to the same program: 1) I have a form with a text box in which the user will type a function like x^2*cos(x). I want to be...
hiiiiiiiiii viky for first add ur exe to program->startup menu u caN DO SO BY RUGHT CLICKING the start butoon then open program folder then startup and then...
If the users have access to MS Office, you can make a reference in your project to Excel. Application.Evaluate does an evaluation on a character string. Might...
Hi all, I have 2 create a Library system by the end of this week, an todays the 2nd.. Pls help me, at least by givin me some ideas.. Thanks in advnce, AJ...
I am trying to center justify the contents of some excel cells exported from Visual Basic 6 program... What is the proper syntax for doing this. I cannot seem...
If you are talking about the "Package and Deployment" that comes with VB6, I have that code somewhere to add a couple of things to the .bas file then add also...
Bart, Thank you.... very quick response... That did the trick once I changed xlCenter to -4108 I googled xlCenter to get that value... I really appreciate the...
Hi all, I want to calculate the present age of any employee from the birth date entered I used the following code dim dateman as date (general declarations) ...
I have two memo fields that I am trying to display as one field using this SQL code: SELECT [Field1]+' '+[Field2] as [CombField] FROM ..... The code works but...
Try something like this Dim years years = (CDate(Date) - CDate("6/8/1972")) / 365 MsgBox years Date has to follow your regional settings.... ... birth date...
Yes Jean-Pierre, Place it anywhere you want then register it. Reference your DLL in the calling program and VB6 will find it. It is pretty slick! Just call...
That can't be done with SQL. It will always truncate it at 255 characters. What I would suggest is that you not try to combine it with sql, but with vb...
check out this code... i think this is the best solution 4 u..... hope this will help u.... ************ Dim dateman As Date 'general declaration Private Sub...
... use GetWindowsDirectory API : Private Declare Function GetWindowsDirectory Lib "kernel32" Alias "GetWindowsDirectoryA" (ByVal lpBuffer As String, ByVal...
... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
what kind of algorithm does it need to take the Media Access Controller of your computer? I was just wondering how it could be done and how can it be...
Hi, Hi, I am using the pseudo code below to input a file from a computer on the web that has the file in a shared folder, the firewall is down and I know its...
Thank you Rick, That is what I ended up doing...code is not as clean, but it does work. I wonder why MS did that. I am using the Jet engine, so I can blame...
I've made a database program with data , dbgrid tool ... how do i arrange the the database's data by ( A to Z or Z to A ) in a field that i want ... And how do...