Click here to Skip to main content
15,886,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can Create new rect with width? Pin
Le@rner2-Jan-09 20:47
Le@rner2-Jan-09 20:47 
GeneralRe: How can Create new rect with width? Pin
Hamid_RT3-Jan-09 0:16
Hamid_RT3-Jan-09 0:16 
AnswerRe: How can Create new rect with width? Pin
CPallini2-Jan-09 20:50
mveCPallini2-Jan-09 20:50 
GeneralRe: How can Create new rect with width? Pin
Le@rner2-Jan-09 20:55
Le@rner2-Jan-09 20:55 
GeneralRe: How can Create new rect with width? Pin
CPallini2-Jan-09 21:04
mveCPallini2-Jan-09 21:04 
GeneralRe: How can Create new rect with width? Pin
Le@rner2-Jan-09 21:16
Le@rner2-Jan-09 21:16 
GeneralRe: How can Create new rect with width? Pin
CPallini3-Jan-09 2:49
mveCPallini3-Jan-09 2:49 
AnswerRe: How can Create new rect with width? Pin
Michael Dunn3-Jan-09 18:41
sitebuilderMichael Dunn3-Jan-09 18:41 
Juat assign a new value to the right member:
rect.right = rect.left + the_new_width;


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! CP SearchBar v3.0 | C++ Forum FAQ

I work for Keyser Söze

QuestionReleasing memory occupied by controls Pin
VCProgrammer2-Jan-09 19:06
VCProgrammer2-Jan-09 19:06 
AnswerRe: Releasing memory occupied by controls [modified] Pin
Le@rner2-Jan-09 19:33
Le@rner2-Jan-09 19:33 
AnswerRe: Releasing memory occupied by controls Pin
Hamid_RT2-Jan-09 19:55
Hamid_RT2-Jan-09 19:55 
AnswerRe: Releasing memory occupied by controls Pin
Randor 3-Jan-09 0:34
professional Randor 3-Jan-09 0:34 
QuestionNeed help for coloring the CTabCtrl white Pin
Rahul Vaishnav2-Jan-09 18:17
Rahul Vaishnav2-Jan-09 18:17 
AnswerRe: Need help for coloring the CTabCtrl white Pin
Hamid_RT2-Jan-09 19:58
Hamid_RT2-Jan-09 19:58 
Questionvirtual operator "=" Pin
wubousc2-Jan-09 13:21
wubousc2-Jan-09 13:21 
AnswerRe: virtual operator "=" Pin
Bram van Kampen2-Jan-09 14:56
Bram van Kampen2-Jan-09 14:56 
GeneralRe: virtual operator "=" Pin
wubousc2-Jan-09 15:46
wubousc2-Jan-09 15:46 
GeneralRe: virtual operator "=" Pin
Mark Salsbery2-Jan-09 16:55
Mark Salsbery2-Jan-09 16:55 
GeneralRe: virtual operator "=" Pin
wubousc2-Jan-09 17:03
wubousc2-Jan-09 17:03 
GeneralRe: virtual operator "=" Pin
Mark Salsbery2-Jan-09 17:19
Mark Salsbery2-Jan-09 17:19 
GeneralRe: virtual operator "=" Pin
Mark Salsbery2-Jan-09 17:24
Mark Salsbery2-Jan-09 17:24 
GeneralRe: virtual operator "=" Pin
wubousc2-Jan-09 17:58
wubousc2-Jan-09 17:58 
AnswerRe: virtual operator "=" Pin
N a v a n e e t h2-Jan-09 16:12
N a v a n e e t h2-Jan-09 16:12 
QuestionCatching all exceptions Pin
charlieg2-Jan-09 10:36
charlieg2-Jan-09 10:36 
AnswerRe: Catching all exceptions Pin
Randor 2-Jan-09 11:21
professional Randor 2-Jan-09 11:21 

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.