search for: openfiledialog

Displaying 3 results from an estimated 3 matches for "openfiledialog".

2009 Apr 28
0
Unhandled Exception: System.TypeInitializationException
...() [0x00000] --- End of inner exception stack trace --- at System.DateTime.get_Now () [0x00000] at System.Windows.Forms.WinFileSystem..ctor () [0x00000] at System.Windows.Forms.MWFVFS..ctor () [0x00000] at System.Windows.Forms.FileDialog..ctor () [0x00000] at System.Windows.Forms.OpenFileDialog..ctor () [0x00000] at (wrapper remoting-invoke-with-check) System.Windows.Forms.OpenFileDialog:.ctor () at Temporal_Flux.MDIForm.InitializeComponent () [0x00000] at Temporal_Flux.MDIForm..ctor () [0x00000] at (wrapper remoting-invoke-with-check) Temporal_Flux.MDIForm:.ctor () at Temp...
2008 Nov 29
3
Can't run Evidence Scribe
Hello, I have a program called "Evidence Scribe" it runs with .NET Whenever I try to run it I receive this: Code: blake at blake-desktop ~ $ env WINEPREFIX="/home/blake/.wine" wine "C:\Program Files\Idoneum\Evidence Scribe\Evidence Scribe.exe" fixme:gdiplus:GdipGetFontHeightGivenDPI Unhandled unit type: 3 Unhandled Exception: System.InvalidOperationException:
2007 Nov 19
1
about fileDialog
I want to create openfile dialog and I use @dialog = FileDialog.new(@panel, "Choose a file", "", "", ".*", style=FD_OPEN, Point.new(312,152), Size.new(98, 23), "open") it''s nothing happen in my frame I want to create openfileDialog at button how can I create it?? -- Posted via http://www.ruby-forum.com/.