Answer Questions
Art102 compilation for dotnet 1.1 framework
is possible to use visual studio 2005 to compile applications for the 1.1 framework i haven't found any options that let me choose which runtime target. I have several applications running and i cannot move all of them to 2.0 framework in a day. Luca, Visual Studio 2005 does not support v1.1 of the framework. If you want to write your applications using VS2005 you have to migrate them to v2.0. We are looki ...Show All
diluted_water Inserting picture on crystal report dynamically
I am storing the image as byte array in database field. When I am generating report I want to show that field as Image. Please provide your suggestion how to do it. Basically I want insert image on crystal report dynamically. Krishna, Try this ... I am going to make use the Database Fields to get it done. To get the fields in Database Fields in the .rpt page , - create a .xsd file (for Dataset ) -right click inside ...Show All
Paul Redman Build multiple libraries into a single EXE.
I have a VB Windows Application project in VS 2005 with many referenced class libraries. Is there a way to build my projects so that the DLLs are contained within the EXE This way only the EXE has to be deployed, not the EXE and all its DLLs individually. And if this is possible, would it make sense I don't think we are planning on inidividual DLL updates, but rather if something changes we will send out the entire application. Thanks, Nate ...Show All
GT_MSDN Serious error when hide the column
Hi, I have one ListObject on ExcelSheet defined as: Microsoft.Office.Tools.Excel.ListObject myListObject = this.Controls.AddListObject(this.Range["A10", missing], "myListObject"); Then I am binding this listobject as follows: DataSet dsTrims = new DataSet(); string strWhere="select col1, col2, col3, col4 from tableTrims"; dsTrims = MyProvider.ExecuteDataSet(System.Data.CommandType.Text, st ...Show All
Ken_H SLOW motion when animating 56 and more ellipses...
in my WPF prog i create 56 ellipses [no full opacity, each on its own canvas] on the fly [out of the resources of a grid] add a storyboard to each ellipse, add the storyboard then to a main storyboard and place them into a 8 x 7 Grid which occupies the whole window size [the window has a linear gradient as a background]. When i then kick off my storyboard the animations come to life BUT the whole thing lags as hell! No, don't have ...Show All
Brian Harry Customizing "Search Page" in Document Explorer 8
Hello, if you use the search functionality in Document Explorer, you have the possibility to restrict the search by selecting attributes from three categories: Language, Technology, Content Type. First question: Is it possible to add a fourth category with a number of different attributes Which modifications do I have to make Second question: If first solution is not possible, can i extend one of the existing categories with a new ...Show All
Stefan Keinitz WinFX Runtime Commponents v3.0 Beta2 Install
Observation. Looks as though the install requires C:\Windows directory and does not work with a machine with C:\WinNT Ran the msi and got message C:\Windows could not be found. The machine had c:\WinNT but not a c:Windows directory. Will re-run tommrow to confirm the exact details. Correction got the message C:\Windows\temp could not be found. Creating this directory manual ...Show All
DadoToday Enumerating Outlook Categories
Does VSTO, or the Outlook object model, offer the ability to list out all the categories shown in the Categories dialog or Master Category dialog. I would like to be able to allow my user to pick a category from that list without having to show the categories dialog with olApptItem.ShowCategoriesDialog. Hello, I did a quick search, couldn't find ways to use OOM to get all the categories shown in the appointm ...Show All
Joseph Kasende Enable/disable popups in main menu
Hi; We have an Add-In where we need to enable/disable a couple of menu items based on the location of the caret in the document. As an example, think of the Cut menu item in Edit - it is only enabled if text is selected in the document. Is there any event or any other method where we can enable/disable the menu items just before the menu is displayed. Possibly an event that occurs when the user clicks on the main level menu that will cause it's ...Show All
Webbtrad VSTS 2005 Release Candidate fails to install at shortcutCLRDbg32.txt file....
I've been trying to install the Release Candidate of VS2005 Team System under Virtual PC SP1 which is running Windows XP SP2 and it invariably fails towards the end of the main install trying to read D:\VS\Program Files\Microsoft Visual Studio 8\SDK\v2.0\GuiDebug\shortcutCLRDbg32.txt telling me the file was not found and offering me the choice of Retry (which loops failing with the same message) or Cancel ( ...Show All
1gotoguy Use of OperationContext.Current for duplex
Hello In all the samples of duplex the callback is set using OperationContext.Current inside a method called by the remote application. However, this approach requires the client to initiate a call a method on the service before the service can use the callback to send messages to the client. How can I enabled the service to send messages to the client using the callback after the client connects, but BEFORE the client sends anything ...Show All
YdN I cannot install WinFX runtime components 3.0
"An error has occured during setup. Installed files have been removed from your computer. For known issues and troubleshooting information, see the online Readme ." The online Readme is here: http://msdn.microsoft.com/windowsvista/default.aspx pull=/library/en-us/dnlong/html/WinFXSeptPDCReadme.asp I have gone through it with a fine tooth comb and *NOTHING* fixes it. It sucks that the error is hidden and no clues a ...Show All
KrazyKiwi Sending email using Outlook 10.0 Object Library
In my application I am using the Office XP PIAs to communicate with the local Outlook client in order to send email. I am using the Office XP PIAs because I have to support Office 2000,XP, and 2003. Yes, I am aware that MS only supports using the Office XP PIAs for 2000 and XP, but I had problems trying to include references to both the Outlook 10.0 object library and the Outlook 11.0 object library.The problem is that in testing the function th ...Show All
Christof How could i develop Office Add-ins compatible with Office 2000、Office Xp and Office 2003?
Hi~~~ I have develped some Office2000 and Office Xp Add-ins with the interface IDTExtensibility2. But it isn't compatible with Office 2003. Then i searched the MSDN, and i found VSTO can solve the problem. But my develop environment is Visual Studio 2003,and VSTO works in Visual Studio 2005. Could i develop Office 2003 Add-ins with Visual Studio 2003(using VC++ ) Do you have any samples or information Thanks a lot!! VSTO is ...Show All
wagnerjp How can I get data fields to repeat on each page, since they cannot be placed in the Header?
For example, we need the document number at the top of each page. Also, when using a table, is there a way to make the table Header print on each page when the table goes to multiple pages Thank you. Even though you can't refer to fields in the page header or footer, you can refer to other textboxes. The expression to use is of the form =ReportItems!Textbox8.Value. This will only work if you have a Textbox8 that repeats on every page ...Show All
