Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Namlop
  • Content: Threads
  • Order by date
  1. Namlop

    From C to VB and back

    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...
  2. Namlop

    Propertybag problem

    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...
  3. Namlop

    Outlook - Change from...

    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...
  4. Namlop

    Change printer

    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.
  5. Namlop

    Print queue

    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...
  6. Namlop

    Printing problem

    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...
  7. Namlop

    NavigationButtons

    Do form NavigationButtons have events? If so, how do i capture such an event?
  8. Namlop

    Querylist in combobox

    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?

Part and Inventory Search

Back
Top