Click here to Skip to main content
15,909,896 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to access to Control's Property from other forms ? Pin
PicklesTheClown15-Feb-06 7:39
PicklesTheClown15-Feb-06 7:39 
GeneralRe: how to access to Control's Property from other forms ? Pin
hdv21215-Feb-06 8:22
hdv21215-Feb-06 8:22 
GeneralRe: how to access to Control's Property from other forms ? Pin
Dave Kreskowiak15-Feb-06 14:51
mveDave Kreskowiak15-Feb-06 14:51 
QuestionSave data when app close Pin
QzRz15-Feb-06 6:37
QzRz15-Feb-06 6:37 
AnswerRe: Save data when app close Pin
Daniel Santillanes15-Feb-06 7:16
professionalDaniel Santillanes15-Feb-06 7:16 
GeneralRe: Save data when app close Pin
hdv21215-Feb-06 7:24
hdv21215-Feb-06 7:24 
GeneralRe: Save data when app close Pin
QzRz15-Feb-06 8:00
QzRz15-Feb-06 8:00 
QuestionWindows Management Help !!! Pin
snouto15-Feb-06 6:04
snouto15-Feb-06 6:04 
Hello folks . i have some pretty problems with windows management and really i am sick from these problems i will declare them now for you for any one having a help please share it between us .

First iam developing An application that deals with windows management more than any other tasks iam involved in win32 . i need the following tasks.

1 - When a user turn on the computer i need to replace the windows default authentication form with my own form containing Password Text box for accessing this pc.and if the password is granted the authenticator form enables the windows to complete starting , if the password is wrong the windows still showing that password form and don't load any further.
2 - i need to lock the workstation as when you click any dialog box of log off or Shut down the desktop behind and the whole environment is locked you can't open any thing on the desktop . i used LockWorkstation Method found in User32.dll
<br />
public class authenticator<br />
{<br />
[DllImport("User32.dll,SetLastError=true)]<br />
public static extern bool LockWorkStation();<br />
}<br />

And it works it locked the workstation like if you are switching users on the windows xp but it gives me the windows authentication foreground can i replace this with my own form ?????

3- How can i disable my application to be uninstalled from add/Remove Programs from the control panel or how can i set a password for uninstallation ?????

Thanks everybody . Anyone has any proven solution for any of the above problems please don't hesitate to share it for the developers here on this forum.


Thank You Everybody

Human Knowledge belongs to the world.
AnswerRe: Windows Management Help !!! Pin
Dave Kreskowiak15-Feb-06 14:46
mveDave Kreskowiak15-Feb-06 14:46 
QuestionHow do i make an XML document only read/writeable by my ASP.NET app? Pin
Red_Wizard_Shot_The_Food15-Feb-06 5:32
Red_Wizard_Shot_The_Food15-Feb-06 5:32 
AnswerRe: How do i make an XML document only read/writeable by my ASP.NET app? Pin
Guffa15-Feb-06 6:42
Guffa15-Feb-06 6:42 
GeneralRe: How do i make an XML document only read/writeable by my ASP.NET app? Pin
Red_Wizard_Shot_The_Food15-Feb-06 6:46
Red_Wizard_Shot_The_Food15-Feb-06 6:46 
GeneralRe: How do i make an XML document only read/writeable by my ASP.NET app? Pin
Dan Neely15-Feb-06 7:10
Dan Neely15-Feb-06 7:10 
GeneralRe: How do i make an XML document only read/writeable by my ASP.NET app? Pin
J4amieC15-Feb-06 21:58
J4amieC15-Feb-06 21:58 
QuestionCutting out a triangular chunk in DirectX Pin
melanieab15-Feb-06 4:45
melanieab15-Feb-06 4:45 
QuestionLocalization issues with custom controls Pin
User 190837815-Feb-06 3:44
User 190837815-Feb-06 3:44 
AnswerRe: Localization issues with custom controls Pin
Andy Moore15-Feb-06 5:17
Andy Moore15-Feb-06 5:17 
GeneralRe: Localization issues with custom controls Pin
User 190837815-Feb-06 5:39
User 190837815-Feb-06 5:39 
AnswerRe: Localization issues with custom controls Pin
Andy Moore15-Feb-06 5:25
Andy Moore15-Feb-06 5:25 
Questionhow to represent xml document on treeviewer using c# Pin
panter_rose15-Feb-06 3:39
panter_rose15-Feb-06 3:39 
AnswerRe: how to represent xml document on treeviewer using c# Pin
PicklesTheClown15-Feb-06 6:18
PicklesTheClown15-Feb-06 6:18 
GeneralRe: how to represent xml document on treeviewer using c# Pin
panter_rose17-Feb-06 21:40
panter_rose17-Feb-06 21:40 
QuestionHelp Me! Pin
am2h15-Feb-06 3:08
am2h15-Feb-06 3:08 
AnswerRe: Help Me! Pin
J4amieC15-Feb-06 4:45
J4amieC15-Feb-06 4:45 
QuestionWin32 API Problems Pin
snouto15-Feb-06 2:13
snouto15-Feb-06 2:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.