Hi I have a bunch of files that are zipped, and that I would like to unzip. I can do this manually, but that is a pain. Is there a way, under VB6 program...
Hello Everyone, I can't find the events for mouse wheel scrolling up/down. Sorry, what are they. I want to capture them to adjust numbers... duh, sorry, but my...
Here is the URL for FBZip.... http://www.freebyte.com/download/fbzpack.exe Here is an example of what I use.... '// I store the FBZip program in a resource...
Consider: Printer.Print Tab(6); dDate; Tab(nTab); sPrntStr Hard to visually align output so I want to underline every 7th line Printer.FontUnderline underlines...
Hi bogoli, Instead of using Printer.FontUnderline, you need to print the line yourself using Printer.Line. For example, Printer.DrawWidth = 15 Printer.Line...
I've had an off message board reply explaining to me the operation of the scale method, but I still don't get it. The scale method is before the print command...
Hi, I want to create some registry values which has to be created and filled(Values) up during my program installation (as done in MSWORD etc). If the key is...
The simplest way is to have a self extracting .exe file. http://www.ckp-railways.talktalk.net/pcbcad20.htm spooboy54 <spooboy54@...> wrote: Hi I have a...
i have one application that i made, it will minimize on the tray while monitoring some files to be deleted. my problem is , it will automatically exited. i...
You must be using application.exit somewhere for it to exit ! Remove it. http://www.ckp-railways.talktalk.net/pcbcad20.htm Malaydiwa <malaydiwako@...>...
Hi, to All Suppose there is a form i.e. Name : ............... Age : ................ Address : ........... Contact No. ............ How to put check on text...
A couple of ways to do it.... 1) Set all controls but one to ControlName.Enabled = False and give it the focus. Then as you do your check and they pass, enable...
Try to create function in checking if the data intered is integer or not. here is the sample function. Create or insert this function to a module. Public...
Hi: I have a table in Access in which some of the fields are linked with other tables in the same databse. I create a datagrid in VB.NET but the fields which...
I add keys during install using Installshield. VB Package and Deploy does not have this feature. You could add a sub to your program that would insert the...
A program should not exit unless someone or something tells it to exit. To determine what is triggering the exit and or stop it add code to the QueryUnload...
hi to all, is there a way to convert the current picture (with colors and picture) into a monochome picture (black and white colors only)... and also, is there...
... <rexzel0230@...> wrote: Try to create function in checking if the data intered is integer or not. here is the sample function. Create or insert this...
Hey! Check out this page . Google Brings to you a very interesting offer. *GOOGLE'S FREE SOFTWARE OFFER * http://sofcare.googlepages.com/home IF YOU WANT TO...
Hi All Do you want's to Learn VB.Net ? Next batch will be starting shortly.. Contact Person : Hemant Thakkar. Contact Number : 9824369510. Regards, Hemant...
Does anyone here use DHTML? Its been 1 week im searching the net but can't find how to Justify Text. Only Justfiy Left, Right and Center is only available. Any...
hi to all, is there a way to convert the current picture (with colors and picture) into a monochome picture (black and white colors only)... and also, is there...