Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
Question[Message Deleted] Pin
Rahul8315-May-07 18:39
Rahul8315-May-07 18:39 
AnswerRe: string type Pin
Blumen15-May-07 19:02
Blumen15-May-07 19:02 
AnswerRe: string type Pin
Christian Graus15-May-07 19:46
protectorChristian Graus15-May-07 19:46 
AnswerRe: [Message Deleted] Pin
Muammar©15-May-07 21:06
Muammar©15-May-07 21:06 
GeneralRe: [Message Deleted] Pin
Rahul8315-May-07 21:14
Rahul8315-May-07 21:14 
AnswerSome cp rules[modified] Pin
Muammar©15-May-07 21:22
Muammar©15-May-07 21:22 
QuestionDrawing Application--Line Selection? Pin
Raza568015-May-07 18:03
Raza568015-May-07 18:03 
AnswerRe: Drawing Application--Line Selection? Pin
mike montagne15-May-07 18:36
mike montagne15-May-07 18:36 
Because a line is not an object, you will have to write your selection process from the ground up. You will have to register the points contained by lines (perhaps recognizing members from end points for instance); detect clicks or other process you might provide for selecting lines; and then perhaps re-draw the line/polygon/etc... to indicate it has been selected. A process you might use to select graphic elements could be to iterate through a list of the elements your processes have drawn, re-drawing each to indicate selection as the list is iterated by arrow keys, navigation buttons, or whatever.
QuestionHow to upload image into a remote database server? Pin
Khoramdin15-May-07 15:44
Khoramdin15-May-07 15:44 
AnswerRe: How to upload image into a remote database server? Pin
mike montagne15-May-07 17:20
mike montagne15-May-07 17:20 
QuestionA ListView (and also TreeView) with more than one contextMenu related to item that was rightClicked Pin
DeepBlackHole15-May-07 14:46
DeepBlackHole15-May-07 14:46 
AnswerRe: A ListView (and also TreeView) with more than one contextMenu related to item that was rightClicked Pin
mike montagne15-May-07 15:16
mike montagne15-May-07 15:16 
AnswerRe: A ListView (and also TreeView) with more than one contextMenu related to item that was rightClicked Pin
Uwe Keim15-May-07 18:08
sitebuilderUwe Keim15-May-07 18:08 
Questioncross thread problem Pin
simsem15-May-07 13:44
simsem15-May-07 13:44 
AnswerRe: cross thread problem Pin
Christian Graus15-May-07 14:15
protectorChristian Graus15-May-07 14:15 
GeneralRe: cross thread problem Pin
Judah Gabriel Himango15-May-07 16:01
sponsorJudah Gabriel Himango15-May-07 16:01 
GeneralRe: cross thread problem Pin
simsem15-May-07 16:04
simsem15-May-07 16:04 
GeneralRe: cross thread problem Pin
Judah Gabriel Himango16-May-07 4:38
sponsorJudah Gabriel Himango16-May-07 4:38 
AnswerRe: cross thread problem Pin
Darkman_nofear15-May-07 17:58
Darkman_nofear15-May-07 17:58 
JokeRe: cross thread problem Pin
NormDroid15-May-07 22:13
professionalNormDroid15-May-07 22:13 
QuestionRight Click event producing no result Pin
Kataric15-May-07 13:25
Kataric15-May-07 13:25 
AnswerRe: Right Click event producing no result Pin
Christian Graus15-May-07 13:29
protectorChristian Graus15-May-07 13:29 
GeneralRe: Right Click event producing no result Pin
Kataric15-May-07 13:32
Kataric15-May-07 13:32 
GeneralRe: Right Click event producing no result Pin
Kataric15-May-07 13:35
Kataric15-May-07 13:35 
AnswerRe: Right Click event producing no result Pin
mike montagne15-May-07 14:31
mike montagne15-May-07 14:31 

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.