Displaying 3 results from an estimated 3 matches for "frmmain".
Did you mean:
frommain
2007 Mar 19
1
VB database app
Hi, newbie wine user here with a little vb app issue. After installing
an app along with associated OCXs and DLLs, I get the following error
when the app is run:
Error: (frmMain. ... ) ActiveX component can't create object.
Anyone direct me where to go from here? I'm trying my hand at my own
distro packed with a number of Windows apps tailored for specific use
(i.e. no apps of this kind written for Linux)
2012 Apr 18
0
Loudlink Explorer 3.0.0
...Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.AxHost.EndInit()
at Loudlink.frmMain.InitializeComponent()
at Loudlink.frmMain..ctor()
--- End of inner exception stack trace ---
at Loudlink.My.MyProject.MyForms.Create__Instance__[T](T Instance)
at Loudlink.My.MyProject.MyForms.get_frmMain()
at Loudlink.My.MyApplication.OnCreateMainForm()
at
Microsoft.Visual...
2009 Aug 10
2
xrcise -o test.rb ui.xrc
...ruby/bin/xrcise:19:in `<main>''
File : ui.xrc
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
<object class="wxFrame" name="frmMain" subclass="XrcFrameMain">
<style>wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL</style>
<size>500,300</size>
<title>Test</title>
<object class="wxGridSizer">
<rows>2</rows>
<cols>2</cols>...