Hey,
I've got the following problem.
I've got a program written in C that receives a character buffer and i've got a Visual Basic program that can transform plain tekst into an image (an .tif file ).
The buffer that my C program receives needs to be converted to an image file so want my C...
My program is giving the following error:
Run-time error '5':
Invalid procedure call or argument
It happens when in the following code:
Private Function GetImage() As Picture
Dim BinaryData() As Byte
Dim mstream As ADODB.Stream
Dim pb As PropertyBag
Dim picPicture As...
Hi,
I've got a question.
What do i need to change in my code so that when my program sends a mail, the recipient will see my programs name by From instead of my name
This is my code:
Sub SendMail(strEmail As String, intResultaat As Integer)
Dim olApp As New Outlook.Application
Dim olNs...
I can use 2 printers.
If i want to print with VB it automaticly uses my default printer, but i want to use the other one.
How do i change this? I love work.
I can just sit and look at it for hours.
Is it possible to make your own print queue?
I've made a form that can't be printed the normal way.
If i want to print out all records i have to do the following:
DoCmd.PrintOut acSelection
DoCmd.GoToRecord , , acNext
I've got 51 records, so in this case it means i've got 51 print jobs. I'd...
Hi,
I've got a problem.
I want to clear the rowsource of a listbox directly after i've printed the form that contains that listbox.
But when i clear the rowsource it returns an error(2191).
Since this is a procedure that has to be repeated more then 50 times, using a messagebox directly after...
I want to build a form with a combobox that contains all the names of the queries i've got in my database. But since i've got over 80 queries i don't want to fill the combobox manually. Is there a way by using VBA to fill the combobox?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.