Sorry that i'm writing again. After a little testing I found that Derik's solution did'nt work. I'll re-explain. I connect to a database via ADO-DC. I use the...
hi everyone....... im writing a program that print invoices using dot matrix printer... what is the requirement for that? do i need a specific font? does the...
hello! i want to develope some applications for the Windows Mobile OS and i don't know if i can do this from visual basic. can anyone tell me if it is possible...
If you use VB.NET, It will be useful. These are two functions to send email, both with optional parameters for attachment files. In the first the optional...
Hi narno_k, Thanx. But our project is developing useing Vb6... if u get any idea please.. -Arjun ... __________________________________ Do you Yahoo!? Yahoo!...
You must have Visual Studio .net 2003 or VB .net 2003. Microsoft included support for mobile devices in those versions. I believe VB would be ok to use...
Jean-Pierre Jamous
jpjamous@...
Mar 1, 2005 10:04 am
19439
Salut Dan, Codul este doar pt o singura forma, sau se poate folosi intr-un program cu 30 de forme? ... firstbizsoft ... Home, no matter how far... ...
Rick is right step through the code using F8. If you have not done this before, place a Stop function at the top of each sub, start the project by pressing...
Hi, Mapi was not documented enough for me. I purchased an Internet toolpack from Mabry. The Mabry tools are well documented and easy to use. I use the tools...
If you dont use an appropriate font the Windows print sub system will intervene and adjust. A fixed length font may be best like 'Courier'. With a fixed...
Hi, I want a code to determine if the user is inactive withe the computer for a certain amount of time.I will close my application at this time ... Do you...
Hi. I am a newbee to Programming in Visual basic 6. I wonder how do I code so that I can read the contents from an excelfile to a MSFlexgrid in VB6? What I...
For some reason the excelfile did not came with the mail so I put it in the files section with the name Ericsson.xls if it does not came with now. Lars ... ...
ionut - If memory serves, there is a WinCE and Windows Embedded development kit available from the MSDN site. I don't think they charge for it, either. Check...
Got you. Thanks guys. I really appreciate it. ... From: Dan Opiela [mailto:dlopiela@...] Sent: Tuesday, March 01, 2005 6:17 AM To:...
Jean-Pierre Jamous
jpjamous@...
Mar 1, 2005 3:19 pm
19450
The best book to read is VB6 Win32 API Tutorial by Wrox. Rick Rose ... From: Dan Opiela Date: 03/01/05 06:25:44 To: visualbasic6programming@yahoogroups.com ...
I don't know them all, but the ones I do know (Java, VB, HTML, HTML/OS, VB
NET) I would have to say VB. It is easy to learn and use, and will do
anything that...
Hi, I have an excel worksheet which has similar data shown below. In this how to find the occurances of each using VBA. A B C D E RED BLUE GREEN RED...
MyProg opens a web page in IE that contains three input boxes named "year", "st", and "place" and a command button named "compute". I want to pass the contents...
I don't know, is it my computer, coding or lack of understanding? I did put the connection string but still it gives an error on form load: "Format of the...
the problem may be because u might be using a newer version of access/upgraded to a newer version and when u installed access u didnot install its odbc...
I've written a series of functions which basically look like the "Is" group of builtin functions in VB6. eg Public Function IsAccountNumber(fnstr As String) As...
Try This : Reference the Microsoft Excel x.0 Object Library Project > Reference > Microsoft Excel x.0 Object Library. Private Sub Command1_Click() Dim i As...
And Dont forget to declare the objects... Dim objExcel As Excel.Application Dim objWorkbook As Excel.Workbook Dim objWorksheet As Excel.Worksheet -Arjun ... ...
Every created programming language has a goal so we can't compare that way, if your needs are just to connect to a database and the faster you finish the...