Click here to Skip to main content
15,887,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: "game" fast fingers Pin
Aljaz11125-Mar-09 9:45
Aljaz11125-Mar-09 9:45 
GeneralRe: "game" fast fingers Pin
led mike25-Mar-09 10:02
led mike25-Mar-09 10:02 
GeneralRe: "game" fast fingers Pin
Cedric Moonen25-Mar-09 21:07
Cedric Moonen25-Mar-09 21:07 
GeneralRe: "game" fast fingers Pin
led mike26-Mar-09 5:35
led mike26-Mar-09 5:35 
GeneralRe: "game" fast fingers Pin
CPallini25-Mar-09 10:09
mveCPallini25-Mar-09 10:09 
GeneralRe: "game" fast fingers Pin
Aljaz11125-Mar-09 10:25
Aljaz11125-Mar-09 10:25 
GeneralRe: "game" fast fingers Pin
Aljaz11125-Mar-09 11:25
Aljaz11125-Mar-09 11:25 
GeneralRe: "game" fast fingers Pin
CPallini25-Mar-09 11:49
mveCPallini25-Mar-09 11:49 
You call the getRandowSymbol function whenever you need a new random chosen letter.
For instance, suppose you want show one random letter in the edit box, then (supposing the member variable associated to the edit is a CString and it is called m_sEdit) you may do
m_sEdit = getRandomSymbol();

eventually calling UpdataData(FALSE) method of the dialog.
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: "game" fast fingers [modified] Pin
Aljaz11125-Mar-09 13:04
Aljaz11125-Mar-09 13:04 
GeneralRe: "game" fast fingers Pin
CPallini25-Mar-09 22:33
mveCPallini25-Mar-09 22:33 
GeneralRe: "game" fast fingers Pin
Niklas L26-Mar-09 1:33
Niklas L26-Mar-09 1:33 
GeneralRe: "game" fast fingers Pin
Aljaz11126-Mar-09 3:35
Aljaz11126-Mar-09 3:35 
GeneralRe: "game" fast fingers Pin
CPallini26-Mar-09 4:03
mveCPallini26-Mar-09 4:03 
GeneralRe: "game" fast fingers [modified] Pin
Aljaz11126-Mar-09 5:31
Aljaz11126-Mar-09 5:31 
GeneralRe: "game" fast fingers Pin
CPallini26-Mar-09 7:20
mveCPallini26-Mar-09 7:20 
GeneralRe: "game" fast fingers Pin
Aljaz11126-Mar-09 7:53
Aljaz11126-Mar-09 7:53 
QuestionRe: "game" fast fingers Pin
CPallini26-Mar-09 8:48
mveCPallini26-Mar-09 8:48 
GeneralRe: "game" fast fingers Pin
David Crow25-Mar-09 9:26
David Crow25-Mar-09 9:26 
AnswerRe: "game" fast fingers Pin
led mike25-Mar-09 9:40
led mike25-Mar-09 9:40 
GeneralRe: "game" fast fingers Pin
Aljaz11125-Mar-09 9:47
Aljaz11125-Mar-09 9:47 
GeneralRe: "game" fast fingers [modified] Pin
CPallini25-Mar-09 10:11
mveCPallini25-Mar-09 10:11 
GeneralRe: "game" fast fingers Pin
led mike26-Mar-09 5:37
led mike26-Mar-09 5:37 
QuestionSerial Mouse data to Mouse driver [modified] Pin
THAQCD25-Mar-09 7:42
THAQCD25-Mar-09 7:42 
QuestionGetting notification from CRichEditView Pin
rp_suman25-Mar-09 6:20
rp_suman25-Mar-09 6:20 
AnswerRe: Getting notification from CRichEditView Pin
Iain Clarke, Warrior Programmer25-Mar-09 6:50
Iain Clarke, Warrior Programmer25-Mar-09 6:50 

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.