Click here to Skip to main content
15,917,793 members
Home / Discussions / C#
   

C#

 
GeneralRe: challange .net datepicker problem Pin
Pete O'Hanlon18-Nov-11 9:30
mvePete O'Hanlon18-Nov-11 9:30 
GeneralRe: challange .net datepicker problem Pin
djdanlib18-Nov-11 9:31
djdanlib18-Nov-11 9:31 
AnswerRe: challange .net datepicker problem Pin
Eddy Vluggen19-Nov-11 7:14
professionalEddy Vluggen19-Nov-11 7:14 
Questionhello Pin
DmitryMS18-Nov-11 2:03
DmitryMS18-Nov-11 2:03 
AnswerRe: hello Pin
Reiss18-Nov-11 2:23
professionalReiss18-Nov-11 2:23 
AnswerRe: hello Pin
Wayne Gaylard18-Nov-11 3:45
professionalWayne Gaylard18-Nov-11 3:45 
AnswerWorld Pin
Not Active18-Nov-11 5:44
mentorNot Active18-Nov-11 5:44 
GeneralRe: hello Pin
Dan Mos18-Nov-11 6:02
Dan Mos18-Nov-11 6:02 
AnswerRe: hello Pin
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 
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 

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.