screen resolution independent

G

Guest

hi i have 3 questions

1. I usa high resolution when developing but i want my application to look
good
even on low 800x600 resolution so whats the solution for that ?

2. I have a list view that display thumbinails of scanned documents i want
when user double click on any 1 it opens it in the default pc photo edting
program haw to do it ?

3. haw can i include flash movies in my windows based application ?

thank you very much

--
Ammar S. Mitoori
IT Head QIMCO Co.
Tel : +9744831199
Mobile : +9745378400
Fax : +9744831643
 
H

Herfried K. Wagner [MVP]

Pure Heart said:
1. I usa high resolution when developing but i want my application to look
good
even on low 800x600 resolution so whats the solution for that ?

Check out the controls' 'Anchor' and 'Dock' properties and tablelayoutpanel
and flowlayoutpanel in .NET 2.0.
2. I have a list view that display thumbinails of scanned documents i want
when user double click on any 1 it opens it in the default pc photo edting
program haw to do it ?


'System.Diagnostics.Process.Start'.
 
C

Cyril Gupta

I will answer the third question :)

You will have to use a third party control. There's the Flash Player OCX. I
think from Macromedia which is free and a search on Google should give you
results.

If you want a 100% .Net solution then I think ComponentOne has a suit of
components which includes a flash player. Maybe they will sell it to you
separately too.

Cheers!
Cyril Gupta
 
A

Ahmed

For the first question, I suggest you design your program for 800X600
screens and if if you have RTB or lists try to keep them at the bottom
and anchor them to the bottom.


Ahmed
 

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

Similar Threads

flash 2
Xp Apperance 5
removing seconds from System.DateTime.Today.Now 2
Select File Dialog 3
Blue Screen after Updates 1
changing user loging 1
Re Usable components 8
compliling error 3

Top