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

Search:

Type: Posts; User: vvang10

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    1,075

    Office Automation

    Hi bond001,

    The solution is to record a macro and then execute it from the excel. But, if you want to do those calculations through VB then it is a little bit more complicated. You have to use...
  2. Replies
    4
    Views
    750

    Encryption

    Hi to all,

    Well, in the project I work, CBC-MD5 encryption is used for the username and password. I take the string:

    username@password

    I encrypt them and then I post (in hex) them on a URL....
  3. Replies
    14
    Views
    1,822

    Reading large files, posting data to server

    Thanx Cool Bizs for the code. :) I will test it on Monday from the office.

    No need to parse the XML text file. I don't have to get any information from it.

    The data are in text file and the...
  4. Replies
    14
    Views
    1,822

    Reading large files, posting data to server

    Ladies and Gentlemen,

    This is Cool Bizs!!! He never quits, he never sleeps and he's willing to go to the end of today's known universe in order to find a VB acceptable solution... :) :)

    Don't...
  5. Replies
    14
    Views
    1,822

    Reading large files, posting data to server

    Cakkie thanx for your reply,

    Unfortunately none of them (Inet, Winsock) does the work. Winsock would be fine since you can transmit data asynchronously but it uses ports. And therefore the request...
  6. Replies
    14
    Views
    1,822

    Reading large files, posting data to server

    Thanx for your reply Luthv.

    In the first place I tried to do everything with the SOAP Toolkit but latter I found out that on the server side they use SOAP:Lite (in Perl). So basically I can't use...
  7. Replies
    14
    Views
    1,822

    Reading large file, posting data to server

    Hey, where have you been? :)

    We've lost you for a while ;) I guess you were having great time...

    Anyway, do you remember all the fuss with the MAPI? Well, it worked but the customer didn't...
  8. Hello there, I don't know if you can parse a...

    Hello there,

    I don't know if you can parse a pdf file but I know for sure that you can't convert a pdf to txt. In my application I had the same requirement (convert to rtf) with no luck.

    Go for...
  9. Thread: WinHelp

    by vvang10
    Replies
    2
    Views
    633

    Use the Help WorkShop that comes with Visual...

    Use the Help WorkShop that comes with Visual Studio in order to create a help file (you create an rtf file and then you compile it with Help WorkShop and you get the Help file). Then, use something...
  10. Replies
    2
    Views
    699

    Do a search for MAPI. You will find lot's of...

    Do a search for MAPI. You will find lot's of examples by me of how to send message through code. :)
  11. Replies
    14
    Views
    1,822

    Reading large files, posting data to server

    Cakkie and Twodogs,

    thanx for your replies.

    Problem No. 3: I think I will leave this problem out. I guess it's not that important and the customer can do the job without it. :)

    Problem No.2:...
  12. Replies
    14
    Views
    1,822

    Reading large files, posting data to server

    Hello to all,

    I would like some help here... :) . I am making a SOAP request to a remote service. I produce the XML file and I want to post it to server. But, in order to have the Tool completely...
  13. Replies
    1
    Views
    751

    SOAP and VB 6.0

    Hi to all!!!

    I am planning to use SOAP (through VB 6.0) to communicate with a server and exchange data. As I am new to SOAP technology, can anyone tell me what libraries are needed to use SOAP?...
  14. Replies
    12
    Views
    1,295

    Windows-Office 2000 and XP issues

    Well, finally I didn't manage to make the Tool work for both Offfice 2000 and XP. The code works well on XP provided that you enter a delay before the line:

    Set oCB =...
  15. Replies
    12
    Views
    1,295

    Windows-Office 2000 and XP issues

    Well, I haven't found a solution to the problem. If you have the oOutlookApplication set to OBJECT and not to Outlook.Application, then you get that error.

    The thing that I don't understand is...
  16. Replies
    12
    Views
    1,295

    And it worked? I mean, was the e-mail send...

    And it worked? I mean, was the e-mail send automatically?
  17. Replies
    12
    Views
    1,295

    Windows-Office 2000 and XP issues

    OK, I see. I tried to give it a shot and changed the declarations to OBJECT. All DIM worked fine apart from the oOutlookApplication. It gives an error in line 6. (Error 450: Wrong number of arguments...
  18. Replies
    12
    Views
    1,295

    Windows-Office 2000 and XP

    OK, I am confused now. By late binding you mean check the office version and then use the appropriate object library? At least that's what I am trying to do. But, the problem is that I have to use...
  19. Replies
    12
    Views
    1,295

    Windows-Office 2000 and XP

    Thanx for the URL. I will check the code provided there.

    First of all, I don't know if XP use different versions of the dll's etc, for each application. Few words for the project I work in:

    I...
  20. Replies
    12
    Views
    1,295

    Windows-Office 2000 and XP issues.

    Hello to all,

    Does anyone knows how to find (through VB 6) what kind of Windows version is installed on the target machine? I need to know whether the customer has Windows 2000 or XP.

    Also, I...
  21. Replies
    5
    Views
    1,014

    Execute & Wait

    Well, here another solution for the Execution of an exe that waits until the execution is finished:


    '----------------------------------
    Call ExecuteAndWait ("c:\test.exe")...
  22. Replies
    2
    Views
    675

    An example...

    Hello there,

    I didn't have time to check the URL but here is an example of Drag & Drop that I use in a listview. This gets the full path of the dragged and droped file:

    Private Sub...
  23. Thread: MAPI Error

    by vvang10
    Replies
    11
    Views
    1,613

    Hi to all, My Outlook Express 6.0 version is:...

    Hi to all,

    My Outlook Express 6.0 version is: 6.00.2600.0000

    The version of the Microsoft Outlook 2000 is: 9.0.0.2711

    I already had the IE set to "Every visit" and I don't think that this...
  24. Replies
    4
    Views
    1,068

    MAPI

    A few things that I have found today about MAPI. If Netscape Messanger is the default mail client then in the Preferences you must have checked "Use Netscape Messanger from MAPI-based applications"
    ...
  25. Replies
    4
    Views
    1,068

    --> MAPI

    Hello RSH and WizBang,

    WizBang: Initially I started the project having Winsock as the primary option to send e-mails. During implementation I found that coding in Winsock is low level (the Winsock...
Results 1 to 25 of 60
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured