CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: HermanTabbert

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Problem creating .zip file with password

    Making a .zip file from a .pdf file with password I have the problem when I include
    '.encrypt = true I get a error. There wil not be made a .zip file at all.
    With .encrypt=False and stil have the...
  2. Replies
    2
    Views
    7,275

    Re: Why is the file not uploaded

    Thanks Arja for your suggestion.
    However, the problem is still the same
  3. Replies
    2
    Views
    7,275

    Why is the file not uploaded

    I want to upload a file to a ftp-server in a sub-folder.
    I tried several ways but the file was never uploaded.
    Pls. help

    This is my code:


    UploadFile = WgBestandsPad & "\PfDetailVerzendTKP"...
  4. Replies
    2
    Views
    3,750

    Save from .xml to .txt

    I have a xml-file (attached).
    From this file I want to read all the content from '<InkomstenverhoudingInitieel> which appears 1 or more times in that file,
    and then I want sa save these child items...
  5. Replies
    9
    Views
    3,795

    Re: Problem with Outlook

    Windows 10
  6. Replies
    9
    Views
    3,795

    Re: Problem with Outlook

    Arjay,
    AS far as I know I have the correct version. Further, it is not only on my computer but also on the computers from my clients.
    I think perhaps it has to do with an update from Microsoft.
  7. Replies
    9
    Views
    3,795

    Re: Problem with Outlook

    I am using outlook 2013
  8. Replies
    4
    Views
    1,678

    Re: Problem with Inno Setup

    I am using CreateInstall and for me it works fine
  9. Replies
    9
    Views
    3,795

    Problem with Outlook

    Hi,
    From my project I make a E-mail with attachment and than it goes to the outbox of Outlook.
    This did work a long time good.
    Since about two month I get the error 429 ActiveX component can't...
  10. clsPdfCreator creates double items in one file

    When I make a document1 with clsPdfCreator then close my app. , start my app. again and make an other document2 it works fine.
    But when I start my app. and make document1 and then document2 and...
  11. [RESOLVED] Can i set strings, singles etc to “” and Zero using for each?

    I have a record f.i.:
    Public Loon As LonenRecord

    Type LonenRecord
    'Algemeen
    Status As String * 1
    TijdvakNr As Integer
    TijdvakBegin As String * 10
    TijdvakEinde As String *...
  12. Re: Error sending Email to default email program

    Hello Hannes,
    Thanks
    Helps a lot
  13. Re: Still problems with Email(vbsendmail)

    Yes, that is correct
  14. Re: Still problems with Email(vbsendmail)

    Sorry Victor, I am not familiar with vb.net
  15. Re: Still problems with Email(vbsendmail)

    Victor,
    It indeed is the same message.
    Then I was trying te work around with CDO
    There came no solution, so I started a new project using vbsendmail.
    And here a face the same problem.
    I tried to...
  16. Still problems with Email(vbsendmail)

    Is there someone so kind to have a look at the attachment?
    when running I get a message: User-defined type not defined
    I am trying to solve this for hours, without any result.
    I am sure all is...
  17. Re: Error sending Email to default email program

    Eri523,
    Thanks.
    I think that is not the problem. I quess that I am the problem.:mad:
    Is there someone who has this piece of code for me in VB6??
    It would help me lot.
  18. Re: Error sending Email to default email program

    Hello Viktor,
    Backslash changed.
    Your link did not help me.
  19. [RESOLVED] Error sending Email to default email program

    On the forum I found code to send email to the default email Client like Outlook or what ever. It was a thread from Hannes Du Preez .
    I cannot find it back.

    In the Function SendMail(code below)
    ...
  20. Replies
    4
    Views
    1,039

    Re: Re-open a closed form

    Thanks DataMiser for thinking with me.
    I change the mdi-form frmShowCosts to normal form and show it as vbmodal.
    This is good for me.
  21. Replies
    4
    Views
    1,039

    Re: Re-open a closed form

    In fact frmShowCosts is a form to preview al kinds of printings.
    So it can come from frmwerkgerslasten as from for instance form1, form2 etc. Say the Original form.
    When closing the frmShowCosts i...
  22. Replies
    4
    Views
    1,039

    [RESOLVED] Re-open a closed form

    I have a mdi-form called frmWerkgeverslasten. In this form the user has to select a period to show the costs over that period.
    When he selected i want to show an example of the costs in a new...
  23. Replies
    7
    Views
    1,358

    Re: comct332.dep

    Aboodin,
    Thanks for your help.
    The problem is solved.
    In CreateInstal was the field "Administrator rights are nor required" checked.
    When you have to register .ocx or .dll this field should be...
  24. Replies
    7
    Views
    1,358

    Re: comct332.dep

    ahoodin,
    Sorry, i did read the messages to the end, but i did not see a solution for me.
    Maybe the reason therefore is that i am a small amateur and not so good in Englisch.
    Please could you be a...
  25. Replies
    7
    Views
    1,358

    [RESOLVED] comct332.dep

    When istalling my program with CreateInstal on a 64-bit computer with windows10 i get
    a error message:
    Cannot open/create c:\windows\system32\comct332.dep

    With windows 7 there was no problem....
Results 1 to 25 of 146
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured