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

devnetwork/ 


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

Problem with Interop.Excel after uninstalling Office 2007 and installing Office 2003 - Office - Dev-Network Forum

devnetwork收录,使用标签:am, developing, a, VB.Net, application, with, VS, 2005, that, opens, an, Excel, workbook, and, populates, the, worksheet, with, data., I, started, developing, the, application, with, Office, 2007, installed, on, my, Vista, OS, but, after, I, discovered, that, it, won''t, run, on, a, system, with, Office, 2003, I, uninstalled, Office, 2007, and, installed, Office, 2003., I, reset, the, reference, in, .Net, to, the, Microsoft, Excel, 11.0, Object, Library., The, application, works, fine, from, the, .Net, IDE, but, when, I, compile, and, run, the,时间:2008-4-25 13:52:09 | 相关网摘我也收藏

am developing a VB.Net application with VS 2005 that opens an Excel workbook and populates the worksheet with data. I started developing the application with Office 2007 installed on my Vista OS, but after I discovered that it won't run on a system with Office 2003, I uninstalled Office 2007 and installed Office 2003. I reset the reference in .Net to the Microsoft Excel 11.0 Object Library. The application works fine from the .Net IDE but when I compile and run the


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.


Winforms keyboard navigation - Windows Forms - Dev-Network Forum

devnetwork收录,使用标签:I''ve, got, a, winform, with, 4, text, boxes., I, want, to, be, able, to, navigate, the, textboxes, using, the, arrow, keys, i.e., right, left, down, and, up,时间:2008-4-16 22:25:11 | 相关网摘我也收藏

I've got a winform with 4 text boxes. I want to be able to navigate the textboxes using the arrow keys i.e. right, left, down and up.


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


Added a .Net Reference, error message "the type or namespace cannot be found" - Visual C# - Dev-Network Forum

devnetwork收录,使用标签:I, am, sorry, to, bother, you, all, with, a, stupid, question, but, I, installed, a, new, custom, How, does, the, build, engine, (compiler, linker, whatever), know, about, the, location, With, VB6, the, installation, of, a, COM, object, and, then, registering, the, control, is, all, that, is, needed., Do, I, need, to, do, something, different, here,时间:2008-4-16 22:19:42 | 相关网摘我也收藏

How does the build engine (compiler, linker, whatever) know about the location With VB6 the installation of a COM object and then registering the control is all that is needed. Do I need to do something different here


How to check if a USB devices is connected or not - Visual C# - Dev-Network Forum

devnetwork收录,使用标签:I, am, no, longer, allowed, to, re-initialize, the, library, for, the, SDK, as, it, would, freeze, my, app,时间:2008-4-16 22:17:48 | 相关网摘我也收藏

I am no longer allowed to re-initialize the library for the SDK as it would freeze my app


How to always force rebuild C# project? - Visual C# - Dev-Network Forum

devnetwork收录,使用标签:Rebuild, every, time, Is, there, a, flag, or, something, I, can, manually, throw, into, the, project, file,时间:2008-4-16 22:17:20 | 相关网摘我也收藏

Rebuild every time Is there a flag or something I can manually throw into the project file


CS0118: ''System.Web.UI.WebControls.TextBox'' is a ''type'' but is used like a ''variable'' - Visual C# - Dev-Network Forum

devnetwork收录,使用标签:I, get, this, error, in, my, project., Just, write, the, code, from, a, book, "Beginning, ASP.NET, 2.0, E-Commerce, in, C#",时间:2008-4-16 22:14:21 | 相关网摘我也收藏

I get this error in my project. Just write the code from a book "Beginning ASP.NET 2.0 E-Commerce in C#"


Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.


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


Columns in DataGridView re-order themselves after build

devnetwork收录,使用标签:How, can, I, resize, controls, at, run, time, by, mouse,时间:2008-4-14 8:23:15 | 相关网摘我也收藏

Property Grid issue moving from .net 1.1 and .net 2.0
4908: How can I resize controls at run time by mouse?
4909: DataGridView - ListView appearance
4910: Columns in DataGridView re-order themselves after build
4911: ShowDialog returning a Cancel result immediately. Reason?
4912: Control from other form
4913: serializing class objects in a form that cannot be serialized
4914: TextBox Validation
4915: why am i getting this error on SelectedIndexChanged?
4916: cascade forms
4917: How to hide a form and to maintain their data?
4918: Embedded ColorDialog?
4919: Help with Login Coding
4920: Error with clr20r3 When running install program



共15个网摘 [ 1 ] 

devnetwork/相关标签



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