Search:

Type: Posts; User: vbcodec

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    19
    Views
    28,848

    Re: SMTP sendmail for vb6.0

    gmail use SSL smtp,
    does your component support ssl?
  2. Replies
    4
    Views
    665

    Re: run shell command

    thanks. it was exactly what I was looking for.
  3. Replies
    4
    Views
    665

    Re: run shell command

    of course not, and I don't have the source code or any idea how it does that... or else I would have imported the function to do it internally.
  4. Replies
    4
    Views
    665

    [RESOLVED] run shell command

    hi guys
    I'm trying to run a shell command to executing an exe file that convert a certain file to CSV format.
    I want to hide this thread in background so user won't close it accidently but I also...
  5. Re: rebooting MODEM via automatic script through web-based interface

    it does not support telnet
  6. rebooting MODEM via automatic script through web-based interface

    hi guys
    I'm looking for small application to automatically reboot my modem when ever its hanged through my APC ups who has a web-based interface that I can remotely connect and reboot and it just...
  7. rebooting MODEM via automatic script through web-based interface

    hi guys
    I'm looking for small application to automatically reboot my modem when ever its hanged through my APC ups who has a web-based interface that I can remotely connect and reboot and it just...
  8. Replies
    1
    Views
    975

    Google Talk in vb

    hi ppl
    I know its very new, but is it possible to import g-talk object in vb and send/receive PM?
  9. Replies
    1
    Views
    1,143

    Yahoo messenger in Vb

    how can I make call to yahoo messenger's in vb and login/send/receive messages?

    thanks
  10. Replies
    4
    Views
    604

    Re: Unclosed sessions

    unfortunately now, after I tweak it a little bit (which I don' know where I did) it still the same thing...

    even when I set the timer to 10 seconds.

    :(
  11. Replies
    11
    Views
    760

    Re: How to pass all files and sub directories?

    I tried to do that, but since this function is calling itself inside, it gives me this error: "This Array is fixed or temporarily locked"

    what can I do about that?
  12. Replies
    4
    Views
    604

    Re: Unclosed sessions

    yeah I think that was it and not only that I had to remove doevents in receivedata for winsock while it was closing


    thanks
  13. Replies
    4
    Views
    604

    Unclosed sessions

    hi guys
    below is my code to check mail on pop3 using winsock, the problem of it is that it doesn't really close the session and since there's a loop to check the mailbox every 5 second it will not...
  14. Replies
    5
    Views
    1,136

    Re: multi session using URLDownloadToFile

    have you ever tried to download multip session?

    its alot faster... with one session you never be able to max your bandwidth. for example there 100 images in a webpage which the overhead...
  15. Replies
    5
    Views
    1,136

    Re: multi session using URLDownloadToFile

    i'm sure its possible to do it with windows as many ftp/http/p2p applications can download multiple at the same time. I just need to know how to open multiple process at one times. what I'm doing is...
  16. Replies
    5
    Views
    1,136

    multi session using URLDownloadToFile

    how can I download multisession with this thing?

    or is it possible to download http file with winsocks?

    thanks
  17. Replies
    4
    Views
    11,118

    Re: alternative to createDocumentFromUrl

    I tried to point to the local but it the state doesnt go out of loading to complete...

    any idea?
  18. Re: any available class module for email receive on pop3?

    thanks for your prompt reply
    I already have sendmail and using it in my application but it seems its only for Sending mail and not receving it.
  19. Re: any available class module for email receive on pop3?

    hi dude
    I searched forum and your post but I did not find any Class module that can do that for me...

    thanks
  20. Replies
    10
    Views
    830

    Re: POP3 inbox program

    yes and I found a sample at planetsourcecode but it didn't work fine for pop3
  21. Replies
    10
    Views
    830

    Re: POP3 inbox program

    did you find anything for that? I am looking for the same thing
  22. Replies
    11
    Views
    760

    Re: How to pass all files and sub directories?

    well , your code only passes *.* files in windows folder and not its subdirectories... but anotherVBnewbie's code that does the job is actually passing it to a listbox
  23. Replies
    0
    Views
    468

    download multiple files on multisessions

    hi guys
    I'm writing application that will save a webpage to local destination, the code below shows that how I do it is actually download each image one by one...

    but how exactly I can I open...
  24. Replies
    4
    Views
    11,118

    alternative to createDocumentFromUrl

    hi guys

    right now I'm using createDocumentFromUrl to load htmldocument, but is it possible to use URLDownloadToFile and then load the local file into?

    thanks
  25. any available class module for email receive on pop3?

    hi guys
    I'm kinda newbie in VB and I want to make my application receive emails, whats the best easiest solution for pop3?

    it will be an advantage if it can support SSL... so I can use Gmail
    ...
  26. Replies
    11
    Views
    760

    Re: How to pass all files and sub directories?

    Sir Loin
    I can't find the reference to FSO, whats the exact name?

    anotherVBnewbie
    this is exactly what I want but how to put it inside an array , I want to make my application run as a service...
  27. Re: save frames inside HTMLDocument to local location

    I get error at set ecollection line
  28. Replies
    11
    Views
    760

    Re: How to pass all files and sub directories?

    exactly, i'm zipping a folder and I dont have any code yet since I dont have all files
  29. Replies
    11
    Views
    760

    How to pass all files and sub directories?

    Hi guys
    I'm trying to use VBAccelerator zip to compress all content of directory and all files inside,

    how to use dir command to get all files in child directories?

    thanks
  30. save frames inside HTMLDocument to local location

    hi guys
    I'm trying to save an html file into local path, but I have trouble with saving frames, below is my current code for this part.

    thanks



    Dim objImg As IHTMLImgElement ...
  31. Replies
    3
    Views
    737

    Re: block popup in htmldocument

    no I'm not using control, it is loading on the fly using createDocumentFromUrl
  32. Replies
    2
    Views
    851

    Re: insert frame html into HTMLdocument

    ok, how do I load all frame to save?
    is it possible to send html-email with frame?

    I tried this but I get this error"Object doesn't support this propertyor method at FOR NEXT line:



    Dim...
  33. Replies
    3
    Views
    737

    block popup in htmldocument

    hi guys
    I'm loading a htmldocument on the fly but I want to block all popup if possible...

    thanks



    Dim objMSHTML As New MSHTML.HTMLDocument
    Dim objDoc As HTMLDocument
  34. Replies
    2
    Views
    851

    insert frame html into HTMLdocument

    hi guys
    I've made a function to save and email a webpage, however in case there is a frame like this:



    <frame src="Pan%20Iranisim%20%20%20One%20United%20Iranian%20Nation_files/pan1.htm"...
  35. Replies
    14
    Views
    1,645

    Re: HTMLdocument change doesn't apply

    well, I managed to fix the issue by this>

    vText = objDoc.documentElement.outerHTML
    Text1.Text = vText
    ReDim chText(0 To Len(vText))
    Text2.Text = "converting unicode to $#1740;"
    For I = 0 To...
  36. Replies
    14
    Views
    1,645

    Re: HTMLdocument change doesn't apply

    thank you very much for your code, the html file and its content are both now saving properly, but the problem is that my application is suppose to email this content and while i'm sending it the...
  37. Replies
    14
    Views
    1,645

    Re: HTMLdocument change doesn't apply

    OK,
    after I pause at the loop for a while (like 5 sec) and then continue it its working and applied

    but there is two problem:

    - how to do it automatically?

    - how to modify CSS style part...
  38. Replies
    14
    Views
    1,645

    Re: HTMLdocument change doesn't apply

    the problem is it doesn't WORK, its still as original
  39. Replies
    14
    Views
    1,645

    Re: HTMLdocument change doesn't apply

    Do While objMSHTML.ReadyState <> READYSTATE_COMPLETE


    this line give TYPE MISMATCH error
  40. Replies
    14
    Views
    1,645

    Re: HTMLdocument change doesn't apply

    for example if you reffer to the code, when I change the reference for images from:

    href:photos/test.jpg

    to

    href:test.jpg

    to cut the subdirectory it will saved to the actual source of...
Results 1 to 40 of 167
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width