search for: loadicon

Displaying 2 results from an estimated 2 matches for "loadicon".

Did you mean: loadiconw
2006 Nov 21
0
FXPNGIcon.new not working
...cons did not display. Instead of the icons there was a box with PNG inside. I added the following code. if FXPNGIcon.supported? puts "SUPPORTED" else puts "NOT SUPPORTED" end The code yielded NOT SUPPORTED I also tried adding icon.create() before returning icon from the loadIcon method. What am I doing wrong? and How do I fix it? Thanks, Ernie
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...////////////////////////////////// / // CGUIDlg dialog CGUIDlg::CGUIDlg(CWnd* pParent /*=NULL*/) : CDialog(CGUIDlg::IDD, pParent) { //{{AFX_DATA_INIT(CGUIDlg) // NOTE: the ClassWizard will add member initialization here //}}AFX_DATA_INIT // Note that LoadIcon does not require a subsequent DestroyIcon in Win32 m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME); } void CGUIDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CGUIDlg) // NOTE: the ClassWizard will add DDX and DDV c...