Click here to Skip to main content
15,914,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: int array problem Pin
Mark Salsbery16-May-07 6:07
Mark Salsbery16-May-07 6:07 
GeneralRe: int array problem Pin
ajitatif angajetor16-May-07 6:38
ajitatif angajetor16-May-07 6:38 
GeneralRe: int array problem Pin
bob1697216-May-07 6:46
bob1697216-May-07 6:46 
JokeRe: int array problem Pin
Mark Salsbery16-May-07 6:50
Mark Salsbery16-May-07 6:50 
GeneralRe: int array problem Pin
Mark Salsbery16-May-07 6:48
Mark Salsbery16-May-07 6:48 
AnswerRe: int array problem Pin
CPallini16-May-07 9:31
mveCPallini16-May-07 9:31 
AnswerRe: int array problem Pin
John R. Shaw16-May-07 22:34
John R. Shaw16-May-07 22:34 
QuestionAES encryption for steaming data for Windows Mobile 5.0 Pin
gauravzhere16-May-07 4:27
gauravzhere16-May-07 4:27 
AnswerRe: AES encryption for steaming data for Windows Mobile 5.0 Pin
JudyL_MD16-May-07 10:18
JudyL_MD16-May-07 10:18 
GeneralRe: AES encryption for steaming data for Windows Mobile 5.0 Pin
gauravzhere17-May-07 23:36
gauravzhere17-May-07 23:36 
GeneralRe: AES encryption for steaming data for Windows Mobile 5.0 Pin
newbiesworld8-Feb-10 5:39
newbiesworld8-Feb-10 5:39 
QuestionWhy does SetWindowPos called with original ClientCoordinates move the window? Pin
Chilli7116-May-07 4:26
Chilli7116-May-07 4:26 
AnswerRe: Why does SetWindowPos called with original ClientCoordinates move the window? Pin
Hans Dietrich16-May-07 4:37
mentorHans Dietrich16-May-07 4:37 
GeneralRe: Why does SetWindowPos called with original ClientCoordinates move the window? Pin
Chilli7116-May-07 8:50
Chilli7116-May-07 8:50 
GeneralRe: Why does SetWindowPos called with original ClientCoordinates move the window? Pin
Hans Dietrich16-May-07 9:09
mentorHans Dietrich16-May-07 9:09 
GeneralRe: Why does SetWindowPos called with original ClientCoordinates move the window? Pin
Chilli7117-May-07 7:53
Chilli7117-May-07 7:53 
AnswerSolution Pin
Chilli717-Jun-07 20:07
Chilli717-Jun-07 20:07 
QuestionAbout Tetris game Pin
Mojtaba Karimi16-May-07 4:22
Mojtaba Karimi16-May-07 4:22 
AnswerRe: About Tetris game Pin
ajitatif angajetor16-May-07 4:35
ajitatif angajetor16-May-07 4:35 
both questions have one answer:

i guess you re-draw tetris blocks each time they move, using rectangles (RECT structure) of the block parts. so what you have to do is to check if left-most,right-most and bottom-most rectangles are inside the main window rectangle. also, the block should stop moving when the bottom-most rectangle of it touches the top-most block's rectangle on the same game column (each block part is one column wide).

you can get the rectangle of the main window using GetWindowRect() function.
but don't forget to use, ClientToScreen() and ClientToParent() functions when needed, they save more than just time.
AnswerRe: About Tetris game Pin
CPallini16-May-07 9:36
mveCPallini16-May-07 9:36 
QuestionCatching Key Event of an Edit Box Pin
ajitatif angajetor16-May-07 3:49
ajitatif angajetor16-May-07 3:49 
AnswerRe: Catching Key Event of an Edit Box Pin
led mike16-May-07 5:13
led mike16-May-07 5:13 
GeneralRe: Catching Key Event of an Edit Box Pin
ajitatif angajetor16-May-07 6:34
ajitatif angajetor16-May-07 6:34 
GeneralRe: Catching Key Event of an Edit Box Pin
malaugh16-May-07 8:58
malaugh16-May-07 8:58 
Questionstatic text box , GetClientRect, GetTextExtent [modified] Pin
daveyerwin16-May-07 3:34
daveyerwin16-May-07 3:34 

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.