Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VB2010アプリケーション内からWord文書を開くことができます。ドキュメントを開くときに、MS Officeリボンを非表示にし、[ルーラーの表示]オプションをfalseに設定する必要があります。それを行う方法はありますか?
<startFromScratch = "true">リボン xml コードの先頭にリボンを追加してみてください。コードは次のようになります。
<startFromScratch = "true">
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui"> <ribbon startFromScratch="true"> 'your code here </ribbon> </customUI>