Hi Guys,
Am using WindowsCE 5.0.
I have a customized OS in my device.
I have a problem with the Find Dialog Box in internet explorer.
if u go to IE-> Edit-> Find...
then a dialog box pops up showing the typical "Find" dialog box.

When i build the same OS for any other langauage e.g. chinese, japanese
etc.....
then this particular dialog bos gets distorted...and the text strings are
cropped and not shown properly.....
So i thought of cloning the public code and then change the RC file so that
it looks better.
But i couldnt find the desired RC file in the IE of Public..folder.

So Could anyone pls help me in telling where to get this RC file for this
"Find Dialog box" or is there any other way to solve the problem...
Thanks in advance..
Waiting for reply...

Re: Problem with Find Dialog Box in Internetnet explorer by Paul

Paul
Tue Dec 18 07:26:04 PST 2007

I'll tell you how you go about finding answers like this. Using your fine
text editor, which is probably *not* Platform Builder or eVC, you do a
search for files in \wince500\public with the .RC extension and containing
the string "find". Look at the various places that it shows up. The
most-interesting of these is in PUBLIC\IE\OAK\SHDOCVW\RESDLL, shdoclc.rc.
In there, the code for the find dialog, written in JavaScript, is shown.
The actual code is in one of several .DLX files, loaded based on the screen
configuration of the device being built.

Paul T.

"Mishra" <Mishra@discussions.microsoft.com> wrote in message
news:5FB17203-3D86-499A-B518-BE1719943B32@microsoft.com...
> Hi Guys,
> Am using WindowsCE 5.0.
> I have a customized OS in my device.
> I have a problem with the Find Dialog Box in internet explorer.
> if u go to IE-> Edit-> Find...
> then a dialog box pops up showing the typical "Find" dialog box.
>
> When i build the same OS for any other langauage e.g. chinese, japanese
> etc.....
> then this particular dialog bos gets distorted...and the text strings are
> cropped and not shown properly.....
> So i thought of cloning the public code and then change the RC file so
> that
> it looks better.
> But i couldnt find the desired RC file in the IE of Public..folder.
>
> So Could anyone pls help me in telling where to get this RC file for this
> "Find Dialog box" or is there any other way to solve the problem...
> Thanks in advance..
> Waiting for reply...