.Net Screen Savers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shawn Mehaffie

    .Net Screen Savers

    I have created a screen saver using VB.Net but cannot find any articles or
    examples on how to write the code for the /p parameter (display in dialog
    preview window). All the .Net exmaples I have found skip this functionality
    and simply put, this requires advance threading and is beyond the scope of
    this example.

    Can anyone please give me an answer to this or at least give me a link to
    where I can find this information.

    S. Shawn Mehaffie
    PC Resources, LLC


  • BobAchgill

    #2
    .Net Screen Savers

    If you don't mind me asking on your thread...what
    examples have you found so far for screen savers?

    I want to build a screen saver as well. Got any good
    links to examples?

    [color=blue]
    >-----Original Message-----
    >I have created a screen saver using VB.Net but cannot[/color]
    find any articles or[color=blue]
    >examples on how to write the code for the /p parameter[/color]
    (display in dialog[color=blue]
    >preview window). All the .Net exmaples I have found[/color]
    skip this functionality[color=blue]
    >and simply put, this requires advance threading and is[/color]
    beyond the scope of[color=blue]
    >this example.
    >
    >Can anyone please give me an answer to this or at least[/color]
    give me a link to[color=blue]
    >where I can find this information.
    >
    >S. Shawn Mehaffie
    >PC Resources, LLC
    >
    >
    >.
    >[/color]

    Comment

    • BobAchgill

      #3
      .Net Screen Savers

      If you don't mind me asking on your thread...what
      examples have you found so far for screen savers?

      I want to build a screen saver as well. Got any good
      links to examples?

      [color=blue]
      >-----Original Message-----
      >I have created a screen saver using VB.Net but cannot[/color]
      find any articles or[color=blue]
      >examples on how to write the code for the /p parameter[/color]
      (display in dialog[color=blue]
      >preview window). All the .Net exmaples I have found[/color]
      skip this functionality[color=blue]
      >and simply put, this requires advance threading and is[/color]
      beyond the scope of[color=blue]
      >this example.
      >
      >Can anyone please give me an answer to this or at least[/color]
      give me a link to[color=blue]
      >where I can find this information.
      >
      >S. Shawn Mehaffie
      >PC Resources, LLC
      >
      >
      >.
      >[/color]

      Comment

      • CJ Taylor

        #4
        Re: .Net Screen Savers

        I just read an article on planet source code that says the SCR file format
        is nothing more than a renamed EXE.

        basically, the screen saver I found was a .NET executable with a picturebox
        that just filled the bounds and was a borderless form...

        -CJ


        "BobAchgill " <anonymous@disc ussions.microso ft.com> wrote in message
        news:1a79f01c41 e3f$953e7d90$a4 01280a@phx.gbl. ..[color=blue]
        > If you don't mind me asking on your thread...what
        > examples have you found so far for screen savers?
        >
        > I want to build a screen saver as well. Got any good
        > links to examples?
        >
        >[color=green]
        > >-----Original Message-----
        > >I have created a screen saver using VB.Net but cannot[/color]
        > find any articles or[color=green]
        > >examples on how to write the code for the /p parameter[/color]
        > (display in dialog[color=green]
        > >preview window). All the .Net exmaples I have found[/color]
        > skip this functionality[color=green]
        > >and simply put, this requires advance threading and is[/color]
        > beyond the scope of[color=green]
        > >this example.
        > >
        > >Can anyone please give me an answer to this or at least[/color]
        > give me a link to[color=green]
        > >where I can find this information.
        > >
        > >S. Shawn Mehaffie
        > >PC Resources, LLC
        > >
        > >
        > >.
        > >[/color][/color]


        Comment

        • CJ Taylor

          #5
          Re: .Net Screen Savers

          I just read an article on planet source code that says the SCR file format
          is nothing more than a renamed EXE.

          basically, the screen saver I found was a .NET executable with a picturebox
          that just filled the bounds and was a borderless form...

          -CJ


          "BobAchgill " <anonymous@disc ussions.microso ft.com> wrote in message
          news:1a79f01c41 e3f$953e7d90$a4 01280a@phx.gbl. ..[color=blue]
          > If you don't mind me asking on your thread...what
          > examples have you found so far for screen savers?
          >
          > I want to build a screen saver as well. Got any good
          > links to examples?
          >
          >[color=green]
          > >-----Original Message-----
          > >I have created a screen saver using VB.Net but cannot[/color]
          > find any articles or[color=green]
          > >examples on how to write the code for the /p parameter[/color]
          > (display in dialog[color=green]
          > >preview window). All the .Net exmaples I have found[/color]
          > skip this functionality[color=green]
          > >and simply put, this requires advance threading and is[/color]
          > beyond the scope of[color=green]
          > >this example.
          > >
          > >Can anyone please give me an answer to this or at least[/color]
          > give me a link to[color=green]
          > >where I can find this information.
          > >
          > >S. Shawn Mehaffie
          > >PC Resources, LLC
          > >
          > >
          > >.
          > >[/color][/color]


          Comment

          Working...