- Zooming a pictureBox
Hi all,I need to be able to zoom a PictureBox with all the child contols in thePictureBox. The only child controls are labels and TextBoxes. Any ideas?Any help is very much appreciated.Jim...
- Zoom
***************************************************************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...
- Zombies - Help
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...
- ZIP components
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...
- Zip - adding some varibles to Shell
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...
- Zero length
Hirs.Update...how do i update a field to zero length?ThanxReid...