Click here to Skip to main content
15,917,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CDialog constructor incorrectly casting a UINT to a string Pin
Michael Dunn29-Jan-09 15:47
sitebuilderMichael Dunn29-Jan-09 15:47 
GeneralRe: CDialog constructor incorrectly casting a UINT to a string Pin
karlan29-Jan-09 16:09
karlan29-Jan-09 16:09 
AnswerRe: CDialog constructor incorrectly casting a UINT to a string Pin
Iain Clarke, Warrior Programmer30-Jan-09 0:21
Iain Clarke, Warrior Programmer30-Jan-09 0:21 
AnswerRe: CDialog constructor incorrectly casting a UINT to a string Pin
JudyL_MD30-Jan-09 3:54
JudyL_MD30-Jan-09 3:54 
GeneralRe: CDialog constructor incorrectly casting a UINT to a string Pin
karlan1-Feb-09 15:47
karlan1-Feb-09 15:47 
QuestionNeed help to improve Inpage MFC software ! [modified] Pin
M A Gulzar29-Jan-09 13:42
M A Gulzar29-Jan-09 13:42 
AnswerRe: Need help to improve Inpage MFC software ! Pin
Garth J Lancaster29-Jan-09 15:56
professionalGarth J Lancaster29-Jan-09 15:56 
AnswerRe: Need help to improve Inpage MFC software ! Pin
Iain Clarke, Warrior Programmer30-Jan-09 0:06
Iain Clarke, Warrior Programmer30-Jan-09 0:06 
M A Gulzar wrote:
I think its an open source as when I used PE Explorer


No. You're just seeing the resources in the software used for (eg) dialogs. You can do the same thing to USER.DLL in wimdows and look at the dialogs if you like - but that's not open source either.

The release may have been freeware, but unless you can get the source, or they have some plugin architecture (sounds unlikely) you can't change much.

You say about changing colours from 4 to 16. But maybe there are lots of little bits in the code saying if (nColour > 3) DoSomeSpecialAction ().

So, even with a lot of help the answer is:
if (bCanGetSourceCode)
   JobIsHard ();
else
   JobIsImpossible ();


Have you tried *buying* a later non-freeware version? I value my time, and I hope you value yours.

Iain.

Codeproject MVP for C++, I can't believe it's for my lounge posts...

GeneralRe: Need help to improve Inpage MFC software ! Pin
M A Gulzar30-Jan-09 0:36
M A Gulzar30-Jan-09 0:36 
QuestionSyntax Problem- Can't initialize arrays with array[] = { , } syntax ?? Pin
Mike the Red29-Jan-09 13:16
Mike the Red29-Jan-09 13:16 
AnswerRe: Syntax Problem- Can't initialize arrays with array[] = { , } syntax ?? Pin
Jonathan Davies29-Jan-09 13:32
Jonathan Davies29-Jan-09 13:32 
GeneralRe: Syntax Problem- Can't initialize arrays with array[] = { , } syntax ?? Pin
David Crow30-Jan-09 4:29
David Crow30-Jan-09 4:29 
QuestionDirectSound in a Dialog Based Application Pin
calducciano29-Jan-09 9:36
calducciano29-Jan-09 9:36 
AnswerRe: DirectSound in a Dialog Based Application Pin
Stuart Dootson29-Jan-09 12:39
professionalStuart Dootson29-Jan-09 12:39 
QuestionDetecting COM ports Pin
RomTibi29-Jan-09 8:04
RomTibi29-Jan-09 8:04 
AnswerRe: Detecting COM ports Pin
Jonathan Davies29-Jan-09 8:16
Jonathan Davies29-Jan-09 8:16 
GeneralRe: Detecting COM ports Pin
RomTibi30-Jan-09 6:44
RomTibi30-Jan-09 6:44 
AnswerRe: Detecting COM ports Pin
David Crow29-Jan-09 8:31
David Crow29-Jan-09 8:31 
GeneralRe: Detecting COM ports Pin
RomTibi30-Jan-09 6:45
RomTibi30-Jan-09 6:45 
QuestionNeed to Repair afxwin.h Pin
Eurosid29-Jan-09 7:59
Eurosid29-Jan-09 7:59 
QuestionRe: Need to Repair afxwin.h Pin
David Crow29-Jan-09 8:36
David Crow29-Jan-09 8:36 
AnswerRe: Need to Repair afxwin.h Pin
Eurosid29-Jan-09 9:23
Eurosid29-Jan-09 9:23 
AnswerRe: Need to Repair afxwin.h Pin
GuimaSun29-Jan-09 8:37
GuimaSun29-Jan-09 8:37 
GeneralRe: Need to Repair afxwin.h Pin
Eurosid29-Jan-09 9:34
Eurosid29-Jan-09 9:34 
GeneralRe: Need to Repair afxwin.h Pin
Nishad S29-Jan-09 18:49
Nishad S29-Jan-09 18:49 

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.