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

Search:

Type: Posts; User: Colt_777

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    24
    Views
    15,201

    Re: How to download a file from the internet

    good luck... getting encrypted files from a protected database can be pretty hard if you're not doing it manually...
  2. ok um... i'll see if i can figure that out.

    ok um... i'll see if i can figure that out.
  3. how can i convert several image boxes to a single picture file and then print it?

    i've got a project which contains several image boxes in different positions on top of another large image box (to form a diagram) and i need to be able to save them all to a picture file on my hard...
  4. Replies
    3
    Views
    821

    ok i'll try it out. thnx.

    ok i'll try it out. thnx.
  5. Replies
    3
    Views
    671

    no no the array works fine. when i originally...

    no no the array works fine. when i originally asked the question i had (stupidly) forgotten my past ideas for an array of the objects. anyway i was just wondering if there was another way without...
  6. Replies
    3
    Views
    821

    here's my code, with a few extras taken out...

    here's my code, with a few extras taken out (there's enough code as it is...):


    Private Sub cmdDownload_Click()
    'STRING DECLARATIONS
    pageURL = Trim(rtfPageURL.Text)
    filename =...
  7. Replies
    3
    Views
    671

    ok i've used an array for the objects which made...

    ok i've used an array for the objects which made the problem way easier to handle. i'm still interested to know how i could do this another way, like for example, having a string as an object name...
  8. Replies
    3
    Views
    680

    what you were actually doing was making the code...

    what you were actually doing was making the code easier to read. the " _" function is just to make it so that you can have a really long line of code to continue to a few lines, so that you don't...
  9. Replies
    3
    Views
    671

    object names in code

    i'm making a big project that involves a lot of objects with similar settings. i was wondering if there was a way to "carry" an object name to make it easier and less time consuming. let me explain...
  10. Replies
    3
    Views
    821

    downloading files error

    say i'm using inet to download a number of files from a web page, like this:

    pic1.jpg, pic2.jpg, pic4.jpg, pic5.jpg

    using a for next loop. in my program this works fine until it attempts to...
  11. Replies
    1
    Views
    827

    RTF combo box?

    does anyone know anything about a rich text combo box control? i need to make part of a line in a combo box blod and other parts normal, but am unsure of how to do this.
  12. Replies
    12
    Views
    3,535

    how do i add a reference to "microsoft scripting...

    how do i add a reference to "microsoft scripting runtime"?
  13. Replies
    13
    Views
    24,368

    i've tried this and it doesn't work. have you got...

    i've tried this and it doesn't work. have you got any ideas? here is my code:

    progpath = "vb6.exe " & "C:\Program Files\Microsoft Visual Studio\VB98\downloader program files\Project1.vbp"...
  14. Replies
    12
    Views
    3,535

    ok thats great. thanks alot, Colt.

    ok thats great.

    thanks alot,

    Colt.
  15. Replies
    12
    Views
    3,535

    what happens if the folder already exists?

    what happens if the folder already exists?
  16. Replies
    12
    Views
    3,535

    hi, thnx Cimperiali but what is this meant to...

    hi,

    thnx Cimperiali but what is this meant to do? i don't understand it sorry.

    thnx for that code equebal,

    Colt
  17. Replies
    12
    Views
    3,535

    creating a new folder

    hey guys,

    I'm making a group downloader (ie. to download, say, a collection of videos or mp3s) and i've got it all working except i have to manually create folders in windows and then type the...
  18. Replies
    4
    Views
    589

    hey thnx alot for this code this is exactly what...

    hey thnx alot for this code this is exactly what (and more than what) i was looking for. this code also helps me with another problem i was having- invoking a keypress. i had tried the send keys...
  19. Replies
    4
    Views
    589

    question about combo boxes

    i have a combo box in a program i'm working on and i want it to open up (ie. the list to open, like when you click the little arrow on the right) at form_load. can anyone help me with this?
  20. Replies
    13
    Views
    24,368

    hey thanks for this code. i have some problems...

    hey thanks for this code. i have some problems with this because of the directory, but i think i can sortthis out for myself.

    anyhow, thanks for the help guys,

    Colt.
  21. Replies
    13
    Views
    24,368

    i am still stumped as far as this one goes. any...

    i am still stumped as far as this one goes. any ideas????
  22. Replies
    24
    Views
    15,201

    i have recently been having a problem downloading...

    i have recently been having a problem downloading bigger files using inet, so i tried putting in:

    inet1.cancel at the end of the loop, so that it would open a new connection for each loop. is...
  23. Replies
    3
    Views
    760

    here, have a look at this:...

    here, have a look at this: http://www.codeguru.com/forum/showthread.php?s=&threadid=220177
  24. Replies
    13
    Views
    24,368

    i have a similar ques: if i use the command...

    i have a similar ques:

    if i use the command shell "explorer c:\project1.vbp" the 'download file' window opens (that is, the dialog that has open, save, cancel, and more info. like when you d/l a...
  25. Replies
    24
    Views
    15,201

    thnx that was pretty helpful. now to take over...

    thnx that was pretty helpful. now to take over the world!:o

    or not...:rolleyes:
Results 1 to 25 of 30
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured