Click here to Skip to main content
16,010,334 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Scrabble Pin
TwoFaced13-Mar-07 16:49
TwoFaced13-Mar-07 16:49 
GeneralRe: Scrabble [modified] Pin
TwoFaced14-Mar-07 17:54
TwoFaced14-Mar-07 17:54 
GeneralRe: Scrabble Pin
HardeepKaur15-Mar-07 11:51
HardeepKaur15-Mar-07 11:51 
GeneralRe: Scrabble Pin
TwoFaced15-Mar-07 19:10
TwoFaced15-Mar-07 19:10 
GeneralRe: Scrabble Pin
HardeepKaur16-Mar-07 5:46
HardeepKaur16-Mar-07 5:46 
GeneralRe: Scrabble Pin
TwoFaced16-Mar-07 6:49
TwoFaced16-Mar-07 6:49 
GeneralRe: Scrabble Pin
HardeepKaur16-Mar-07 11:24
HardeepKaur16-Mar-07 11:24 
GeneralRe: Scrabble Pin
TwoFaced16-Mar-07 14:15
TwoFaced16-Mar-07 14:15 
I'm not sure I'm following, sorry. Can you try to describe in detail what the problem is. From what I got before the user types in a word they want to place. Lets say they type in 'Cat'. You need to pick tiles from your tray that represents a 'C', 'A', 'T'. If your tile object has a letter property you should be able to loop through your tiles and compare it with the letter you need. Once it matches you know you have your tile to place on the board. There isn't any need for 26 comparisons. You don't care what letter it is you just care that the letter needed matches the letter value of the tile.

If your trying to figure out how you know which image to use for which letter then I already gave you that code in the last post. If you don't understand the code I'll try to explain it, but at this point I'm not sure if that's the problem. As I said I'm not getting exactly what the problem is at this point. If I haven't helped please try to be as clear and detailed as possible so I understand what's going on and whats required.
GeneralRe: Scrabble Pin
HardeepKaur17-Mar-07 5:16
HardeepKaur17-Mar-07 5:16 
QuestionLooking to show off your skills ?? Pin
al96813-Mar-07 12:06
al96813-Mar-07 12:06 
AnswerRe: Looking to show off your skills ?? Pin
CPallini13-Mar-07 12:36
mveCPallini13-Mar-07 12:36 
AnswerRe: Looking to show off your skills ?? Pin
Dave Kreskowiak13-Mar-07 14:22
mveDave Kreskowiak13-Mar-07 14:22 
QuestionVB 6 to VB.NET question Do While Not EOF equivalent Pin
aro198113-Mar-07 11:09
aro198113-Mar-07 11:09 
AnswerRe: VB 6 to VB.NET question Do While Not EOF equivalent Pin
TwoFaced13-Mar-07 11:59
TwoFaced13-Mar-07 11:59 
QuestionNoughts and Crosses Pin
Anybloodyid13-Mar-07 9:30
Anybloodyid13-Mar-07 9:30 
AnswerRe: Noughts and Crosses Pin
Marcus J. Smith13-Mar-07 10:33
professionalMarcus J. Smith13-Mar-07 10:33 
GeneralRe: Noughts and Crosses Pin
Anybloodyid13-Mar-07 12:17
Anybloodyid13-Mar-07 12:17 
QuestionHow I can connect VB.net to SQL Server 2005 Express? Pin
ATC13-Mar-07 8:55
ATC13-Mar-07 8:55 
AnswerRe: How I can connect VB.net to SQL Server 2005 Express? Pin
Harini N K13-Mar-07 19:54
Harini N K13-Mar-07 19:54 
GeneralRe: How I can connect VB.net to SQL Server 2005 Express? Pin
ATC14-Mar-07 9:14
ATC14-Mar-07 9:14 
QuestionScreenSaver's child process dies a-borning Pin
jim_taylor13-Mar-07 8:50
jim_taylor13-Mar-07 8:50 
AnswerRe: ScreenSaver's child process dies a-borning Pin
Marcus J. Smith13-Mar-07 9:05
professionalMarcus J. Smith13-Mar-07 9:05 
AnswerRe: ScreenSaver's child process dies a-borning Pin
jim_taylor13-Mar-07 12:16
jim_taylor13-Mar-07 12:16 
GeneralRe: ScreenSaver's child process dies a-borning Pin
Marcus J. Smith14-Mar-07 3:05
professionalMarcus J. Smith14-Mar-07 3:05 
GeneralRe: ScreenSaver's child process dies a-borning Pin
jim_taylor14-Mar-07 4:02
jim_taylor14-Mar-07 4:02 

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.