Click here to Skip to main content
15,898,134 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Show Forms Pin
Christian Graus28-May-07 11:35
protectorChristian Graus28-May-07 11:35 
QuestionButton click Pin
dodoxor28-May-07 0:07
dodoxor28-May-07 0:07 
AnswerRe: Button click Pin
Christian Graus28-May-07 1:07
protectorChristian Graus28-May-07 1:07 
GeneralRe: Button click Pin
dodoxor28-May-07 1:50
dodoxor28-May-07 1:50 
QuestionWindows Property sheet Pin
vivekphlp28-May-07 0:02
vivekphlp28-May-07 0:02 
AnswerRe: Windows Property sheet Pin
Christian Graus28-May-07 1:08
protectorChristian Graus28-May-07 1:08 
GeneralRe: Windows Property sheet Pin
vivekphlp28-May-07 1:23
vivekphlp28-May-07 1:23 
GeneralRe: Windows Property sheet Pin
Colin Angus Mackay28-May-07 2:26
Colin Angus Mackay28-May-07 2:26 
vivekphlp wrote:
They want me to create an Undeletable file


Even stuff in the System32 folder is deletable - and that will break your system if you delete the right files.

One way would be to create a windows service that opens the file and keeps it open. This would ensure that the file could not be deleted (you cannot delete a file if a process has opened it)

This has some drawbacks.

No other process can open the file with exclusive access.
If the windows service were to be stopped then the file would be deletable again. (This is very easy to do)


Upcoming events:
* Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

GeneralRe: Windows Property sheet Pin
vivekphlp28-May-07 2:33
vivekphlp28-May-07 2:33 
GeneralRe: Windows Property sheet Pin
Colin Angus Mackay28-May-07 2:57
Colin Angus Mackay28-May-07 2:57 
GeneralRe: Windows Property sheet Pin
Christian Graus28-May-07 11:12
protectorChristian Graus28-May-07 11:12 
QuestionClient application using request version HTTP 1.1 though the protocol is set to 1.0 in the code. Pin
prgramya27-May-07 21:58
prgramya27-May-07 21:58 
Questionentering date to datagridview Pin
AndrusM27-May-07 1:40
AndrusM27-May-07 1:40 
QuestionUser control in DataGridView cell Pin
pserranop24-May-07 8:57
pserranop24-May-07 8:57 
Questiondatabase based windows application, how to presente data ???? Pin
Hasan Jaffal24-May-07 5:19
Hasan Jaffal24-May-07 5:19 
AnswerRe: database based windows application, how to presente data ???? Pin
I.explore.code18-Jun-07 19:35
I.explore.code18-Jun-07 19:35 
GeneralRe: database based windows application, how to presente data ???? Pin
Hasan Jaffal18-Jun-07 22:48
Hasan Jaffal18-Jun-07 22:48 
QuestionWindows preemption Pin
Nir sheffi24-May-07 1:26
Nir sheffi24-May-07 1:26 
AnswerRe: Windows preemption Pin
kubben24-May-07 2:45
kubben24-May-07 2:45 
AnswerRe: Windows preemption Pin
Dave Kreskowiak24-May-07 6:13
mveDave Kreskowiak24-May-07 6:13 
GeneralRe: Windows preemption Pin
Nir sheffi24-May-07 8:38
Nir sheffi24-May-07 8:38 
GeneralRe: Windows preemption Pin
Dave Kreskowiak24-May-07 9:00
mveDave Kreskowiak24-May-07 9:00 
QuestionUnwanted Event firing Pin
francoisdotnet23-May-07 2:06
francoisdotnet23-May-07 2:06 
AnswerRe: Unwanted Event firing Pin
Dave Kreskowiak28-May-07 6:06
mveDave Kreskowiak28-May-07 6:06 
GeneralRe: Unwanted Event firing Pin
francoisdotnet28-May-07 11:12
francoisdotnet28-May-07 11:12 

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.