Click here to Skip to main content
15,885,757 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to use labels to pring class data Pin
Albert8322-Jan-06 18:34
Albert8322-Jan-06 18:34 
Questiondeactivated form Pin
Martin Leung19-Jan-06 19:40
Martin Leung19-Jan-06 19:40 
AnswerRe: deactivated form Pin
Dave Kreskowiak20-Jan-06 4:21
mveDave Kreskowiak20-Jan-06 4:21 
GeneralRe: deactivated form Pin
Martin Leung20-Jan-06 14:53
Martin Leung20-Jan-06 14:53 
GeneralRe: deactivated form Pin
Dave Kreskowiak20-Jan-06 18:20
mveDave Kreskowiak20-Jan-06 18:20 
QuestionContainer versus Scrollable Pin
tylerl19-Jan-06 19:28
tylerl19-Jan-06 19:28 
QuestionListView Control Pin
PrakashBhaskar19-Jan-06 19:10
PrakashBhaskar19-Jan-06 19:10 
AnswerRe: ListView Control Pin
Werdna20-Jan-06 6:17
Werdna20-Jan-06 6:17 
You can use BeforeLabelEdit event

private void ListView1_BeforeLabelEdit(object sender,
System.Windows.Forms.LabelEditEventArgs e)
{
if (e.Item == 7)
{
e.CancelEdit = true;
}
}


QuestionCreate database SQL by coding C# Pin
tadung19-Jan-06 16:16
tadung19-Jan-06 16:16 
AnswerRe: Create database SQL by coding C# Pin
Christian Graus19-Jan-06 16:27
protectorChristian Graus19-Jan-06 16:27 
AnswerRe: Create database SQL by coding C# Pin
Colin Angus Mackay19-Jan-06 22:34
Colin Angus Mackay19-Jan-06 22:34 
QuestionFrameWork and the final software Package Pin
ranzask19-Jan-06 15:47
ranzask19-Jan-06 15:47 
AnswerRe: FrameWork and the final software Package Pin
Christian Graus19-Jan-06 16:12
protectorChristian Graus19-Jan-06 16:12 
GeneralRe: FrameWork and the final software Package Pin
ranzask20-Jan-06 2:18
ranzask20-Jan-06 2:18 
GeneralRe: FrameWork and the final software Package Pin
mav.northwind20-Jan-06 4:27
mav.northwind20-Jan-06 4:27 
GeneralRe: FrameWork and the final software Package Pin
ranzask20-Jan-06 9:55
ranzask20-Jan-06 9:55 
Questionstart position of child form Pin
JstDaNuGuy19-Jan-06 15:28
JstDaNuGuy19-Jan-06 15:28 
AnswerRe: start position of child form Pin
Christian Graus19-Jan-06 15:39
protectorChristian Graus19-Jan-06 15:39 
GeneralRe: start position of child form Pin
JstDaNuGuy19-Jan-06 16:03
JstDaNuGuy19-Jan-06 16:03 
GeneralRe: start position of child form Pin
Christian Graus19-Jan-06 16:10
protectorChristian Graus19-Jan-06 16:10 
GeneralRe: start position of child form Pin
JstDaNuGuy19-Jan-06 16:13
JstDaNuGuy19-Jan-06 16:13 
GeneralRe: start position of child form Pin
JstDaNuGuy19-Jan-06 16:20
JstDaNuGuy19-Jan-06 16:20 
Questioncompile EXE that contain .wav file and .ico file Pin
ranzask19-Jan-06 13:46
ranzask19-Jan-06 13:46 
AnswerRe: compile EXE that contain .wav file and .ico file Pin
Dave Kreskowiak19-Jan-06 14:58
mveDave Kreskowiak19-Jan-06 14:58 
GeneralRe: compile EXE that contain .wav file and .ico file Pin
ranzask19-Jan-06 15:42
ranzask19-Jan-06 15:42 

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.