Windows Forms problems

G

Guest

Hi,

I am using a WINDOWS FORMS based application running as a cutom shell.
I am facing few problems.
1. While shuffling between forms, few of the forms appear shrunk(reduced
size) , missing header and overlapping buttons. Whereas it does not happen on
XP Pro.
2. While shuffling between forms(actully the same ones i mentioned
previously), The message box appears "Could not find the module
'firewall.cpl'". After pressing OK for this message, application works just
fine. If I include firewall control panel in my image , it does not happen. I
dont want to include the control panel whereas i want to keep my firewall
intact. Is control panel neccassary to be included in the image ?
3. I am including a custom security template which is applied using
secedit.exe.
So, while FBA, when secedit is called( in a generic command), message box
appears could not find secedit.chm. I have tried both(include help files and
Do not include help files) for my "security config engine command line
utility". I dont want that message to appear.
4. How to disable disk autodetect utility in embedded ?

Any help is appreciated.
 
S

Slobodan Brcin \(eMVP\)

Hi Bontz,

In future please separate different questions to different threads. It is
easier for us to give you answers and later for people it is easier to find
answers that they need in this NG.

A1.
Probably problem with missing requred Sanf Serif font variation there are
few SS font components.
http://groups-beta.google.com/group...soft.public.windowsxp.embedded&q=Serif&qt_g=1

A2.
Firewall problem is your application specific. You will have to redesign
application so that this do not happen or include required components.

A3:
Add component "Security Configuration Engine Command Line Utility" and
resolve dependencies.
Read link:
http://msdn.microsoft.com/library/d...reatingcomponentforcustomsecuritytemplate.asp
How to disable disk autodetect utility in embedded ?
Q4:
What is that? What do you want to do exactly?

Regards,
Slobodan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top