Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Windows API: Reading favourite files 2002-03-19 -- Jim Kane Newsgroups: comp.lang.clarion
Found the code. The problem was it always prompted the user before the
export.
program
map
end
Window WINDOW('Caption'),AT(,,260,100),GRAY
OLE,AT(47,16,100,82),USE(?Ole)
END
END
code
open(window)
display()
accept
if event()=event:openwindow then
?ole{prop:ReportException}=1
?ole{prop:create}='{{64AB4BB7-111E-11d1-8F79-00C04FC2FBE1}'
?ole{'ImportExportFavorites(0,"D:\fav.txt")'}
post(event:closewindow)
end
end
close(window)
"Alejandro Contreras"
Today is November 23, 2024, 3:41 am This article has been viewed 35204 times. Google search has resulted in 5 hits on this article since January 25, 2004.
|
|