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

Search:

Type: Posts; User: Kain

Page 1 of 7 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,586

    Re: FTP and Inet, how to make the program wait?

    I feel dum:(
    I tried so many things with the Inet1.StillExecuting.. But nothing that simple... and it works great..


    thanks a lot!
  2. Replies
    7
    Views
    1,586

    Re: FTP and Inet, how to make the program wait?

    Private Function DownloadFile(p_Filename As String, p_NewFilename As String, p_path As String) As Boolean

    Inet1.Execute , "GET " & p_Filename & " " & p_path & p_NewFilename

    If...
  3. Replies
    7
    Views
    1,586

    Re: FTP and Inet, how to make the program wait?

    Hi,
    Thanks for your help, but it seems that it goes to the right place at the right moment.. The problem is really that the program doesn't wait till one command is done before doing the next one....
  4. Replies
    7
    Views
    1,586

    FTP and Inet, how to make the program wait?

    Hi,
    I am trying to make a program that will download several files on several FTP servers every morning.
    And I am using a Inet component. Everything works fine when I work in step by step, but when...
  5. Thread: File problem.

    by Kain
    Replies
    3
    Views
    667

    Re: File problem.

    User has admin rights (Even if not, he should still be able to read files)
    I don't have any activeX,just 2 buttons:

    First button:



    Dim Strtemp As String
    Dim l_StrLength As Long
    ...
  6. Thread: File problem.

    by Kain
    Replies
    3
    Views
    667

    File problem.

    Hi,
    I have a program that just read and write a file. It works everywhere but on 1 client machine.
    When I try to write it says 'Active X cannot create objet'
    And when I try to read It says obect...
  7. Replies
    1
    Views
    726

    Let the user 'create a menu'

    Hi,
    I would like in my program, let the user create a menu. They could choose position, lenght of the control (This would be a combobox, textbox or a date).
    How could I give them the possiblity to...
  8. Re: Show email in default Email Client before Sending

    First I will say thanks very much for your answer
    and second I think I am going to slap myself hard.. I did that already a long time ago with mapi without showing the message.. And I didn't think...
  9. Show email in default Email Client before Sending

    Hi
    I know this has been asked a lot of time and I checked the forum and did some search but didn't find any answer for this:

    My program create reports, and I would like to have a option to send...
  10. Re: The object invoked has disconnected from its clients

    Hi guys,
    Ok I found why it didn't work.
    I had to install CR Service Pack 3.
    The error was when I was calling the Export DLL on several machines in the same time..

    Thanks for trying to help me!
  11. Re: The object invoked has disconnected from its clients

    Hi,
    Thanks for answering.
    Every Client has the latest windows update.
    And we have the same problem on different servers.
    So I am not sure it's about the installtion.
    When this happens, no user...
  12. The object invoked has disconnected from its clients

    Hi,
    I have this problem:
    My program does report with Crystal Report, and I got a procedure that does a bunch of report.
    Every client using the program is connected to a DLL server.
    Let's say I...
  13. Replies
    3
    Views
    744

    Re: Yet another vbhourglass question

    Hi,
    Thanks for help, but it does the same thing.
  14. Replies
    3
    Views
    744

    Yet another vbhourglass question

    In my program I would like to have a hourglass that would be on my whole windows.
    When i do Mousepointer= vbhourglass, it doesn't work on the whole thing, like on webbrowser or some other controls...
  15. Replies
    3
    Views
    7,005

    Export in CSV and TXT

    Hi there,
    I just have a simple question: my program generate (CR9) report and export them in CSV and TXT but the problem is that when a value is a string the display is between ". Any way i could...
  16. Replies
    2
    Views
    830

    Error is here: SQLAccess = "select...

    Error is here:


    SQLAccess = "select Acc.LinkAccount_ContactID,Acc.AccountNumber as AccCode,Con.PersonalBankAddress as BankAddress," & _
    "Con.PersonalBankCity as...
  17. Replies
    6
    Views
    1,328

    WebBrowser1.ExecWB OLECMDID_PRINT,...

    WebBrowser1.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER

    still promp the user.. any idea why?
  18. Replies
    2
    Views
    830

    Undefined function 'XXX' in expression

    Hi,
    I am working on project to import data from a Access DB to a MSSQL db..
    When i try to connect to one of the table the program does this error:
    Undefined function 'XXX' in expression
    I know...
  19. Thanks a lot!

    Thanks a lot!
  20. Pass a picture/file from Client.exe to Server.dll to rebuilt it

    Hi there,
    I just want to know opinion if someone did this already:

    What I am doing is trying to transfer a file from a client to a server. Server can be thru the web(basicly why i don't use...
  21. Replies
    2
    Views
    727

    yes, I tried but I am not really familliar with...

    yes, I tried but I am not really familliar with the printing job like this.. So I am a bit lost
  22. Replies
    2
    Views
    727

    Printer.print and pdf? can't find

    Hi there,
    In my program, I am running several report in pdf and what I am trying to do is to let the user choose which printer they want to print with (in a dialogue box would be better).. then...
  23. Replies
    6
    Views
    2,937

    I've been trying to find info how to use this...

    I've been trying to find info how to use this better but I don't find it..
    Yes i knew about the enddoc stuff, I understand how u send text directly to the printer with
    printer.print 'hello world"...
  24. Replies
    6
    Views
    2,937

    Thanks for your help but i still have a problem....

    Thanks for your help but i still have a problem. When i try to print the pdf file, it takes a long time to upload some data to the printer (name Microsoft Visual Basic) then it hangs till i quit the...
  25. Replies
    6
    Views
    2,937

    ShellExecute "print" Question

    Hi there,
    I know this was asked b4 but i never found the answer..
    I am trying to print a lot of files from my program and the code is more or less:

    for i = 0 to totalreport
    Call...
Results 1 to 25 of 161
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured