I added a extension in the name and have a file type set
yet in Windows the icon is still the generic

I don't know what else to do?

The file opens fine in the open dialog box
but I want the documents saved with my program to have a custom icon

Brian
On Sep 30, 2006, at 3:47 PM, Arnaud Nicolet wrote:

Le 30 sept. 06 à 22:11 Soir, Brian Heibert a écrit:

I took out a CHR thing that I think was causing the weird character bug
I haven't tested it on Windows yet I will soon

Problem I am still having is

On the Mac you use this to set the file type/creator
    t = f.createTextFile
    f.MacType = "Text"
    f.MacCreator = "UKBH"

Does Windows have something similar?

No, Win32 only rely on the extension.
Note that, on MacOS X, the extension may also be a good addition._______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to