Hi, Anybody knows how to display english characters to hindi charactres?:confused: If has any source code to do it will be ok.:) Suppose the word is "do sal" it should be viewable as दो साल in hindi.
Manish
Hi, Anybody knows how to display english characters to hindi charactres?:confused: If has any source code to do it will be ok.:) Suppose the word is "do sal" it should be viewable as दो साल in hindi.
Manish
Hi, I am using dot net editor 2005. I have written web site(c#.net,asp.net
Manish
Hi, Regret for late reply... I am using Win32 SDk application,no MFC is there. I have implemented subclaasing of child controls(buttons in this case) to adrees this issue.Now I am able to handle enter key events as well.:)
Manish
I haven't set any default button on my dialog. All other styles are set to false and only those wnich are mentioned are set. With these styles I want to handle enter key event for "B1". How will it be done?
Manish
In property page: B2 having style: visible B1 having style : visible and owner draw. Please suggest any solution so that when B1 is highlighted,on pressing enter ket it should get action.
Manish
No I have two buttons: Button "B1" with owner draw style and button "B2" with default style. On mouse click both get action. On space bar when highlighted both get actions. But when I press enter key when highlighted "B2" gets action but "B1" when highlighted doesn't respond to it. Any sugestions?
Manish
Hi, I have created dialog box in SDK(c++) and there is one button "B1" with style owner draw and other "B2" with default style. When I press enter key then "B2" gets pressed but when "B1" is highlighted it doesn't respond. I tried many styles of button and also tried subclassing but I am unbale to handle enter key event. Is any one knows how to solve it?
Manish
No probs John!!! I required that just for an alternative to my previous code,whenever u get time do that or evenif not posible dnt worry i got my problem solved.
Manish
Thanx John! For the time i don't need to look on virtual memory usage but may be in future i required that. U can mail me at mmanish3214@rediffmail.com :)
Manish
Hi John, I m satisfied with the virtual memory usage shown by GlobalMemoryStatus function previously i had used that function but it gives me a look of total virtual memory allocated to all running proceses. VirtualQuery needs Pointer to the base address of the region of pages to be queried from where i can get that? Coz i haven't allocated virtual memory by VirtualAlloc. As u said you have a sample example of ur own may be it will help a little. Thanx :)
Manish
Thanx John :) I think that ll solve my querry...
Manish
no!! i was having only dll with me,how can i use that dll then??
Manish
I ve tried all combinations with #import. If i delete this dll then it shows no such file menas it currectly points to this dll. Any sugestions or alternative??
Manish
Thanx prasad :) I have used #import "mydll.dll" in my code but it giving error as "fatal error C1083: Cannot open type library file: 'mydll.dll': Error loading type library/DLL" Any alternative do you want to suggest,i think type library is not embeded in this dll...
Manish
Thanx john :) Its a total size of virtual memory allocated to a process but i want virtual memory currently being used by the process. Do you knows anything about how can i get that information??
Manish
Hi all, Can anyone knows how can i get virtual memory usage of a process in my c++ code,any api?? I am able to get physical memory usage of process in my code but not able to get information about virtual memory :doh: :doh: Any help??
Manish
Thanx Steve:) Did u mean i should call getprocaddress on all functions i needed from that dll and make a wrapper around those functions...
Manish
Hi, I have a already created COM :^) (.dll file only) which was used in c#.net code but i have to use it in C++ code :confused: :confused: . I dont have .h file for this COM,had only dll file. Can Anyone help me in : How can i use this COM im my c++ code :doh: ?? Thanx in advance :)
Manish