


zzzzzzzzzzzzzzzzzzzzzzzzzzz...
Is it possible to prevent the change of the zorder of several forms ?I would like to choose a zorder of severals forms and lock thiszorder, even if I click on these forms....
The more questions I ask, the more likely I'll ask the right one and someonewill answer it, right?Here's the big picture on my project: I'm writing a program that will keeptrack of, among other things, paper inventory. I want there to be a masterlist of available paper colors on a form that u...
I'd like to allow the user to zoom a window using a trackbar, say from 80%to 120% the size of the original window. I'm trying to do this with thefollowing code, but it fails pretty miserably:(from the form)Dim per As Decimalper = CDec(zoomit.Value)setzoom(Me, Me.Font, per) ' per i...
Dear all,I am wondering if there are some examples on how to change scrollers, whenzoom is pressed.For example if I zoom in relative to the right corner of the document,horizontal/vertical scroller should be placed accordingly.Is there some examples for those calculations?Thanks. Boni...
I've been with a problem for about two months and i've bought books andsearch the internet for an explanation, and haven't found one.I'm developing a cephalometric software, that needs to capture an image fromthe scanner, mark the image with dots in order to find distances an...
hi, all,I am newbie in vb.net, so I just windering how can I zoom In/Out a tiff file inpictureBox? By the way, how can I convert it to gray scale?Thanks....
Hi there,Has anyone got any examples of using Windows API's to compress anddecompress ZIP files. I can't seem to find one example yet I know that thefunctionality is in there. I have taken a look at theSetupDecompressOrCopyFile function which appears to be able to decompress aZIP compr...
HiIs there a way in vb.net to zip files?ThanksRegards...
HiDoes .Net provide libraries for zipping files? I read that a third partycomponent CSharplib is available for doing this. Is there any licenserestriction for using this?Thanksrjn*** Sent via Developersdex http://www.developersdex.com ***Don't just participate in USENET...get rewarded for i...
Can you use the zipping utility that comes with XP and could csomeone give mean example?--Regards~VB~ Josh...
Was using Info-Zip dll's in VB6 and am trying convert/upgrade them foruse them vb.net 2002.I've attached the code (2 zipped .vb's), which were converted fromVB6.If I can get this working, I'll post it back to the net so others canuse it.(yes I am aware of the ICSharpCode.Shar...
Has anyone written the classes to use the Info-Zip dll's in VB.Net 2003? Itook the VB6 examples from CodeGuru and attempted to convert it but I'm notgetting it.For example, this line: tUser.lptrPrnt = AddressOf UnzipPrintCallbackErrors with: AddressOf' expression cannot be convert...
Does someone know where to get 'Zip/Compression' library with source?Evan...
hello alli'm using vb2005i want my application to unzip the db file uppon startup (which i managed todo quite right) and place in the right folder, then, when program ends, tozip it and keep it in a different folder.as i said, the login form does the job quite well for the unzip proccess,bu...
