Sonic, sorry, my previous post has been awfully described. =) I dunno what happend to me. Well, some more:
1) This is not a bug actually. Your "Only One Instanse" check is esy to trick. Just copy the executable and rename it.
2) About Browser.exe. Usualy, developers leave this editbox empty. (IMG:[
invalid]
style_emoticons/default/wink.gif)
3) About Window. I just ment that About Window was on top of EVERYTHING (including other applications like Opera...). Right now it's only on top of the main window.
4) Credit Calculator. If you enter 999999999 in GP it will calculate everything OK. But if you add one more digit (9999999997) the program will say "GP must be a nuber". Isn't 99999999997 a number? =) It's a bug or you need other error message.
5) Hm, some error at HV Stats Calc. Application showed the error and then terminated.
System.ArgumentOutOfRangeException: Parameter '0' is wrong for 'Value'. 'Value' must be between 'Minimum' to 'Maximum'.
Parameter name: Value
in System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
in EH_Calculator.frmHVStat.Clear() in C:\Users\jpdied\Documents\Visual Studio 2005\Projects\EH Calculator v2\EH Calculator\Forms\Tools\frmHVStat.vb:string 419
in EH_Calculator.frmHVStat.ClearToolStripMenuItem_Click(Object sender, EventArgs e) in C:\Users\jpdied\Documents\Visual Studio 2005\Projects\EH Calculator v2\EH Calculator\Forms\Tools\frmHVStat.vb:string 641
in System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
in System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
in System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
in System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
in System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
in System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
in System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
in System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.ScrollableControl.WndProc(Message& m)
in System.Windows.Forms.ToolStrip.WndProc(Message& m)
in System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
It came up after I pressed "Clear".