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

    how to access boot sector

    I want to access boot sector and modify the boot progress , an example is to display my image on the black screen before the boot string show up (it's like the way you see the manufacturer logo right after turning on your PC).
    I was told to use Assembly to do that, but I wonder if the .NET can handle it ??

  2. #2
    Join Date
    Sep 2008
    Posts
    4

    Re: how to access boot sector

    no you can't . i think It is necessary to use native api

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: how to access boot sector

    Native api's won't do it either. Search Msdn for how to write a GINA dll.

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