CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2007
    Posts
    10

    DirectX 7 Screensaver

    I've created a DirectX7 DirectDraw screensaver that displays a series of images (movie like). I've got everything to work fine in VB but when I go to compile it to a *.scr file it won't let me preview it, or when the time runs out the screen goes black for a nano and whatever I had up before the time ran out is displayed. Just like the mousemove event is fired, but I know that is not the problem.

    So what could be the problem?

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: DirectX 7 Screensaver

    I'll guess door #2? Pretty hard to tell. Try again, please.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Dec 2007
    Posts
    10

    Re: DirectX 7 Screensaver

    Pardon ME but what are you talking about?

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: DirectX 7 Screensaver

    Please provide the code that you used, or what ever made you think you could compile DirectX to a screensaver. I'm not sure as I haven't done it.

    Your post didn't make a lot of sense.

    EDIT: If you mean running the compiled app on a different machine, then read up on Package & Deployment Wizard
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    Dec 2007
    Posts
    10

    Re: DirectX 7 Screensaver

    I'm trying to compile the app to a screensaver file to try out on my comp. and so far it isn't working properly.

  6. #6
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: DirectX 7 Screensaver

    Oh. I thought you had searched last night. Try this:

    http://blogs.msdn.com/coding4fun/arc...01/918695.aspx

    EDIT: It's for VB.Net. There is the default Screensaver in VS Express
    Last edited by dglienna; December 10th, 2007 at 12:20 PM.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured