Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: tcp & sockets with C++ Pin
Sachin R Sangoi2-Apr-07 1:11
Sachin R Sangoi2-Apr-07 1:11 
AnswerRe: tcp & sockets with C++ Pin
Mark Salsbery2-Apr-07 6:06
Mark Salsbery2-Apr-07 6:06 
QuestionMOVE BITMAP IN VC++ 6.0 Pin
quocviet_dhspkt1-Apr-07 16:18
quocviet_dhspkt1-Apr-07 16:18 
AnswerRe: MOVE BITMAP IN VC++ 6.0 Pin
vinhie471-Apr-07 18:02
vinhie471-Apr-07 18:02 
GeneralRe: MOVE BITMAP IN VC++ 6.0 Pin
Parthi_Appu1-Apr-07 18:35
Parthi_Appu1-Apr-07 18:35 
GeneralRe: MOVE BITMAP IN VC++ 6.0 Pin
vinhie471-Apr-07 19:56
vinhie471-Apr-07 19:56 
GeneralRe: MOVE BITMAP IN VC++ 6.0 Pin
Parthi_Appu1-Apr-07 20:08
Parthi_Appu1-Apr-07 20:08 
GeneralRe: MOVE BITMAP IN VC++ 6.0 Pin
quocviet_dhspkt5-Apr-07 15:17
quocviet_dhspkt5-Apr-07 15:17 
First, thanks a lot to you!
If I use InvalidateRect(...), I won't avoid flickering.
The client will be flickered because I load much bitmap.
And I want bitmap picture can move which depend on time.
I uses 2 functions: GetPixel(..) and SetPixel(..)
Before load bitmap, I use GetPixel(..) to save pixel colors of range which bitmap will be drawn.
In message WM_TIMER, I use functions:
-Clear(): uses SetPixel(..) to set pixel color which saved before.
-Move(); to move bitmap.
-GetPixel()
-Draw():load bitmap
But the results do not succeed.
I don't know Double Buffering technique. Can you help me about this technique. Thank you!
I will send my project for you. Please help me!

GeneralRe: MOVE BITMAP IN VC++ 6.0 Pin
quocviet_dhspkt5-Apr-07 16:21
quocviet_dhspkt5-Apr-07 16:21 
AnswerRe: MOVE BITMAP IN VC++ 6.0 Pin
Hamid_RT1-Apr-07 18:11
Hamid_RT1-Apr-07 18:11 
QuestionBrowsing to a mobile device using open file dialog on pc Pin
listechtony1-Apr-07 14:50
listechtony1-Apr-07 14:50 
QuestionTCP/IP connection not possible throught internet to other computer Pin
arr.cpp1-Apr-07 13:21
arr.cpp1-Apr-07 13:21 
AnswerRe: TCP/IP connection not possible throught internet to other computer Pin
mmavipc1-Apr-07 17:18
mmavipc1-Apr-07 17:18 
GeneralRe: TCP/IP connection not possible throught internet to other computer Pin
arr.cpp2-Apr-07 0:53
arr.cpp2-Apr-07 0:53 
GeneralRe: TCP/IP connection not possible throught internet to other computer Pin
Mark Salsbery2-Apr-07 6:16
Mark Salsbery2-Apr-07 6:16 
GeneralRe: TCP/IP connection not possible throught internet to other computer Pin
arr.cpp3-Apr-07 4:33
arr.cpp3-Apr-07 4:33 
AnswerRe: TCP/IP connection not possible throught internet to other computer Pin
arr.cpp3-Apr-07 5:32
arr.cpp3-Apr-07 5:32 
GeneralRe: TCP/IP connection not possible throught internet to other computer Pin
Mark Salsbery3-Apr-07 7:10
Mark Salsbery3-Apr-07 7:10 
Questionhow to use an Array of a class? Pin
MohammadAmiry1-Apr-07 11:03
MohammadAmiry1-Apr-07 11:03 
AnswerRe: how to use an Array of a class? Pin
PJ Arends1-Apr-07 11:06
professionalPJ Arends1-Apr-07 11:06 
GeneralRe: how to use an Array of a class? Pin
arr.cpp1-Apr-07 13:25
arr.cpp1-Apr-07 13:25 
JokeRe: how to use an Array of a class? Pin
Parthi_Appu1-Apr-07 18:26
Parthi_Appu1-Apr-07 18:26 
Questiongenetic algorithms examples codes using borland C++ Pin
oz-gur1-Apr-07 10:58
oz-gur1-Apr-07 10:58 
AnswerRe: genetic algorithms examples codes using borland C++ Pin
PJ Arends1-Apr-07 11:08
professionalPJ Arends1-Apr-07 11:08 
AnswerRe: genetic algorithms examples codes using borland C++ Pin
Ravi Bhavnani1-Apr-07 12:03
professionalRavi Bhavnani1-Apr-07 12:03 

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.