首页 新闻 论坛 群组 Blog 文档 下载 读书 Tag 网摘 搜索 .NET Java 游戏 视频 人才 外包 数据库 第二书店 程序员

devnetwork/ 


共8个网摘 [ 1 ]   |  访问devnetwork的个人空间

VSTO - Removing document customisation - Office - Dev-Network Forum

devnetwork收录,使用标签:have, written, a, word, addin, in, VSTO, 2005, which, when, loads, adds, a, custom, toolbar,时间:2008-4-25 13:52:51 | 相关网摘我也收藏

have written a word addin in VSTO 2005 which when loads adds a custom toolbar

to word


Deploying an Application That Uses The Word and Excel Object Model - Office - Dev-Network Forum

devnetwork收录,使用标签:I, face, the, following, problem:, I, have, written, a, wrapper, library, that, exposes, specific, functionalities, of, the, Word, and, Excel, Automation, API, and, use, it, in, an, application, that, is, regularly, updated, on, the, client, side., It, is, clear, that, the, client, must, provide, the, Automation, Libraries, for, both, Word, and, Excel, which, come, with, the, Office, installation, CD, but, are, not, installed, by, default., Suppose, the, client, side, does, not, provide, those, libraries, due, to, uncomplete, Office, installation., What, I, wonder, is, if, there, is, a, decent, way, for, me, to, install, those, libraries, provided, their, version, is, the, same, as, the, Office, version, on, the, client, side, and, use, them, with, my, library, on, the, client, side, I, saw, that, the, libraries, are, installed, in, the, GAC., Is, it, a, good, way, to, check, if, the, libraries, are, present, on, the, client, side, during, the, setup, of, my, application, and, if, not, install, them, in, the, GAC, and, is, this, going, to, be, enough, for, the, whole, thing, to, start, working,时间:2008-4-25 13:51:12 | 相关网摘我也收藏

I face the following problem: I have written a wrapper library that exposes specific functionalities of the Word and Excel Automation API and use it in an application that is regularly updated on the client side. It is clear that the client must provide the Automation Libraries for both Word and Excel which come with the Office installation CD but are not installed by default. Suppose the client side does not provide those libraries due to uncomplete Office installation. What I wonder is if there is a decent way for me to install those libraries provided their version is the same as the Office version on the client side, and use them with my library on the client side I saw that the libraries are installed in the GAC. Is it a good way to check if the libraries are present on the client side during the setup of my application and if not, install them in the GAC, and is this going to be enough for the whole thing to start working


Auto starting an application while booting - Windows Forms - Dev-Network Forum

devnetwork收录,使用标签:I, have, an, application, which, shows, the, clock, its, built, in, .net, windows, forms, in, C#., Now, I, wish, to, execute, this, program, every, time, when, my, system, boots, in, what, do, I, need, to, do., What, are, the, classes, that, can, help, me, please, suggest, any, method, to, execute, my, program, as, soon, as, the, system, boots, in,时间:2008-4-16 22:25:28 | 相关网摘我也收藏

Hi All,

I have an application which shows the clock, its built in .net windows forms in C#. Now I wish to execute this program every time when my system boots in, what do I need to do. What are the classes that can help me please suggest any method to execute my program as soon as the system boots in.

Thanks in advance.


MDI Scrollbars appearing - Windows Forms - Dev-Network Forum

devnetwork收录,使用标签:I, have, developed, an, application, using, C#, in, VS-2005, Professional, the, OS, is, Windows, Vista, Ultimate, 32bit,时间:2008-4-16 22:24:35 | 相关网摘我也收藏

Does anyone know how to prevent the horizontal and vertical scrollbars from appearing in a MDI form when a child window is moved beyond the borders of the MDI parent In effect, I want to remove or disable the scrollbars from the MDI parent entirely


Interpretation of Form Size by x64 and x86 OS platform - Windows Forms - Dev-Network Forum

devnetwork收录,使用标签:I, have, developed, an, application, using, C#, in, VS-2005, Professional, the, OS, is, Windows, Vista, Ultimate, 32bit,时间:2008-4-16 22:24:05 | 相关网摘我也收藏

Please forgive me if my query is in the wrong forum.

I have developed an application using C# in VS-2005 Professional, the OS is Windows Vista Ultimate 32bit. My forms are resized dynamically at runtime. In x86(32bit) form size are ok and are correctly displayed. But when I test it in x64(64bit) form size are distorted and become a bit smaller than it is expected and some controls are not visible anymore.

What could be the reason that my form's size are distorted in x64 platform

Please someone can give me some guide.

Thanks alot

Suan Ngaihte


ComboBox with null values. - Windows Forms - Dev-Network Forum

devnetwork收录,使用标签:I, have, a, ComboBox, control, bound, to, a, DataSet., I, would, like, to, be, able, to, show, when, the, column, is, null, as, well, as, to, select, a, null, value, when, required., Whats, the, best, approach,时间:2008-4-16 22:23:26 | 相关网摘我也收藏

ArcaArtem

Hi,

I have a ComboBox control bound to a DataSet. I would like to be able to show when the column is null as well as to select a null value when required. Whats the best approach

Regards,

Archer


I need to display just one decimal place... - Visual C# - Dev-Network Forum

devnetwork收录,使用标签:have, a, question, reguarding, how, to, display, just, one, decimal, place., I, am, using, a, decimal, variable, and, tring, to, display, one, decimal, place, what, do, I, need, to, add, to, the, following, code, to, do, this., I, am, tring, to, get, dblAverage, to, display, with, one, decimal, place,时间:2008-4-16 22:13:13 | 相关网摘我也收藏

have a question reguarding how to display just one decimal place. I am using a decimal variable and tring to display one decimal place what do I need to add to the following code to do this. I am tring to get dblAverage to display with one decimal place


Protection of C# source code - Visual C# - Dev-Network Forum

devnetwork收录,使用标签:have, a, commercial, application, written, in, Visual, Basic, 6, which, I, would, like, to, migrate, to, C#, but, not, if, the, code, can, be, disassembled, allowing, users, to, either, run, the, programs, without, paying, licence, fees, or, even, re-distributing, the, programs, as, their, own,时间:2008-4-16 22:12:43 | 相关网摘我也收藏

have a commercial application written in Visual Basic 6 which I would like to migrate to C#, but not if the code can be disassembled, allowing users to either run the programs without paying licence fees or even re-distributing the programs as their own



共8个网摘 [ 1 ] 

devnetwork/相关标签



网站简介广告服务网站地图帮助联系方式诚聘英才English 问题报告
北京创新乐知广告有限公司 版权所有 京 ICP 证 070598 号
Copyright © 2000-2008, CSDN.NET, All Rights Reserved