Click here to Skip to main content
15,887,454 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to send file with bluetooth with secket programing Pin
Giorgi Dalakishvili13-Sep-10 20:57
mentorGiorgi Dalakishvili13-Sep-10 20:57 
QuestionA Queston about Transformations Pin
BobInNJ13-Sep-10 3:38
BobInNJ13-Sep-10 3:38 
AnswerRe: A Queston about Transformations Pin
Luc Pattyn13-Sep-10 4:05
sitebuilderLuc Pattyn13-Sep-10 4:05 
QuestionUngroup Excel Column Pin
Mugdha_Aditya13-Sep-10 3:36
Mugdha_Aditya13-Sep-10 3:36 
AnswerRe: Ungroup Excel Column Repost Pin
Richard MacCutchan13-Sep-10 3:45
mveRichard MacCutchan13-Sep-10 3:45 
Questionmark with x Pin
Jassim Rahma13-Sep-10 3:24
Jassim Rahma13-Sep-10 3:24 
AnswerRe: mark with x Pin
Luc Pattyn13-Sep-10 7:03
sitebuilderLuc Pattyn13-Sep-10 7:03 
AnswerRe: mark with x Pin
Eddy Vluggen13-Sep-10 9:56
professionalEddy Vluggen13-Sep-10 9:56 
jrahma wrote:
I want a small tiny x mark, something like 14X14 and in RED.


That sounds more like an assignment than a question..

Anyway, to get you started; Set the head as a background image. Use a Panel to display the bitmap. Now, the computer doesn't distinguish between area's like humans. There's no way to distinguish between 'unmark that x' and 'put a mark very, very close to that one'. You could divide the bitmap into square blocks to represent clickable area's. That way you could create an array to represent the marked and unmarked blocks. It would otherwise be hard to "find" an X when it's painted on the head-picture itself. The best alternative would be to divide it into two layers, a background and a list of markers;

  • Create a generic list of points.
  • When the user clicks on the head, add the location to the generic list. Wipe the control, draw bitmaps (with a red X) on all the locations in your list.
  • When you reload the picture (e.g. user opens the app on the next day), load your backgroundhead and paint the markers over it.
  • When the user wants to delete a marker, show the list and ask which one. If the user selects an item in the list, then highlight it on the picture (e.g. a blue X instead of red, so they can see which one is going to be deleted)


See Google Earth if you want to try the concept Smile | :)
I are Troll Suspicious | :suss:

Questionlogs window with a lot of lines Pin
IWannaTalk13-Sep-10 1:56
IWannaTalk13-Sep-10 1:56 
AnswerRe: logs window with a lot of lines Pin
Luc Pattyn13-Sep-10 2:25
sitebuilderLuc Pattyn13-Sep-10 2:25 
GeneralRe: logs window with a lot of lines Pin
IWannaTalk13-Sep-10 3:02
IWannaTalk13-Sep-10 3:02 
GeneralRe: logs window with a lot of lines Pin
Luc Pattyn13-Sep-10 3:10
sitebuilderLuc Pattyn13-Sep-10 3:10 
GeneralRe: logs window with a lot of lines Pin
IWannaTalk13-Sep-10 21:48
IWannaTalk13-Sep-10 21:48 
GeneralRe: logs window with a lot of lines Pin
Luc Pattyn13-Sep-10 23:44
sitebuilderLuc Pattyn13-Sep-10 23:44 
QuestionCreating a p7m file. Pin
shadowzz12345613-Sep-10 1:08
shadowzz12345613-Sep-10 1:08 
QuestionPrinting: Slow access to PaperSize Pin
OriginalGriff12-Sep-10 23:57
mveOriginalGriff12-Sep-10 23:57 
AnswerRe: Printing: Slow access to PaperSize Pin
Luc Pattyn13-Sep-10 2:10
sitebuilderLuc Pattyn13-Sep-10 2:10 
GeneralRe: Printing: Slow access to PaperSize Pin
OriginalGriff13-Sep-10 3:58
mveOriginalGriff13-Sep-10 3:58 
GeneralRe: Printing: Slow access to PaperSize Pin
Luc Pattyn13-Sep-10 4:10
sitebuilderLuc Pattyn13-Sep-10 4:10 
AnswerRe: Printing: Slow access to PaperSize Pin
Bernhard Hiller13-Sep-10 2:43
Bernhard Hiller13-Sep-10 2:43 
QuestionControl in front of another one at all times Pin
fdsfsa76f7sa612-Sep-10 22:19
fdsfsa76f7sa612-Sep-10 22:19 
AnswerRe: Control in front of another one at all times Pin
#realJSOP13-Sep-10 0:16
mve#realJSOP13-Sep-10 0:16 
GeneralRe: Control in front of another one at all times Pin
fdsfsa76f7sa613-Sep-10 0:48
fdsfsa76f7sa613-Sep-10 0:48 
GeneralRe: Control in front of another one at all times Pin
#realJSOP13-Sep-10 4:58
mve#realJSOP13-Sep-10 4:58 
AnswerRe: Control in front of another one at all times Pin
Luc Pattyn13-Sep-10 2:16
sitebuilderLuc Pattyn13-Sep-10 2:16 

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.