Scaleheight
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 533 articles for 0.309 sec
Where and how are you attempting to use these properties? They are properties of the Report object, so the "method or data member not found" message probably means that you are trying to do something like ... SomeObject.ScaleWidth ... where 'SomeObject' is not a valid reference to a Report object. -- Brendan Reynolds Access MVP "mel" <mel@discussions.microsoft.com> wrote in message     

Group: microsoft.public.access.forms · Group Profile · Search for Scaleheight in microsoft.public.access.forms
Author: Brendan Reynolds
Date: Aug 15, 2006 03:04

Sometimes the answers to Qs like this can be very complex for a novice to follow, so to answer your question in the very simplist programing language there is some code below as a demo to give you what you want. On a form put a shape control as a circle, a label and a text box then paste the code. The function in this demo returns the correct angle between to sets of X-Y co-ords passed to
Show full article (0.71Kb)
Simone wrote: > Buongiorno, > è possibile in VB6 fare in modo che se ridimensiono il Form, si > ridimensiona anche l'immagine che si trova nella proprietà Picture > del Form? > Grazie mille > > Buona Giornata Direttamente no, che io sappia, però puoi visualizzare l'immagine di sfondo usando un controllo Image con la proprietà Stretch=True, anziché con la proprietà Picture del form. Poi     

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Scaleheight in microsoft.public.vb.general.discussion
Author: Ivar
Date: Dec 25, 2008 03:08

Hola kapital yo utilizo para esos casos el mshflexgrid que viene en visual solo activas desde las venatana componentes Añades un formulario y le insertas el control mshflexgrid y pega el siguiente codigo en tu formulario..para que lo pruebes Const strChecked = "þ" Const strUnChecked = "q" Private Sub Form_Load() With MSFlexGrid1 .Rows = 10 .Cols = 3
Show full article (2.45Kb) · Show article thread
Chris Farmer wrote: > Hi all, I'm trying to remove 2 pictureboxes and do the work with memory > HDC's > This is what is causing my problem, whichever HDC is created first seems to > work fine > but the second HDC is just a black picture. > > Sub Setup_HDCs() > Dim MyBM As StdPicture > Set MyBM = PictureFromDC(picShown.hDC, 0, 0, picShown.ScaleWidth, > picShown.ScaleHeight) >     

Group: microsoft.public.it.vb · Group Profile · Search for Scaleheight in microsoft.public.it.vb
Author: Rafunk
Date: Sep 9, 2008 03:23

Hi all, I'm trying to remove 2 pictureboxes and do the work with memory HDC's This is what is causing my problem, whichever HDC is created first seems to work fine but the second HDC is just a black picture. Sub Setup_HDCs() Dim MyBM As StdPicture Set MyBM = PictureFromDC(picShown.hDC, 0, 0, picShown.ScaleWidth, picShown.ScaleHeight) HDC_Backup = CreateCompatibleDC(picShown
Show full article (0.60Kb) · Show article thread
Hi Webbiz, The easiest way is to change the scale of the picturebox as Larry suggested, but the maths way isn't hard either. A Simple function to Translate would be something like: Function TranslateScale(ByVal value as Double, ByVal FromStart as Double, ByVal FromEnd as Double, ByVal ToStart As Double, ByVal ToEnd as Double) As Double TranslateScale = ((value - FromStart)*(ToEnd     

Group: microsoft.public.es.vb · Group Profile · Search for Scaleheight in microsoft.public.es.vb
Author: milhguer
Date: Aug 29, 2008 16:02

"Webbiz" <noreply@cox.net> wrote You see, the coordinates of our forms and picturesboxes, etc. all start from zero at the top and scaleheight at the bottom, rather than the other way around. Often I want to create a simple 0 to 100 range, such as 0%% at the bottom of the picturebox and 100%% at the top. Is there some reason you cannot just set the scale of the picturebox so
Show full article (2.18Kb) · Show article thread
I find myself often having to experiment with values until I finally get the math logic right. Then at some later time I'm fronted with the same problem again and my hen pecking the old problem starts. I'm sure there is a simple and quick way to solve for this each and every time. You see, the coordinates of our forms and picturesboxes, etc. all start from zero at the top and scaleheight     

Group: microsoft.public.vb.winapi · Group Profile · Search for Scaleheight in microsoft.public.vb.winapi
Author: Dean Earley
Date: Aug 27, 2008 00:43

"Ivar" <ivar.ekstromer000@ntlworld.com> wrote in message news:KTdrk.160134$bi3.158321@newsfe11.ams2... How (if possible) can this region be filled with a design of my choice. A good example would be to fill the region with yellow lines at 30 degree angle(ish) about 5 pixel vertical spacing. or something like that. . . . by the way, when in my previous response I said, "Create the
Show full article (1.10Kb) · Show article thread
    

Group: microsoft.public.vb.winapi · Group Profile · Search for Scaleheight in microsoft.public.vb.winapi
Author: Chris Farmer
Date: Aug 26, 2008 10:15

Show full article (0.79Kb)
    

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Scaleheight in microsoft.public.vb.general.discussion
Author: Bill McCarthy
Date: Aug 24, 2008 20:04

Show full article (2.35Kb) · Show article thread
    

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Scaleheight in microsoft.public.vb.general.discussion
Author: Larry Serflaten
Date: Aug 24, 2008 00:27

Show full article (0.54Kb) · Show article thread
    

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Scaleheight in microsoft.public.vb.general.discussion
Author: Webbiz
Date: Aug 23, 2008 23:31

Show full article (1.69Kb)
    

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Scaleheight in microsoft.public.vb.general.discussion
Author: Mike Williams
Date: Aug 21, 2008 11:07

Show full article (3.81Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next