I am using a user form in excel. Is there a way that I can create 2 buttons for zooming? One with a "+" to zoom in and one with a "-" to zoom out. If so, how would I write the code for that?
Hi!Please can someone help me to solve my little problem.The problem is:I want to zoom in/out a picture(map) in a form, and also put a little doton the map so when I zoom out, the dot follow the position on the map.Thank you!Best regardsNicklas...
First, I'd suggest the image control instead of the picture box.1) Put a frame with no border on your form.2) Place an image inside the frame.3) Set the imagecontrols "stretch" property to TRUE.3) When the user clicks the button, enlarage the imagecontrol, and set it's "top" and "left"...
***************************************************************Pict_Image.PaintPicture Pict_Image, 0, 0, int_pctWidth, int_pctHeight***************************************************************I', zooming a picturebox content with the following command. When the zoomis making the image bigger...
I have a SQLServer 2000 table with an Ident field, lets call it StudentID.I write a new record to the table using the following code:dbf.BeginTransrs.AddNewrs!Last = Jonesrs!First = Joers.UpdateAt this point I am unable to obtain the StudentID value, I guess becauseSQLServer hasnt created it yet. H...
[Originally posted by rcoltrane]Im using the current code to do a Form "zoom" effect, but during the zooming, the image shows a lot of crap in the form screen area. Is there any way to remove this graphic glitches during the zoom? (note: Ive used the me.refresh but it only works over the l...
hello,is there a way to set a default for the zoom control other than 100%?thank you.--Indera* * * * * * * * * *Don't just live life.Live life well....
Dear Friends,How can I zoom the text of any textbox or datagrid/mshflexgrid or lables when I hover the cursor? I am using MSAccess database.Please help.Thanks in advance....
dear all,i'm using crystal report 10 with asp .net. when i changeCrystalReportViewer1.zoom(125), then there's a scroll bar on the report. isit anyone know how to make this scroll bar diappear...CrystalReportViewer1.DisplayGroupTree = FalseCrystalReportViewer1.Zoom(125)please help!!...