***************************************************************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...
Hey, does anyone know of any file compression components for VB otherthan XceedZip? We have used XceedZip in the development of a sourcecode backup add-in called Project.Backup, and we are generallysatisfied with it, but I'm just trying to get a feel for what else isout there.-Edwww.freshmind...
Hi,I having some problems adding variables to the shell method. Please help.Here is the code:**********************msgbox "Creating Zip..."Dim oShellDim WinZipItSet oShell = CreateObject("WScript.Shell")WinZipIt = oShell.run("winzip -a -r c:\test.zip c:\t\" , 2, true)Set oShell = NothingSet WinZipIt...
I would like the code to help me with this zoom scenario:-one button on the form for zooming in on picture box-when you click this button, you are then able to click anywhere on the picture box to zoom in on that specified point.-same for zooming out-another button to revert the zoom back to the...
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?...
[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....