Click here to Skip to main content
15,881,882 members

Comments by Mithun Kadam (Top 2 by date)

Mithun Kadam 22-Feb-12 5:54am View    
I'm Working on MultiLang project[VS2010],which is having some dll's and one exe,the thing is that when i use the custom control in the dialog which is present in exe it works properly,but that same dialog will not get open in case of loading resource from dll and it shows some assertion.
But if i replace the custom control by edit box in the dialog which is there in dll then it shows the dialog,but the apperance is not good.
Mithun Kadam 21-Feb-12 23:12pm View    
Actually i tried to draw grid on CEditCtrl but it's apperance is bad, i used 5 EditCtrl to draw 5 different grids and while scrolling on dialog at atime it shows only one grid at a time......Please tell me wht to do now?