Serving the Quantitative Finance Community

 
User avatar
Cuchulainn
Topic Author
Posts: 22929
Joined: July 16th, 2004, 7:38 am

Funny faces

October 25th, 2004, 10:43 am

When I type Crogram it generates a funny face for me!how can I suppress this?
 
User avatar
Cuchulainn
Topic Author
Posts: 22929
Joined: July 16th, 2004, 7:38 am

Funny faces

October 25th, 2004, 10:45 am

I mean C: Program (space included)Some readers are using Excel with C++. Here are the DLLS dirs. for the differeny versions ///////////////////////////////////////////////////////////////////////// Import necessary typelib's for Excel // Office 97 (Office v8) //#import "drogram filesmicrosoft officeofficemso97.dll" no_namespace rename("DocumentProperties", "DocumentPropertiesXL") //#import "drogram filescommon filesmicrosoft sharedvbavbeext1.olb" no_namespace //#import "drogram filesmicrosoft officeofficeExcel8.olb" rename("DialogBox", "DialogBoxXL") rename("RGB", "RBGXL") rename("DocumentProperties", "DocumentPropertiesXL") no_dual_interfaces // Office 2000 (Office v9) //#import "Crogram FilesMicrosoft OfficeOfficemso9.dll" no_namespace rename("DocumentProperties", "DocumentPropertiesXL") //#import "Crogram FilesCommon FilesMicrosoft SharedVBAVBA6vbe6ext.olb" no_namespace //#import "Crogram FilesMicrosoft OfficeOfficeExcel9.olb" rename("DialogBox", "DialogBoxXL") rename("RGB", "RBGXL") rename("DocumentProperties", "DocumentPropertiesXL") no_dual_interfaces // Office XP (2002) (Office v10) //#import "Crogram FilesCommon FilesMicrosoft Sharedoffice10mso.dll" rename("DocumentProperties", "DocumentPropertiesXL") rename("RGB", "RBGXL") //#import "Crogram FilesCommon FilesMicrosoft SharedVBAVBA6vbe6ext.olb" //#import "Crogram FilesMicrosoft OfficeOffice10EXCEL.EXE" rename("DialogBox", "DialogBoxXL") rename("RGB", "RBGXL") rename("DocumentProperties", "DocumentPropertiesXL") rename("ReplaceText", "ReplaceTextXL") rename("CopyFile", "CopyFileXL") no_dual_interfaces // Office 2003 (Office v11) (Will give error (actually a warning) that
 
User avatar
Cuchulainn
Topic Author
Posts: 22929
Joined: July 16th, 2004, 7:38 am

Funny faces

October 25th, 2004, 10:45 am

I mean C: Program (space included)Some readers are using Excel with C++. Here are the DLLS dirs. for the differeny versions ///////////////////////////////////////////////////////////////////////// Import necessary typelib's for Excel // Office 97 (Office v8) //#import "drogram filesmicrosoft officeofficemso97.dll" no_namespace rename("DocumentProperties", "DocumentPropertiesXL") //#import "drogram filescommon filesmicrosoft sharedvbavbeext1.olb" no_namespace //#import "drogram filesmicrosoft officeofficeExcel8.olb" rename("DialogBox", "DialogBoxXL") rename("RGB", "RBGXL") rename("DocumentProperties", "DocumentPropertiesXL") no_dual_interfaces // Office 2000 (Office v9) //#import "Crogram FilesMicrosoft OfficeOfficemso9.dll" no_namespace rename("DocumentProperties", "DocumentPropertiesXL") //#import "Crogram FilesCommon FilesMicrosoft SharedVBAVBA6vbe6ext.olb" no_namespace //#import "Crogram FilesMicrosoft OfficeOfficeExcel9.olb" rename("DialogBox", "DialogBoxXL") rename("RGB", "RBGXL") rename("DocumentProperties", "DocumentPropertiesXL") no_dual_interfaces // Office XP (2002) (Office v10) //#import "Crogram FilesCommon FilesMicrosoft Sharedoffice10mso.dll" rename("DocumentProperties", "DocumentPropertiesXL") rename("RGB", "RBGXL") //#import "Crogram FilesCommon FilesMicrosoft SharedVBAVBA6vbe6ext.olb" //#import "Crogram FilesMicrosoft OfficeOffice10EXCEL.EXE" rename("DialogBox", "DialogBoxXL") rename("RGB", "RBGXL") rename("DocumentProperties", "DocumentPropertiesXL") rename("ReplaceText", "ReplaceTextXL") rename("CopyFile", "CopyFileXL") no_dual_interfaces // Office 2003 (Office v11) (Will give error (actually a warning) that
 
User avatar
Administrator
Posts: 11
Joined: November 19th, 1999, 8:54 am

Funny faces

October 25th, 2004, 12:21 pm

Whenever you want to ensure no emoticons are shown when you add or reply to a thread, be sure to tick the check box further down the page. (Do not parse Emoticons)This will stop this happening.There is also an attach code option which may prove useful too.Hope this explains things.RegardsJames
Last edited by Administrator on October 24th, 2004, 10:00 pm, edited 1 time in total.