Ok, now when I try and increase the font size and save, I get this error:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.InvalidCastException: Cast from string "Left" to type 'Double' is not valid. ---> System.FormatException: Input string was not in a correct format.
at MS.VisualBasic.CompilerServices.DoubleType.Parse(String Value, NumberFormatInfo NumberFormat)
at MS.VisualBasic.CompilerServices.DoubleType.FromString(String Value, NumberFormatInfo NumberFormat)
--- End of inner exception stack trace ---
at MS.VisualBasic.CompilerServices.DoubleType.FromString(String Value, NumberFormatInfo NumberFormat)
at MS.VisualBasic.CompilerServices.ObjectType.ObjTstString(IConvertible conv1, TypeCode tc1, IConvertible conv2, TypeCode tc2)
at MS.VisualBasic.CompilerServices.ObjectType.ObjTst(Object o1, Object o2, Boolean TextCompare)
at UXArchitect.Module2.createxml()
at UXArchitect.frmMain.ftpConnect(Int64 nType)
at UXArchitect.frmMain.MenuItem29_Click(Object sender, EventArgs e)
at UXArchitect.frmMain.ToolBar_ButtonClick(Object sender, ToolBarButtonClickEventArgs e)
at System.Windows.Forms.ToolBar.OnButtonClick(ToolBarButtonClickEventArgs e)
at System.Windows.Forms.ToolBar.WmReflectCommand(Message& m)
at System.Windows.Forms.ToolBar.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... Im sure it's prolly something Im doing but want to make sure.
This post has been edited by Runt: Jun 24 2004, 09:28 PM