try this..
http://basictutorialph.blogspot.com/...using-vb6.html...
User Profile
Collapse
-
Printing Problem
i have an application that has a list of printers to print, using a class module. my problem is when you print many times on different printers. it only prints on the first printer you choose even though i chose different printers. in order to print to another printer i have to close the application and choose another printer. its like its setting the printer to default for the entire app to use and cant change unless restarting the application i... -
Luuk thanks for the reply.
but is there other ways other than MaxLength? i dont want to limit it by characters. i want to limit the input just within the textbox's width, if its possible.Leave a comment:
-
Limit users input to textbox
Good Day to you all,
I have an application where i want to limit a user's input to the textbox. What i want is that they wont exceed the textbox width and when that textbox is full it will automatically go to the next textbox. Im using Visual Basic 6.0.
Thanks for the help. -
-
Multiple Excel docs opened but i need only one of them closed
i have a code that get, set, save and close an excel document.
my problem is when i have other excel open, all of them closes
here is my current code which is not mine, i copied it from some one else.
...Code:Private Sub Command1_Click() Dim xlApp As Excel.Application Dim xlbook As Excel.Workbook Dim xlsheet As Excel.Worksheet Set xlbook = GetObject("D:\Templates\MayBank.xls")Last edited by Rabbit; Nov 21 '14, 04:46 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Leave a comment: