CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2001
    Posts
    87

    please help here!!!

    Can somebody tell me how the logo.sys in windows works?
    What program makes it run?
    We can open it as a normal bitmap image file.
    But when windows starts you see the bottom of the image moving.
    How do you do that?
    How do i make that work using C++?
    How can i use C++ to make the same screen displayed using C++?

  2. #2
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588
    Well, the animation has probably nothing to do with logo.sys. What are you trying to do ? Make an animation in C++ or use a different bitmap instead of the standard logo.sys, or what ?

  3. #3
    Join Date
    Oct 2001
    Posts
    87
    I want to use the same logo.sys but i want it to go just like windows using C , you know with the bottom moving.
    I want to run something in the background with this being shown

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