Hi,
I am using VC++6.0, MFC.
I am working on a MDI application, and got stuch place.
I ahave created a Modeless dialog, and attached it with the main frame.
Hi,
Infact the problem is with when I am loading the skin.
when I call LoadSkinFromFile(path) function, it loads that file.Now even than If i don't apply the skin and do any activity in my...
Hi,
I am using Skin Crafter for the skinization of my application.
when I do any activity after loading the skin file, my application gets crashed.
can u suggest some idea for this..
whenever u r going to release memory..I mean before calling delete, put a check, whether that pointer is NULL or not.If not than delete it and assign to that pointer NULL.
Hi,
I am converting an application to unicode.
Now in uncode a character may be of 1 byte or may be of 2 byte.So whenever I read that character(say in chinese), I need to know whether it occupies i...
Hi,
I made all the changes, which are specified in that link and for my problem I got a solution, in which message will be follwed by &#x and the browser will show correct display.
Hi,
I am convert an application in to UNicode.
Hhow to get the unicode equavalant of a character.
say I typed a message in some language say chineese.. and I want its equavalant message in...
Hi,
Pl. clarify this doubt..
If I am converting an application, than is it necessary to replace
int with DWORD,
char[] to char*, and other similiar one.
Hi,
There is a doubt regarding UNICODE conversion.
when I am converting an application to Unicode, do I need to replace BOOL, bool,int with something specific.. ??? or can they be as it is...