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

devnetwork/ 


共9个网摘 [ 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


Excel.Worfsheet.PrintOut is not returning. - Office - Dev-Network Forum

devnetwork收录,使用标签:My, application, was, developed, in, Microsoft, Vb, .NET, for, .NET, FrameWork, 1.1, it, uses, Excel, 2002, COM, Object., My, application, uses, Excel.WorkSheet.PrintOut(), method, for, printing, the, excel, sheet, into, PDF, Document., The, problem, is, that, the, application, is, able, to, print, the, first, excel, sheet, sucessfully, but, if, i, use, the, same, excel, Applicaion, object, for, the, second, excel, sheet, the, Printout, meathod, is, not, returning, at, all,时间:2008-4-25 13:50:36 | 相关网摘我也收藏

My application was developed in Microsoft Vb .NET for .NET FrameWork 1.1, it uses Excel 2002 COM Object. My application uses Excel.WorkSheet.PrintOut() method for printing the excel sheet into PDF Document. The problem is that the application is able to print the first excel sheet sucessfully but if i use the same excel Applicaion object for the second excel sheet the Printout meathod is not returning at all


Changing the "Printing" icon. - Windows Forms - Dev-Network Forum

devnetwork收录,使用标签:The, windows, task, then, shows, the, default, application, icon, with, the, word, "Printing", beside, it,时间:2008-4-16 22:26:18 | 相关网摘我也收藏

When the "pd.Print()" is executed, a dialog box appears which says "Printing, Page 1 of document".

The windows task then shows the default application icon with the word "Printing" beside it.

I would like to change that icon to the one for the application. Is there a way to do this My application settings specify a custom icon, but that doesn't make a difference.


App continues to stay highlighted as a Newly Installed Program after installed with ClickOnce - Windows Forms - Dev-Network Forum

devnetwork收录,使用标签:ClickOnce, to, deploy, an, upgraded, VB6, to, VB.Net, application, relatively, easily., Customer, who, uses, the, regular, XP, Start, Menu, notices, that, after, the, app, has, been, installed, and, run, the, Start/Programs, shortcut, continues, to, stay, highlighted., I, use, the, Classic, Start, Menu, so, didn''t, see, it, during, testing.,时间:2008-4-16 22:26:04 | 相关网摘我也收藏

Used ClickOnce to deploy an upgraded VB6 to VB.Net application relatively easily. Customer who uses the regular XP Start Menu notices that after the app has been installed and run, the Start/Programs shortcut continues to stay highlighted. I use the Classic Start Menu so didn't see it during testing.

I know how to turn the "Highlighted Newly Installed Programs" option off, but this is the customer's machine and they want it on. ClickOnce is able to register the program as new, but for some reason XP doesn't turn it off even after the application has been used.

I tested other applications and they are all highlighted until after they've been used the first time, which is what I would expect. Is there an option in ClickOnce that I'm using that is setting this

Any suggestions Is there way to programmatically turn it off

thanks


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


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


Quicktime COM control giving "AccessViolationException"

devnetwork收录,使用标签:MultiThread, Visual, Application,时间:2008-4-14 8:22:57 | 相关网摘我也收藏

4551: My Own TabControl (Designer Questions)
4552: MultiThread Visual Application
4553: Equivalent code for infragistics combo box
4554: How to add scroll bar to form??
4555: Windows Service deployment project not uninstalling
4556: Control.BringToFront() triggering MouseMove
4557: How to make inplace editor not editable.
4558: authentication
4559: How to resize a TextBox to fit the text in it?
4560: Quicktime COM control giving "AccessViolationException"
4561: How to format an unbound grid column?
4562: writing data to MSword and printing
4563: "Application cannot be started. Contact application vendor."
4564: form sizes
4565: DataGridView SelectionChanged event fired 3 times
4566: Trying to access another process from my Win Form
4567: Inherited Form Resize problem
4568: FormatException!
4569: Flicker problem
4570: Invoke OK button by press enter after editing a fiel
4571: Want help related to Windows Forms Controls



共9个网摘 [ 1 ] 

devnetwork/相关标签



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