Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zoe Zoe is offline
external usenet poster
 
Posts: 12
Default DsoFramer and Excel

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",nothi ng,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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default DsoFramer and Excel


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",nothi ng,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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
is there any way to avoid displaying alert pop-up in DSOFramer? Engin H. Excel Programming 1 July 11th 05 02:03 PM
Excel custom toolbar / DSOFramer Zachary Turner Excel Programming 0 July 2nd 04 04:59 PM


All times are GMT +1. The time now is 01:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"