Hi,
I need to load a string array from a single recordset field that contains vbCRLFs in VB6.
The idea is to break down these rs fields into lines so that I can create a neat plain text emai...
Hello all,
I have a form which contains a number of textboxes and other such objects. Within this form I have a listbox which is displayed when the right-mouse is clicked. This list displ...
Hi,
I am trying to dynamically fill a listview in visual basic 6, and succeded.
There are 3 possible queries at the moment.
The idea is to set the listview column headers with the ado.rs....
I have a simple Access contacts data base that I have used for years. It began as an Access 97 Contacts Template and I have made many additions since then. It uses a switchboard to control c...
I have a VB application that uses the CRYSTL32.OCX component. The priginal application was developped with BB.5.0 and I made some modiffications with VB.6.0. I built the installation kit with ...
So far I've found activex controls and VB.NET stuff about writing md5 hashes, but no native VB code that does it, and the md5 hashing algorithm is too complex for me to replicate.
Can someb...
Let's say I have a jpg file in my c:\temp directory called hockey.jpg. I have a picturebox (called picture1). How do I tell the box to display c:\temp\hockey.jpg via coding instead of select...
I am on Excel 2003, Adobe Acrobat PDFWriter 5.0
I am trying to set up an Excel spreadsheet so that the user can push a button and create multiple PDF files without having to answer prompts ...
Is there any way I can script the creation of a VPN server connection on Windows XP? I need to make it simple for my users to set up a VPN server.
I'd like to use VB or VBScript.
In a VB6 app, I'd like to display a form which contains text and .jpg images. Easy so far. What's driving me nuts is adding a vertical scroll bar such that a user can scroll up and down a fu...
Hi,
Is there any way to change the contents (text and images) of a pdf document to Black and White using vb?
Thanks,
Seeja
I am exporting Crystal report 8.5 to different formats like pdf,txt etc., using VB 6.0 application.
The crystal report is without DSN pointing to local MS Access DB e.g C:\Monthly Repor...
Hi All, my first post to EE so looking forward to reciveing an answer. I have written some VBA which takes string date as input from a user, this subsequently queries Oracle and returns some ...
When I build this code, I get an error on line "excelWorkBook = excelApplication.Workbooks"
I am attaching a screen shot as well as the snippet
Below is the code exception:
System.NullR...
Hello Everyone,
I created an Office Web Components 11.0 Spreadsheet ActiveX object on my form. I can make it export into an Excel file fine, but I can't access the worksheets in it from the...
Spent countless hours searching this site and others trying to find anyone who has had this problem. My department has a library of excel documents filled with complex pivot tables used for cr...
Hi,
I have written a macro for converting the word document to PDF conversion by adding the refernce to AdobePDFMakerForOffice. It is working properly with Adobe 7.0 version, but is failing ...
How do I convert a vb6 exe file into source code?
Receiving
Compile Error:
Wrong number of arguments or invalid property assignment.
Code:
Image1.Picture = LoadPicture(strPicPath & "\" & strFileName)
Image exists
I am using Excel VBA code to send emails via Lotus Notes, using a FOR Loop. I am running into 2 problems:
1) After sending the Document, Lotus Notes keeps the window open. I'm not sure why...
I have a Visual Basic 6.0 application that I'm writing which loads up file information into a ListView control (which is part of the "Microsoft Windows Common Controls 6.0" [MSCOMCTL.OCX] Acti...
I have done most of the coding but i have not but one but a few errors. Could some one assist in giving me source code on how to importing excel sheets into vb6 datagrid via recordset. I need ...
Hey Everyone :)
For a project for school, I am required to use VB to create a form that will query an Access Database Table, Display the results of the query, make changes and save it back ...
I am having all sorts of issues. I think I am headed in the right direction but I get the following error:
Object reference not set to an instance of an object. (ERROR IS SHOWING ON LINE12...
hi
i need to use a code written written dotNet in vb6
i have created a classLibrary Project in dotNet and i have built it , i got a dll file , a tlb file and an xml file
in vb6 , w...