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

C / C++ / MFC

 
AnswerRe: 3DES encryption. Pin
Stuart Dootson21-Jun-09 23:47
professionalStuart Dootson21-Jun-09 23:47 
Question[SOLVED] possible to pass in a string as UNICODE? Pin
UserNameless21-Jun-09 20:53
UserNameless21-Jun-09 20:53 
QuestionRe: possible to pass in a string as UNICODE? Pin
CPallini21-Jun-09 21:17
mveCPallini21-Jun-09 21:17 
AnswerRe: possible to pass in a string as UNICODE? Pin
UserNameless21-Jun-09 21:32
UserNameless21-Jun-09 21:32 
GeneralRe: possible to pass in a string as UNICODE? Pin
CPallini21-Jun-09 21:46
mveCPallini21-Jun-09 21:46 
GeneralRe: possible to pass in a string as UNICODE? [modified] Pin
UserNameless21-Jun-09 21:55
UserNameless21-Jun-09 21:55 
QuestionHow to change the forms and dialogs look and feel Pin
suthakar5621-Jun-09 19:55
suthakar5621-Jun-09 19:55 
AnswerRe: How to change the forms and dialogs look and feel Pin
TyrionTheImp21-Jun-09 20:07
TyrionTheImp21-Jun-09 20:07 
Hi suthakar,

You can call the ModifyStyle or ModifyStyleEx to update ur window styles dynamically.
Alternative is to use the SetWindowLong family of functions (as documented in MSDN)
to change the style byte values, and update the window accordingly.
Just be sure that your style values are compatible with the way ur using ur dialogs/forms.
GeneralRe: How to change the forms and dialogs look and feel Pin
suthakar5621-Jun-09 22:27
suthakar5621-Jun-09 22:27 
AnswerRe: How to change the forms and dialogs look and feel Pin
Hamid_RT22-Jun-09 3:26
Hamid_RT22-Jun-09 3:26 
GeneralRe: How to change the forms and dialogs look and feel Pin
TyrionTheImp22-Jun-09 23:38
TyrionTheImp22-Jun-09 23:38 
QuestionHow can use Scheduler ? Pin
Le@rner21-Jun-09 19:27
Le@rner21-Jun-09 19:27 
AnswerRe: How can use Scheduler ? Pin
«_Superman_»21-Jun-09 19:38
professional«_Superman_»21-Jun-09 19:38 
AnswerRe: How can use Scheduler ? Pin
Rajesh R Subramanian22-Jun-09 1:45
professionalRajesh R Subramanian22-Jun-09 1:45 
QuestionC++ Vulnerablity Pin
SNI21-Jun-09 18:38
SNI21-Jun-09 18:38 
AnswerRe: C++ Vulnerablity Pin
«_Superman_»21-Jun-09 18:59
professional«_Superman_»21-Jun-09 18:59 
GeneralRe: C++ Vulnerablity Pin
SNI21-Jun-09 19:10
SNI21-Jun-09 19:10 
QuestionCreateNewChild and mouse messages Pin
prithaa21-Jun-09 15:13
prithaa21-Jun-09 15:13 
QuestionError when creating classes for dialog boxes or new class Pin
l_d21-Jun-09 7:06
l_d21-Jun-09 7:06 
AnswerRe: Error when creating classes for dialog boxes or new class Pin
«_Superman_»21-Jun-09 16:20
professional«_Superman_»21-Jun-09 16:20 
AnswerRe: Error when creating classes for dialog boxes or new class Pin
David Crow22-Jun-09 4:10
David Crow22-Jun-09 4:10 
GeneralRe: Error when creating classes for dialog boxes or new class Pin
l_d23-Jun-09 8:51
l_d23-Jun-09 8:51 
QuestionEmbedded Structure Pin
Gjm21-Jun-09 6:25
Gjm21-Jun-09 6:25 
QuestionRe: Embedded Structure Pin
CPallini21-Jun-09 6:51
mveCPallini21-Jun-09 6:51 
AnswerRe: Embedded Structure Pin
Stuart Dootson21-Jun-09 13:47
professionalStuart Dootson21-Jun-09 13:47 

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.