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

devnetwork/ 


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

Outlook 2003 Addin doesn''t work on Windows 2003 Terminal Server - Office - Dev-Network Forum

devnetwork收录,使用标签:setup, the, project, with, no, errors, on, a, Windows, 2003, Server, which, runs, as, a, Terminal, Server, but, the, AddIn, does, not, loaded, when, Outlook, starts.,时间:2008-4-25 13:52:34 | 相关网摘我也收藏

setup the project with no errors on a Windows 2003 Server which runs as a Terminal Server, but the AddIn does not loaded when Outlook starts.


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


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.


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.


Dyanmic label size - Windows Forms - Dev-Network Forum

devnetwork收录,使用标签:In, second, case, some, of, the, text, in, each, label, wrapped, or, not, seen, and, my, whole, layout, goes, disaary.,时间:2008-4-16 22:24:55 | 相关网摘我也收藏

In second case some of the text in each label wrapped or not seen and my whole layout goes disaary.

How can I set the labeles to take dynamic length according to text set to it.

Is there any propery in the label to support this feature

/Thanks in advance

Prash


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


installation folder & windows installer - Windows Forms - Dev-Network Forum

devnetwork收录,使用标签:there, a, way, to, check, the, installation, directory, of, msi, package, and, prompt, the, user, if, the, folder, they, choose, is, not, valid.,时间:2008-4-16 22:23:42 | 相关网摘我也收藏

s there a way to check the installation directory of msi package and prompt the user if the folder they choose is not valid.

if so can anyone point me to the right direction ,i tried custom action or installer class c# and i am not getting no where.

any help is greatly appreciated.


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


Threadsafe calls for a dialog messagebox? - Windows Forms - Dev-Network Forum

devnetwork收录,使用标签:having, a, bit, of, trouble, making, thread-safe, calls, on, a, Form, I''ve, written, for, use, as, a, dialog., Basicly, the, form, I''ve, written, is, for, display, printing, progress., The, user, chooses, a, bunch, of, documents, to, print, on, the, "PrintForm", and, then, "PrintProgressForm", is, displayed, as, a, dialog, of, the, PrintForm., Within, the, PrintProgressForm, I, want, to, occasionally, display, a, message, box, indicating, an, important, status, message, that, may, require, a, yes, /, no, answer, for, example, "Out, of, paper, give, up, -, Yes, /, No".,时间:2008-4-16 22:23:02 | 相关网摘我也收藏

m having a bit of trouble making thread-safe calls on a Form I've written for use as a dialog. Basicly the form I've written is for display printing progress. The user chooses a bunch of documents to print on the "PrintForm", and then "PrintProgressForm" is displayed as a dialog of the PrintForm. Within the PrintProgressForm I want to occasionally display a message box indicating an important status message that may require a yes / no answer, for example "Out of paper, give up - Yes / No".

The printing work is done within PrintProgressForm using a BackgroundWorker, so the message box will be shown from the BackgroundWorker thread. So I'll pop up a message box with the PrintProgressForm as the owner. I check if the form needs invokation, yet half the time it doesn't. And when it doesn't, it then goes on to complain that PrintForm (which I'm not even attempting to access) has been accessed by an unsafe call.

What's going on here


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


Create objects with names based on strings - Visual C# - Dev-Network Forum

devnetwork收录,使用标签:If, these, are, objects, of, your, own, creation, why, not, give, the, object, a, Name, property,时间:2008-4-16 22:19:04 | 相关网摘我也收藏

If these are objects of your own creation why not give the object a Name property


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.


Inconsistent Print Coordinates Cont.

devnetwork收录,使用标签:Handle, a, textbox, outside, the, form,时间:2008-4-14 8:30:51 | 相关网摘我也收藏

Handle a textbox outside the form


Dealing with dataGridView

devnetwork收录,使用标签:change, the, icon, beside, a, filename, in, windows, explorer,时间:2008-4-14 8:24:20 | 相关网摘我也收藏

change the icon beside a filename in windows explorer?
6658: writing back on database
6659: Getting the height/width of a font?
6660: Dealing with dataGridView
6661: Form Events : need a Controlchange event
6662: Problem with datagrid view
6663: Control.Invoke does not return
6664: Problem in Setup and Deployment project
6665: Treeview dynamic fill
6666: comboBox selection problem
6667: Problem with DataGridView Cell Focus
6668: WebBrowser Script Errors!
6669: totally newbie question about deploying software
6670: Validating properties in a PropertyGrid control
6671: Application Installable from the Web
6672: accessing a toolstripmenuitem thru a different form
6673: Exposing Text property of a UserControl



共25个网摘 [ 1 ] 

devnetwork/相关标签



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