Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows File System Refresh in C# Application Pin
Niiiissssshhhhhuuuuu20-Feb-07 20:31
Niiiissssshhhhhuuuuu20-Feb-07 20:31 
QuestionPop Up Menu Pin
hiremath7120-Feb-07 19:21
hiremath7120-Feb-07 19:21 
AnswerRe: Pop Up Menu Pin
Niiiissssshhhhhuuuuu20-Feb-07 20:12
Niiiissssshhhhhuuuuu20-Feb-07 20:12 
GeneralRe: Pop Up Menu Pin
hiremath7120-Feb-07 21:52
hiremath7120-Feb-07 21:52 
GeneralRe: Pop Up Menu Pin
Niiiissssshhhhhuuuuu20-Feb-07 22:57
Niiiissssshhhhhuuuuu20-Feb-07 22:57 
GeneralRe: Pop Up Menu Pin
hiremath7120-Feb-07 23:05
hiremath7120-Feb-07 23:05 
QuestionWindows Locatin Pin
hiremath7120-Feb-07 19:14
hiremath7120-Feb-07 19:14 
AnswerRe: Windows Locatin Pin
stancrm20-Feb-07 20:58
stancrm20-Feb-07 20:58 
Lock property works only in designer.
If you want to set the location, then get the event "LocationChanged" from the form, and every time the form moved, then set the location back to default location.

For example :

private void Form1_LocationChanged(object sender, EventArgs e)
{
  this.Location = new Point(10, 10);
}

GeneralRe: Windows Locatin Pin
hiremath7120-Feb-07 22:20
hiremath7120-Feb-07 22:20 
GeneralRe: Windows Locatin Pin
KrunalC20-Feb-07 22:35
KrunalC20-Feb-07 22:35 
GeneralRe: Windows Locatin Pin
hiremath7120-Feb-07 23:20
hiremath7120-Feb-07 23:20 
QuestionImageList Pin
Jeeva Jose20-Feb-07 19:09
Jeeva Jose20-Feb-07 19:09 
AnswerRe: ImageList Pin
il_masacratore20-Feb-07 21:35
il_masacratore20-Feb-07 21:35 
QuestionAccessing GIF Color Table? Pin
jak10278920-Feb-07 18:12
jak10278920-Feb-07 18:12 
Questionweb monitoring Pin
Member 369658120-Feb-07 18:11
Member 369658120-Feb-07 18:11 
AnswerRe: web monitoring Pin
Niiiissssshhhhhuuuuu20-Feb-07 19:46
Niiiissssshhhhhuuuuu20-Feb-07 19:46 
QuestionRe: web monitoring Pin
parbhu21-Feb-07 2:06
parbhu21-Feb-07 2:06 
QuestionWaveInOpen Error Pin
Al_Pennyworth20-Feb-07 17:46
Al_Pennyworth20-Feb-07 17:46 
Questiondatagrid questions Pin
swjam20-Feb-07 17:44
swjam20-Feb-07 17:44 
QuestionHow to Monitor Button Event Handler of a Child Form from the Parent Form? Pin
Khoramdin20-Feb-07 17:12
Khoramdin20-Feb-07 17:12 
AnswerRe: How to Monitor Button Event Handler of a Child Form from the Parent Form? Pin
Christian Graus20-Feb-07 17:23
protectorChristian Graus20-Feb-07 17:23 
AnswerRe: How to Monitor Button Event Handler of a Child Form from the Parent Form? Pin
Jeeva Jose20-Feb-07 19:56
Jeeva Jose20-Feb-07 19:56 
QuestionAccessing a method from one project in another Pin
Darkness8420-Feb-07 15:41
Darkness8420-Feb-07 15:41 
AnswerRe: Accessing a method from one project in another Pin
NanaAM20-Feb-07 16:58
NanaAM20-Feb-07 16:58 
AnswerRe: Accessing a method from one project in another Pin
Ashvin Gunga20-Feb-07 19:05
Ashvin Gunga20-Feb-07 19:05 

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.