Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #19725
| Path | csiph.com!aioe.org!.POSTED./nCPHOIgKQ4ZejGycEpVhg.user.gioia.aioe.org!not-for-mail |
|---|---|
| From | Franz_aRTiglio <franzgol@N0SPAMtin.it> |
| Newsgroups | it.comp.lang.visual-basic |
| Subject | Re: Formato della risoluzione |
| Date | Thu, 12 Mar 2020 08:45:53 +0100 |
| Organization | Aioe.org NNTP Server |
| Lines | 36 |
| Message-ID | <r4cp9u$1chs$1@gioia.aioe.org> (permalink) |
| References | <r4cnsm$afc$1@solani.org> |
| NNTP-Posting-Host | /nCPHOIgKQ4ZejGycEpVhg.user.gioia.aioe.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="iso-8859-15"; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Complaints-To | abuse@aioe.org |
| X-ICQ | 1931503972 |
| X-Notice | Filtered by postfilter v. 0.9.2 |
| X-Newsreader | MesNews/1.08.06.00-it |
| Xref | csiph.com it.comp.lang.visual-basic:19725 |
Show key headers only | View raw
Greg ha detto questo giovedì : > C'è un modo già pronto per sapere il formato della risoluzione, se si > avvivina di piu a un 4:3 o a un 16:9? risoluzione di cosa ? schermo ? immagine ? x/y se il risultato e' 1.3 e' 4:3, 1.6 e' 16:10 e 1.7 16:9 <https://en.wikipedia.org/wiki/Aspect_ratio_(image)> A braccio: Select case int(x/y) * 100 Case 0 debug.print "L'immagine/schermo e' verticale" Case 130, debug.print "L'immagine/schermo e' in 4:3" Case 160, debug.print "L'immagine/schermo e' in 16:10" Case 170, debug.print "L'immagine/schermo e' in 16:9" Case else debug.print "vattelapesca su wiki :) " & int(x/y) * 100 End select
Back to it.comp.lang.visual-basic | Previous | Next — Previous in thread | Next in thread | Find similar
Formato della risoluzione Greg <greg@alicie.com> - 2020-03-12 08:20 +0100
Re: Formato della risoluzione Franz_aRTiglio <franzgol@N0SPAMtin.it> - 2020-03-12 08:45 +0100
Re: Formato della risoluzione Greg <greg@alicie.com> - 2020-03-12 09:15 +0100
Re: Formato della risoluzione Franz_aRTiglio <franzgol@N0SPAMtin.it> - 2020-03-12 09:17 +0100
Re: Formato della risoluzione Greg <greg@alicie.com> - 2020-03-12 12:00 +0100
Re: Formato della risoluzione BH <nomail@nomail.com> - 2020-03-17 22:28 +0100
Re: Formato della risoluzione Greg <greg@alicie.com> - 2020-03-18 07:52 +0100
Re: Formato della risoluzione Franz_aRTiglio <franzgol@N0SPAMtin.it> - 2020-03-18 10:55 +0100
Re: Formato della risoluzione Greg <greg@alicie.com> - 2020-03-18 16:05 +0100
Re: Formato della risoluzione Franz_aRTiglio <franzgol@N0SPAMtin.it> - 2020-03-19 10:39 +0100
Re: Formato della risoluzione Greg <greg@alicie.com> - 2020-03-19 13:12 +0100
csiph-web