PC Review


Reply
Thread Tools Rate Thread

DsoFramer and Excel

 
 
zoe
Guest
Posts: n/a
 
      23rd Jan 2008
hello everyone,
i am actually using DsoFramer to program with Excel, i have a problem in
configuring the attributes, something like hiding the toolbar or desactive
the alert and so on.
i can open the excel file correctly, but it seems that i can only read but
not modify. i really get confused. well, my program as follow :
axFramer.open("file.xls",false,"excel.sheet",nothing,nothing)
axFramer.Titlebar = false // can't work
dim wb as Excel.workbook
wb=CType(axFramer.activedocument, Excel.workbook)
wb.Application.DisplayAlert = false // can't work, and said that access refuse
hoping some one can help me, greatest thanks from my part.
 
Reply With Quote
 
 
 
 
Jim Cone
Guest
Posts: n/a
 
      23rd Jan 2008

I had never heard of the DsoFramer before your post.
Doing a search I found this... http://support.microsoft.com/kb/311765
"Visual C++ ActiveX Control for hosting Office documents in Visual Basic or HTML"
It outlines problems/limitations when using the DsoFramer. Maybe it will help.
Note that an Excel VBA newsgroup is probably not your best information source
for a Visual C++ control.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"zoe" wrote in message
hello everyone,
i am actually using DsoFramer to program with Excel, i have a problem in
configuring the attributes, something like hiding the toolbar or desactive
the alert and so on.
i can open the excel file correctly, but it seems that i can only read but
not modify. i really get confused. well, my program as follow :
axFramer.open("file.xls",false,"excel.sheet",nothing,nothing)
axFramer.Titlebar = false // can't work
dim wb as Excel.workbook
wb=CType(axFramer.activedocument, Excel.workbook)
wb.Application.DisplayAlert = false // can't work, and said that access refuse
hoping some one can help me, greatest thanks from my part.
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dsoFramer control and Excel PieroB Microsoft Access VBA Modules 0 13th Mar 2008 02:58 PM
DSOFramer and excel anonc01@gmail.com Microsoft C# .NET 1 11th Dec 2007 11:40 AM
dsoframer chenbw Microsoft VB .NET 0 23rd Mar 2007 07:04 AM
Help with dsoFramer John Cosmas Microsoft Dot NET Framework 0 24th Mar 2006 06:40 PM
Excel custom toolbar / DSOFramer Zachary Turner Microsoft Excel Programming 0 2nd Jul 2004 04:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:32 PM.