Hi,
I am using a series of inputboxes(6 of them) in the form load event, asking the user some questions.
When he enter some data in the first inout box and presses "OK" or enter, he must g...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10364079.html
Zones:
Visual BasicDate Answered: 06/01/2000 Grade: B Views: 0
Is there a way to make a custom Inputbox instead of the default one in VB? or is it possible to make a new form pop up, but pause in the code for the proper information to be entered before continu...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10813481.html
Zones:
Visual BasicDate Answered: 05/28/2001 Grade: B Views: 0
Can somebody give me an example of using the Cancel button of the inputbox.
Thanks
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20090970.html
Zones:
Visual BasicDate Answered: 03/15/2001 Grade: A Views: 0
I try to control an Excel app with a Word app. I cannot change the Excel app, so I have to handle everything from vba in Word. One Excel-macro that I run programmatically from Word prompts the user...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_201...
Does anyone know how I can use a password font in InputBox so the user sees ********** ?
I don't want to use a dialog box or a custom form, just an InputBox. A few lines of code changing the defa...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20176997.html
Hello all,
I have an application that does quite a bit of dialog with the user. I have used the Input Box control to get input from him/her. However, the InputBox seems kind of crude for what I ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20337887.html
Zones:
Visual BasicDate Answered: 09/02/2002 Grade: A Views: 0
Creating an Input Box in Developer 2000 Like VB's abc=INputBox("Enter Valuer")
is there any function which pops a window and gets the value from user for a given variable
in Developer 2000
I am ...
http://www.experts-exchange.com/Database/Oracle/Q_20387353.html
Zones:
OracleDate Answered: 08/13/2003 Grade: B Views: 8
Hey everyone,
I am working with an input box in VB. I need code to determine If VBOK is True Then...and If vbCancel is true Then...I had this code before but is lost. I understand that there i...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20512818.html
Zones:
Visual BasicDate Answered: 10/19/2003 Grade: A Views: 0
I wrote library containing an InputBox class for C# but I can only call it once during a program. I access it from a program using the following code:
string input = Input.InputBox.Show (...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20542379.html
Zones:
C#Date Answered: 03/12/2003 Grade: A Views: 88
Hi to all ...
How Could I use InputBox in C# ?
Thanks
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20938962.html
Zones:
C#Date Answered: 04/04/2004 Grade: B Views: 0