msgina.dll about please help me :(

  • Thread starter Thread starter Eray Çakýr
  • Start date Start date
E

Eray Çakýr

Hello
How could I use msgina.dll in C#
The reason of using this dll is re-calling the Window Named WINDOWS SECURITY
(also can be accessed by pressing CTRL+ALT+DEL keys) in a winform.I 've
searched
mfc in google but i do not really understand. How could I do this in C#I
look
forward to hearing from you
Thank you for your time

Sincerely

Eray

P.s.: If it is not the thing (the msgina.dll) that I 've been looking for ,
please inform me about this

Thank you very much
 
Eray said:
Hello
How could I use msgina.dll in C#
The reason of using this dll is re-calling the Window Named WINDOWS
SECURITY (also can be accessed by pressing CTRL+ALT+DEL keys) in a
winform.I 've searched
mfc in google but i do not really understand. How could I do this in
C#I look
forward to hearing from you
Thank you for your time

Sincerely

Eray

P.s.: If it is not the thing (the msgina.dll) that I 've been looking
for , please inform me about this

Thank you very much

Sorry, I don't believe that it's possible in C#. You will need to use C++
and the plain Windows API ( not MFC ).

- Pete
 
Back
Top