Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC Remote Drive Access Pin
David Crow29-Oct-04 5:59
David Crow29-Oct-04 5:59 
GeneralRe: MFC Remote Drive Access Pin
missnazar29-Oct-04 6:05
missnazar29-Oct-04 6:05 
GeneralRe: MFC Remote Drive Access Pin
David Crow29-Oct-04 7:17
David Crow29-Oct-04 7:17 
GeneralRe: MFC Remote Drive Access Pin
John M. Drescher29-Oct-04 6:16
John M. Drescher29-Oct-04 6:16 
Generalrandom colored letters from a CString Pin
...---...29-Oct-04 4:52
...---...29-Oct-04 4:52 
GeneralRe: random colored letters from a CString Pin
Antony M Kancidrowski29-Oct-04 5:32
Antony M Kancidrowski29-Oct-04 5:32 
GeneralRe: random colored letters from a CString Pin
David Crow29-Oct-04 5:33
David Crow29-Oct-04 5:33 
GeneralRe: random colored letters from a CString Pin
LeeeNN29-Oct-04 10:58
LeeeNN29-Oct-04 10:58 
To get random value, do this
// initialize the random number generator
srand( (unsigned)time(NULL) );
// get random value
color += rand();
Hope this is what you are asking about.
Smile | :)

GeneralRe: random colored letters from a CString Pin
David Crow29-Oct-04 17:30
David Crow29-Oct-04 17:30 
QuestionGetting Mouse Co-ords ?? Pin
AbinThomas29-Oct-04 4:19
AbinThomas29-Oct-04 4:19 
AnswerRe: Getting Mouse Co-ords ?? Pin
Alexander M.,29-Oct-04 4:28
Alexander M.,29-Oct-04 4:28 
AnswerRe: Getting Mouse Co-ords ?? Pin
Blake Miller29-Oct-04 4:42
Blake Miller29-Oct-04 4:42 
AnswerRe: Getting Mouse Co-ords ?? Pin
GKarRacer29-Oct-04 7:08
GKarRacer29-Oct-04 7:08 
GeneralRe: Getting Mouse Co-ords ?? Pin
AbinThomas29-Oct-04 19:00
AbinThomas29-Oct-04 19:00 
Generalprevent window closing Pin
Arrun29-Oct-04 1:37
Arrun29-Oct-04 1:37 
GeneralRe: prevent window closing Pin
Monty229-Oct-04 1:49
Monty229-Oct-04 1:49 
GeneralRe: prevent window closing Pin
Cedric Moonen29-Oct-04 1:59
Cedric Moonen29-Oct-04 1:59 
GeneralRe: prevent window closing Pin
Antony M Kancidrowski29-Oct-04 2:04
Antony M Kancidrowski29-Oct-04 2:04 
GeneralUser previleges to create files in "C:\ProgramFiles" Pin
tgprakash29-Oct-04 0:50
tgprakash29-Oct-04 0:50 
GeneralRe: User previleges to create files in "C:\ProgramFiles" Pin
ThatsAlok29-Oct-04 1:52
ThatsAlok29-Oct-04 1:52 
GeneralRe: User previleges to create files in "C:\ProgramFiles" Pin
Andrew Peace31-Oct-04 3:32
Andrew Peace31-Oct-04 3:32 
GeneralRe: User previleges to create files in "C:\ProgramFiles" Pin
Michael Dunn29-Oct-04 7:02
sitebuilderMichael Dunn29-Oct-04 7:02 
GeneralRe: User previleges to create files in "C:\ProgramFiles" Pin
tgprakash29-Oct-04 19:48
tgprakash29-Oct-04 19:48 
GeneralHebrew Localisation Pin
Sitaram Sukumar29-Oct-04 0:03
Sitaram Sukumar29-Oct-04 0:03 
Generalreturning a function pointer from a function Pin
_psh_28-Oct-04 23:57
_psh_28-Oct-04 23:57 

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.