I am Working with VB6 and Access. Here i am using an inputbox to get a response from the user. Is there any way in VB6 to customize the Inputbox??? I want to inscrease the font size and stuff.
Inputbox
Collapse
X
-
Originally posted by mcluelessI am Working with VB6 and Access. Here i am using an inputbox to get a response from the user. Is there any way in VB6 to customize the Inputbox??? I want to inscrease the font size and stuff.
Anyway, ill keep subscribed here in case someone else knows. -
Pretty sure there's no easy way to customise InputBox. (I assume it's possible if you were to dig deeply enough into Windows, but who wants to go there).
In my opinion no "real" code should be using the InputBox function, anyway. This should be used only during development/debugging to quickly prompt the developer for a required piece of information.
Create a form to prompt your user for input. This gives you control over pretty much everything that happens.Comment
-
See....i am using Inputbox becoz there are 7 listboxes where i need to take input for two list boxes and then depending upon those values have to fill the other ones. And becoz list boxes cannot take input as text boxes i m using inputbox. Is there any other way to input information into the list boxes (other than Input box)?? (and i m using list boxes becoz there are list of items else nothing could have been better than text box)
Reply...Comment
-
-
Originally posted by mcluelessI am Working with VB6 and Access. Here i am using an inputbox to get a response from the user. Is there any way in VB6 to customize the Inputbox??? I want to inscrease the font size and stuff.
Actually i loved to do such things i ll upload an inputbox which can be customized as u want to use.
But you have to wait for tomorrow.
Regards
>> ALI <<Comment
Comment