Search:

Type: Posts; User: martind1

Page 1 of 2 1 2

Search: Search took 0.05 seconds; generated 23 minute(s) ago.

  1. Replies
    17
    Views
    17,998

    Re: VB6.0 - Mail Retrieval

    ya looks like it is a $229 component though. that isn't going to work.
  2. Replies
    18
    Views
    5,347

    Re: access eail pop3 account with SSL (GMAIL)

    Help me out again. Is it fairly simple to create a vb.net activex dll I can use? I'm a bit out of touch with this stuff. Been a little while.

    Can I get winsock from another place if I don't do the...
  3. Replies
    18
    Views
    5,347

    Re: access eail pop3 account with SSL (GMAIL)

    Again, that is for smtp not pop/imap as I was looking for.
  4. Replies
    18
    Views
    5,347

    Re: access eail pop3 account with SSL (GMAIL)

    I'm actually trying to do this from Excel using VBA so I can't even open half the files on planet-source-code. Not to mention I can't even seem to find the winsock control!
  5. Replies
    36
    Views
    46,417

    Re: VB6-pop3 email

    Shoot. Does this not do SSL pop?
  6. Replies
    18
    Views
    5,347

    Re: access eail pop3 account with SSL (GMAIL)

    I guess I will have to look into that. Not looking forward to recreating a pop/imap client though.

    Man it's a pain in VB to do mail interaction!!
  7. Replies
    36
    Views
    46,417

    Re: VB6-pop3 email

    Hmm, why can't i find the winsock control?
  8. Replies
    18
    Views
    5,347

    Re: access eail pop3 account with SSL (GMAIL)

    That is just for smtp though not for pop or even imap
  9. Thread: Vb & pop3

    by martind1
    Replies
    1
    Views
    705

    Re: Vb & pop3

    Because gmail uses SSL you won't have luck with the traditional telnetting of pop servers.
  10. Replies
    41
    Views
    24,041

    Re: [2005] Receive Gmail Mails using vb.net????

    If you got the DLL working can you send it along so others can try it out? I'm trying to connect gmail as well.
  11. Replies
    18
    Views
    5,347

    Re: access eail pop3 account with SSL (GMAIL)

    I can't believe no one has created a simple way to do this yet. In Perl it is very simple to do.
  12. Replies
    3
    Views
    3,157

    Re: pop3 email, ssl, attachment download

    Was a solution found? I'm trying to access gmail (pop/imap over SSL) using VBA.
  13. Replies
    3
    Views
    1,066

    Re: Pop or Imap from Excel

    Chilikat I believe. I don't think I want to go that route. I think I've seen people do this with the Socket connection and that would be good enough for me. Just need to get that working.
  14. Replies
    3
    Views
    1,066

    Pop or Imap from Excel

    I need to get into a gmail account (ssl pop or imap) and extract some information out of the e-mails and into a spreadsheet. I'm not sure what to use to pop or imap into the mailbox. Looks like there...
  15. Re: Easiest way to get http header response from URL?

    Found it!

    I just had to turn off the enable redirects and ... success!


    Dim WebLink As WinHttp.WinHttpRequest

    Set WebLink = New WinHttp.WinHttpRequest

    ...
  16. Replies
    2
    Views
    2,070

    Re: get http response without redirects

    allow me to answer my own post:
    I just had to turn off the enable redirects and ... success!


    Dim WebLink As WinHttp.WinHttpRequest

    Set WebLink = New WinHttp.WinHttpRequest

    ...
  17. Replies
    2
    Views
    2,070

    get http response without redirects

    I have used WinHttp.WinHttpRequest (as show in this post) but the problem is it does the redirects and gives me the final status (of 200) when I am more interested in the 301 or 301 redirect from the...
  18. Re: Easiest way to get http header response from URL?

    Thanks though. Yours is definitely a good start and very usefull for me.

    I have a feeling that i might be able to use the ResponseStream to capture it but I am not quite sure how.

    So anyone out...
  19. Re: Easiest way to get http header response from URL?

    Yes this looks real good. It will at least allow me to know that the pages are live (200) status.

    however I can't seem to determine if there was a redirect in there (301 code)
    use for example...
  20. Easiest way to get http header response from URL?

    Is there a simple way to feed in a URL and just get the response? 301, 200, 404 etc?

    I have seen the ICMP stuff but I would like to make it as small and simple as possible. something along the...
  21. Replies
    18
    Views
    1,285

    I doubt you will be able to export them to...

    I doubt you will be able to export them to ANYTHING let alone OE. However you maybe able to save these messages if they are in your personal file cabvinent(or wahtever they call it now).

    other...
  22. can ASP find all images in directory and put into html?

    I want an ASP page that when loaded will pick out all JPG files in the directory and then display them. So the questions is, can ASP read the files in the directory?

    Thanks
  23. Replies
    2
    Views
    686

    I was actually tryign to find out information on...

    I was actually tryign to find out information on how to set up a server that would serv the wml files, i knew that obviously iw oudl have to learn how to do wml. It turns out you can server them on...
  24. Replies
    2
    Views
    686

    wap server for mobile web pages

    I was wondering if anyone knows how/what i need to set up a wap server. Can it be run on an already existing webserver, like IIS? If so what do i need to do with it?


    thanks guys
  25. Replies
    16
    Views
    1,727

    He's right. hard coded limits on w2kpro and w2k...

    He's right. hard coded limits on w2kpro and w2k server(i believe)

    you should really even see if this is your problem first though, I am inclined to think that it is not.

    Another point. Do not...
  26. Replies
    16
    Views
    1,727

    look at the microsoft webpage here...

    look at the microsoft webpage here
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;q306269

    look at that and i think you should make sure to check what i mentioned in my previous post
  27. Replies
    16
    Views
    1,727

    Well as a fact access is not the best database...

    Well as a fact access is not the best database out there. Especially for multiuser access. But for us price challenge people it normally handles the load. If its all you got then you have to make it...
  28. Replies
    6
    Views
    999

    yes i think you did. it wasnt too hard ot...

    yes i think you did. it wasnt too hard ot understand after all.
  29. Replies
    6
    Views
    999

    Rs.Fields that was exactly the thign i was...

    Rs.Fields

    that was exactly the thign i was hoping ot find!!!

    thanks
  30. Replies
    6
    Views
    999

    I do the loop to, btu in this case i dont want to...

    I do the loop to, btu in this case i dont want to do this
    psuedo code below
    movefirst
    do while not EOF
    write (<td>Column 1</td>)
    write (<td>Column 2</td>)
    ...
    write (<td>column 112</td>)...
  31. Replies
    6
    Views
    999

    Best way to display database columns

    I have a database with bunch of columns in it. what is the best way to show it? some of the columns can be empty, you never knwo which one.

    is it best to just use an html table and rs.movenext...
  32. Replies
    16
    Views
    1,727

    check to see you are nto locking it when you open...

    check to see you are nto locking it when you open it in the asp code.

    also close the database in access. If you ahve it open in access your page will be locked out of it.
  33. Replies
    7
    Views
    1,491

    I was not talking about the technique here, i...

    I was not talking about the technique here, i simply needed to knwo if a form.controls woudl return a list with (for example command buttons) in it. I woudl obviously loop to find the exact one i...
  34. Replies
    7
    Views
    1,491

    Ok i might be naive here but im not sure which...

    Ok i might be naive here but im not sure which are parent/child controls. I want to get a list of all (let's say) command buttons that are on the form? Are these children? Or will form.controls work?...
  35. Replies
    7
    Views
    1,491

    Get all control on a form

    IS there a quick and easy way to get all controls on a form?
  36. Replies
    9
    Views
    1,626

    That helps tremedoulsy and has the code xamples i...

    That helps tremedoulsy and has the code xamples i needed.

    thanks guys and if i still have problems i will shout back
  37. Replies
    9
    Views
    1,626

    It is nto letting me pass the controls or the...

    It is nto letting me pass the controls or the form. Can some one give me an example since my intuative responses are not seeming to work. I tried passing me. but what do i make it in the fucntion...
  38. Replies
    9
    Views
    1,626

    I have made them public and i tried passing them....

    I have made them public and i tried passing them. I can't seem to pass the right object(s). or maybe i am not declaring them right.

    anyone got a bit of code to show?
  39. Replies
    9
    Views
    1,626

    But i want the functions in the module to be able...

    But i want the functions in the module to be able to interact with the objects on the form(i.e. command buttons)

    right now i can't get them to do that.
  40. Replies
    9
    Views
    1,626

    using modules in vb.net

    I have my main program that will use a lot of functions so i wanted to put them all in a module. But i want the functions in the module to be able to interact with the objects on the form(i.e....
Results 1 to 40 of 61
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width