devnetwork/
共8个网摘 [
1 ] |
访问devnetwork的个人空间
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
http://www.dev-network.net/16/ca016c3393a0bfeb.php
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
http://www.dev-network.net/16/b0f60fbe0ce4255e.php
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.
http://www.dev-network.net/3/3a98e1c311b47098.php
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
http://www.dev-network.net/3/d5ec75375dfcecd3.php
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
http://www.dev-network.net/3/f909c43373070fd9.php
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
http://www.dev-network.net/3/6d9b77742e0462c2.php
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
http://www.dev-network.net/1/6187378912e7cbed.php
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
http://www.dev-network.net/1/f2b6e6e3bb239096.php
共8个网摘 [
1 ]