Click here to Skip to main content
15,889,810 members
Home / Discussions / C#
   

C#

 
GeneralRe: hello Pin
Dan Mos18-Nov-11 6:02
Dan Mos18-Nov-11 6:02 
AnswerRe: hello PinPopular
Pete O'Hanlon18-Nov-11 6:36
mvePete O'Hanlon18-Nov-11 6:36 
GeneralRe: hello Pin
Dan Mos18-Nov-11 6:39
Dan Mos18-Nov-11 6:39 
GeneralRe: hello Pin
Pete O'Hanlon18-Nov-11 7:31
mvePete O'Hanlon18-Nov-11 7:31 
AnswerRe: hello Pin
loyal ginger18-Nov-11 7:14
loyal ginger18-Nov-11 7:14 
AnswerRe: hello Pin
R. Giskard Reventlov18-Nov-11 7:49
R. Giskard Reventlov18-Nov-11 7:49 
QuestionGrid in a pictureBox, how to add certain letters in a word to a "Grid-box"? Pin
Member 839407317-Nov-11 23:42
Member 839407317-Nov-11 23:42 
AnswerRe: Grid in a pictureBox, how to add certain letters in a word to a "Grid-box"? Pin
Richard MacCutchan18-Nov-11 1:39
mveRichard MacCutchan18-Nov-11 1:39 
As a first point you should not be painting your control in a button click event. That event should capture whatever information is needed to repaint the control, but the actual painting should be done in the OnPaint[^] event. As to connecting letters with points in the grid, you need to track the grid location of each letter in your code and then paint it in the appropriate point on the screen according to which grid box it belongs to. This is merely a matter of using some transform to convert the character location (say row 2, column 3) into a screen location, which will be based on the actual location and size of your grid in screen coordinates.
Unrequited desire is character building. OriginalGriff
I'm sitting here giving you a standing ovation - Len Goodman



GeneralRe: Grid in a pictureBox, how to add certain letters in a word to a "Grid-box"? Pin
Member 839407318-Nov-11 2:05
Member 839407318-Nov-11 2:05 
GeneralRe: Grid in a pictureBox, how to add certain letters in a word to a "Grid-box"? Pin
Richard MacCutchan18-Nov-11 2:18
mveRichard MacCutchan18-Nov-11 2:18 
QuestionThread.WaitReason Pin
CTF6617-Nov-11 20:05
CTF6617-Nov-11 20:05 
AnswerRe: Thread.WaitReason Pin
Ravi Bhavnani18-Nov-11 2:04
professionalRavi Bhavnani18-Nov-11 2:04 
GeneralRe: Thread.WaitReason Pin
CTF6620-Nov-11 9:47
CTF6620-Nov-11 9:47 
QuestionSelecting/Deselecting items by checking checkboxes in a listview impossible? Pin
teknolog12317-Nov-11 7:32
teknolog12317-Nov-11 7:32 
AnswerRe: Selecting/Deselecting items by checking checkboxes in a listview impossible? Pin
Pete O'Hanlon17-Nov-11 7:40
mvePete O'Hanlon17-Nov-11 7:40 
GeneralRe: Selecting/Deselecting items by checking checkboxes in a listview impossible? Pin
teknolog12317-Nov-11 7:59
teknolog12317-Nov-11 7:59 
GeneralRe: Selecting/Deselecting items by checking checkboxes in a listview impossible? Pin
Matt U.17-Nov-11 8:19
Matt U.17-Nov-11 8:19 
GeneralRe: Selecting/Deselecting items by checking checkboxes in a listview impossible? Pin
teknolog12317-Nov-11 21:59
teknolog12317-Nov-11 21:59 
GeneralRe: Selecting/Deselecting items by checking checkboxes in a listview impossible? Pin
Matt U.21-Nov-11 2:40
Matt U.21-Nov-11 2:40 
AnswerRe: Selecting/Deselecting items by checking checkboxes in a listview impossible? Pin
BobJanova18-Nov-11 2:22
BobJanova18-Nov-11 2:22 
QuestionMaping Network Drive Pin
M Riaz Bashir17-Nov-11 6:09
M Riaz Bashir17-Nov-11 6:09 
AnswerRe: Maping Network Drive Pin
Matt U.17-Nov-11 6:44
Matt U.17-Nov-11 6:44 
GeneralRe: Maping Network Drive Pin
M Riaz Bashir17-Nov-11 6:45
M Riaz Bashir17-Nov-11 6:45 
GeneralRe: Maping Network Drive Pin
Mycroft Holmes17-Nov-11 13:18
professionalMycroft Holmes17-Nov-11 13:18 
GeneralRe: Maping Network Drive Pin
Reiss17-Nov-11 22:58
professionalReiss17-Nov-11 22:58 

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.