Re: [scite] Help on using ListBoxx

2007-06-29 Thread Neil Hodgson
Yan Feng: I need a new ListBoxx window in SCite IDE ,but I don't know how to instance the object like "ListBoxX lbx" the VC++ always told me no ListBoxX declared. You shouldn't use ListBoxX directly from SciTE as it is contained within Scintilla and exposed using the autocompletion APIs. Hav

Re: [scite] Help on using ListBoxx

2007-06-29 Thread Robert Roessler
Yan Feng wrote: I need a new ListBoxx window in SCite IDE ,but I don't know how to instance the object like "ListBoxX lbx" the VC++ always told me no ListBoxX declared. It is declared and defined in PlatWin.cxx - and it is known to VS 2005, but then I am using local project and solution files

[scite] Help on using ListBoxx

2007-06-29 Thread Yan Feng
Hi All, I need a new ListBoxx window in SCite IDE ,but I don't know how to instance the object like "ListBoxX lbx" the VC++ always told me no ListBoxX declared. I know there is no private header for such class, I want to know there is any solution without move the declaration to a private hea