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

C#

 
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 
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 
Member 8394073 wrote:
How would i go about in the code to find specific letters and then place them on the pictureBox?

Think about it; you need to start by storing your letters inside your program, probably by some sort of collection[^], or your own class, etc. Each object then comprises the letter and its current position within your grid, and as the letters are moved by the user you update this information and repaint them in the appropriate place.

Given some of your comments I wonder whether you should be tackling this subject without first spending time studying some of the more basic aspects of the language. There are lots of samples here in the Articles[^] section, and also some very useful quick C# tutorials[^] on MSDN.
Unrequited desire is character building. OriginalGriff
I'm sitting here giving you a standing ovation - Len Goodman



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 
QuestionHow to get available gmail/yahoo.mail account automatically by C# Pin
ndkit17-Nov-11 5:37
ndkit17-Nov-11 5:37 
AnswerRe: How to get available gmail/yahoo.mail account automatically by C# Pin
Pete O'Hanlon17-Nov-11 7:00
mvePete O'Hanlon17-Nov-11 7:00 

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.