Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
AnswerRe: Lines disappear Pin
Guffa16-Oct-06 21:08
Guffa16-Oct-06 21:08 
AnswerRe: Lines disappear Pin
Christian Graus16-Oct-06 5:38
protectorChristian Graus16-Oct-06 5:38 
GeneralRe: Lines disappear Pin
ssoffline16-Oct-06 5:44
ssoffline16-Oct-06 5:44 
GeneralRe: Lines disappear Pin
Christian Graus16-Oct-06 5:50
protectorChristian Graus16-Oct-06 5:50 
GeneralRe: Lines disappear Pin
ssoffline16-Oct-06 6:07
ssoffline16-Oct-06 6:07 
GeneralRe: Lines disappear Pin
Christian Graus16-Oct-06 6:13
protectorChristian Graus16-Oct-06 6:13 
GeneralRe: Lines disappear Pin
ssoffline16-Oct-06 6:26
ssoffline16-Oct-06 6:26 
GeneralRe: Lines disappear Pin
Christian Graus16-Oct-06 7:42
protectorChristian Graus16-Oct-06 7:42 
ssoffline wrote:
i mean i should be able to select them like controls and resize with mouse?


The way to do this is to create a struct that defines each item. Then keep them in a list, and render them from that list. when the user clicks, you iterate over the list and see if an item was selected. If so, you change the attributes of that object in the list when the user drags or whatever.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Lines disappear Pin
ssoffline16-Oct-06 17:54
ssoffline16-Oct-06 17:54 
AnswerRe: Lines disappear Pin
sam#16-Oct-06 5:54
sam#16-Oct-06 5:54 
GeneralRe: Lines disappear Pin
ssoffline16-Oct-06 6:02
ssoffline16-Oct-06 6:02 
QuestionHelp with TYPED datasets Pin
Ian543216-Oct-06 3:22
Ian543216-Oct-06 3:22 
AnswerRe: Help with TYPED datasets Pin
Judah Gabriel Himango16-Oct-06 4:50
sponsorJudah Gabriel Himango16-Oct-06 4:50 
GeneralRe: Help with TYPED datasets Pin
Ian543216-Oct-06 6:05
Ian543216-Oct-06 6:05 
GeneralRe: Help with TYPED datasets Pin
Judah Gabriel Himango16-Oct-06 7:42
sponsorJudah Gabriel Himango16-Oct-06 7:42 
GeneralRe: Help with TYPED datasets Pin
Ian543218-Oct-06 2:36
Ian543218-Oct-06 2:36 
Questionc# Pin
daniela ion16-Oct-06 3:02
daniela ion16-Oct-06 3:02 
AnswerRe: c# Pin
Yustme16-Oct-06 3:10
Yustme16-Oct-06 3:10 
GeneralRe: c# [clickety police] Pin
Colin Angus Mackay16-Oct-06 5:50
Colin Angus Mackay16-Oct-06 5:50 
AnswerRe: c# Pin
albCode16-Oct-06 3:41
albCode16-Oct-06 3:41 
AnswerRe: c# Pin
MCSD-Gandalf16-Oct-06 4:46
MCSD-Gandalf16-Oct-06 4:46 
QuestionDo you prefer data binding or doing it yourself? Pin
3DoorsDown16-Oct-06 2:29
3DoorsDown16-Oct-06 2:29 
AnswerRe: Do you prefer data binding or doing it yourself? Pin
Judah Gabriel Himango16-Oct-06 4:51
sponsorJudah Gabriel Himango16-Oct-06 4:51 
AnswerRe: Do you prefer data binding or doing it yourself? Pin
Amar Chaudhary16-Oct-06 9:05
Amar Chaudhary16-Oct-06 9:05 
QuestionHow to Set Focus to a cell on DataGridView Control [modified] Pin
ASysSolvers16-Oct-06 2:19
ASysSolvers16-Oct-06 2:19 

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.