hey all, I am having an odd problem with the InputBox in VB.NET, and it ONLY
happens on one of my computers. When I try "Dim x as String =
InputBox("TESTPROMPT"), I get the following error:
----------------------------------------------------------------------------
----
[Exception Details]
----------------------------------------------------------------------------
----
System.ComponentModel.Win32Exception: Class already exists
at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o,
Type objType, String name, Object[] args, String[] paramnames, Boolean[]
CopyBack)
at NexGen.Environment.RaiseSpecialEvent(String& strAction, Object&
objSender) in Z:\Source Code\Presentation
Tier\VB.NET\NexGen.Environment\Environment.vb:line 73
at AMC.frmMain.frmMain_Load(Object sender, EventArgs e) in Z:\Source
Code\Presentation Tier\VB.NET\NexGen.AMC\frmMain.vb:line 2517
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)
any ideas?
TIA
Nick Jacobsen
njacobsen@pfastship.com
Herfried K. Wagner - 10 Jul 2003 22:22 GMT
Hello,
"news.microsoft.com" <njacobsen@pfastship.com> schrieb:
> hey all, I am having an odd problem with the InputBox in VB.NET, and it ONLY
> happens on one of my computers. When I try "Dim x as String =
> InputBox("TESTPROMPT"), I get the following error:
What version of .NET do you use? What operating system?
I do not recommend to use the InputBox function because it doesn't properly
localize the buttons' captions for other languages than English (.NET 1.0).
Regards,
Herfried K. Wagner
--
MVP ? VB Classic, VB .NET
http://www.mvps.org/dotnet
news.microsoft.com - 10 Jul 2003 22:27 GMT
Sorry, Windows 2000 Service Pack 4, both 1.0 and 1.1 of the .Net Framework.
Is there a different single line solution you would use for user input?
Nick J
njacobsen@pfastship.com
> Hello,
>
[quoted text clipped - 14 lines]
> MVP ? VB Classic, VB .NET
> http://www.mvps.org/dotnet