Search:

Type: Posts; User: iwantanimac

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    688

    [2005] Read data from a webpage

    Hi all,
    I know this has ben asked in multiple forms already, but i'm confused again. How do i get VB '05 to download a web page, without showing it or using a WebBrowser control, and get it to...
  2. Re: [2005] Only showing system tray icon at startup.

    Thanks, ill put that in later.
  3. Re: [2005] Only showing system tray icon at startup.

    Aha! it worked, but not at startup... =(
    The only reason i used the Else was because i wanted to be able to just toggle it, but it works fine anyway.

    I still need help with the second part!
  4. Re: [2005] Only showing system tray icon at startup.

    hmm, it doesn't like me setting that. I set a button to do it and it refuses to work properly.

    This is how i've got it:
    Public Sub SwapVisibility()
    If Me.Opacity = 100 Then
    ...
  5. Re: [2005] Only showing system tray icon at startup.

    So none of the controls on the form would be able to be clicked at all... okay... ill try that.
  6. Re: [2005] Only showing system tray icon at startup.

    Yes, they are both for the same form, which is the startup form.

    But wouln't setting the opacity to 0 make it still clickable? If that's the case, i guess i need to use a bit of a harder option...
  7. [2005] Only showing system tray icon at startup.

    Hi guys, iI know it's been asked before but i just don't get it.
    How do I get my program to start up with the main form hidden?
    All the stuff I've found (Google Searched, searched these forums) has...
  8. Replies
    6
    Views
    3,284

    Re: [RESOLVED] [2005] Handle "PingException"

    Woo! All worked! Thanks a lot, guys!
  9. Re: Save/load images in a Picturebox using standard code

    Awesome guys! Thanks for all the help! =)
  10. Replies
    6
    Views
    3,284

    Re: [2005] Handle "PingException"

    Cool, Thanks guys, i will give that a try when i get on VB later.
  11. Replies
    6
    Views
    3,284

    Will that handle any exceptions thrown by the code?

    It switches back to the editor and points to the line
    If My.Computer.Network.Ping(txtAddress.Text) Then
    With a message saying it's thrown a "PingException" error in the bottom pane of the...
  12. Re: Save/load images in a Picturebox using standard code

    Yeah, is there any way to get a standard Load/Save dialog for it?
  13. Re: Save/load images in a Picturebox using standard code

    I still haven't figured thsi out in VB6... The project is over, though so ill be trying to port the current code to VB 2005 Express, but i keep getting errors. I won't mark this as resolved because i...
  14. Replies
    6
    Views
    3,284

    [RESOLVED] [2005] Handle "PingException"

    Hi all

    I'm trying to make a smallish application to ping another PC at a set interval. The timing part can wait at the moment, as i've had trouble just getting it to handle not being able to find...
  15. Re: Save/load images in a Picturebox using standard code

    okay, still not sure how to do it as the help search i did for Savefile only came up with information on a bug in the system... so can anyone be slightly more descriptive. I just want standard...
  16. Thanks!

    Thanks a bunch! I don't have VB6 at home, only at school, so ill try it out tomorrow. Thanks!
  17. Save/load images in a Picturebox using standard code

    Hi everyone, first time post here.

    I am making a sort of paint program for a school project and was wondering if there was any way to load or save images (It can be any format, i'm happy with...
Results 1 to 17 of 17



Click Here to Expand Forum to Full Width