Answer Questions
DiegoV MSMQ error opening queue
Hello. I'm trying to use msmq to establish communication between and indigo client and an indigo server. I've set the endpoint like this on the server: <endpoint address="net.msmq://localhost/private$/indigotests" bi ...Show All
Gianni1962PiacenzaIT Composite xbap on Web?
In HTML/aspx world, a web application can display content in another web site by just provide a link to that address and host it in a Frame. Could this be achieved in xbap This will change the deployment style of a control or an application. If a WPF control can only as a normal client control(just as today's ocx or WinForm control), it should be distributed with the application. If a xbap could be "composited" from different site, ...Show All
Julien Chable VSTO Controls
I installed VSTO 2005 and tried the same program I had written in Beta 2. Problem- When I drag a TextBox control to the Word template form, the properties window does not change to TextBox1. It stays at ThisDocument. Do I have a bad install Even when I drag a Button control from the Toolbox to the Word form, and try to double click, it does not go to the code window. Thanks for help in advance. Hi Corinne, Based on your description ...Show All
Graham Williams Can't install VS Beta 2
Ok... I messed up my PC real bad. I had to repair my Windows 2000 because some files got corrupt (I'm not the only who uses the PC at work). Anyways, after repair I started uninstalling some programs that I didn't need. I had vs.net 2003 architect once but I uninstalled months ago. I also had vb.net 2005 express which I couldn't uninstall anymore, so I just deleted the folder and cleaned up the registry. I deleted all .net folders under pro ...Show All
Dataplex Systems Maz How do I integrate a How do I page?
Please can you help me add a "How Do I" page I am a VSIP partner integrating our Help into the Visual Studio Help. I have followed the instructions in the Help topic "Authoring and Installing "How Do I" Pages" and this is clear. My page is successfully listed on the How Do I drop-down list, but when I click the link to my page, the page is not found. Here is what I've done: 1. Written a How Do I page. 2. Written an XML for the page, ...Show All
Anthony Whalley Multithreading in VBA for Excel
How do you Multithread in VBA for Excel I know how to do it in Visual Basic Studio but I cant get it to work for Excel Is there a certain reference I need There is very limited information on the web about multithreading in Excel. The web also says Excel Visual Basic 6.3 has multithreading capabilities. Thanks If anyone has a simple example, such as two drawings moving simultaneously (not turn based, that appears to be simultan ...Show All
thompsop VSTO Outlook Addin - Why doesn't my Property Page show up?
When I click Tools|Options here's what happens: 1. The following event handler executes: void ThisApplication_OptionsPagesAdd(Outlook.PropertyPages pages) { pages.Add(new ViewPoint.PropertyTab(), ""); } 2. bool m_Dirty = false; OK, class is obviously initializing... 3. Then InitializeComponent(); OK, class is obviously initializing... But then, that's it! No call into the TabCaption method as I would expect, to get the tab caption f ...Show All
neo_assyrian How to control the set on Data Bound control?
I have a textBox that is 2-way bound to a DataSource. When the user changes the value in the text box and focus moves to another control, the set operation is triggered, which is expected behavior. However, I would like to initiate the set myself at a different time(maybe while they are typing or perhaps on a button click). How do I link the set portion of the binding to something other than lost focus Thanks NIK Thanks Tin ...Show All
RossAu42 Can I use third-party compilers with the VS IDE?
I wish to use GCC with the VS IDE. Is this possible Regards, Asger I found the answer myself: It's possible to setup a cusom build rule for .c+.cpp files that will use a different compiler. Unfortuately it's not possible to setup a linker the same way. -You *could* setup a rule for .o (GCC object files) but that requires the .o files to be included in the project which, of course, isn't desirable. Moreover, yo ...Show All
BreSmith Speed -- reading values in Excel
Hi everyone, I'm having a problem reading values from the cells in a worksheet. It works, but it's surprisingly slow. It takes about 10 seconds to read about 650 items. I put some timing into my test application to see where the slowness was. I tried all kinds of approaches. My current one is: Dim mSheet As Excel.Worksheet = Globals.Sheet1.InnerObject Dim A_ID_Range As Excel.Range = mSheet.Range( "B4:B663" ) Di ...Show All
David T So integrating Crystal Reports with a C++ app (MFC)
Hi I'm completely new to Crystal Reports and only a novice in Visual Studio and MFC programming. After days of googling, I have come to the conclusion that integrating Crystal Reports is relatively easy when using C#, VB, etc., but I can not seem to find any tutorials on integrating Crystal Reports with C++, specifically in a MFC app. Is the Crystal Reports Viewer Control not accessible in the MFC development environment Does Crystal Report ...Show All
James Spink Link Progress Bar to my Process.
hi, all I want to configure a progress bar to my process (like, unzip a compress file). Could provide any idea Thanks a lot ...Show All
gayathri_100 What is the updirection property of a camera?
I can find nowhere to explain it, including MSDN. quite clear explaination. Thank you, David Describing the orientation of an object in three dimensions is a non-trivial matter -- in fact there are many different methods of describing a single 3D orientation. In this case, instead of a camera, imagine you're moving your head around in 3D space. Imagine that Camera.Position corresponds to the center of your head. After spe ...Show All
shumifan Display a dialog in a xbap?
It seems a dialog box could not be shown in a xbap Thanks! Enabling any operation in the partial trust sandbox involves analyzing the implementation to ensure it poses no security risk to the end user. A lot of features important to developers in this space were made to safely work in the sandbox, in this version. Of course there are other features that you care about but we couldn't include in this version. Karen Corby has chimed in ...Show All
Brad Murray Outlook: no Add-In does load anymore
Hi, currently i'm developing with VSTO 2005 ans VS 2005 Team Suite for Office Outlook 2003. I wrote an Add-In with C# and it works well, creating a setup which grants the CAS too. But today i changed some code within, rebuild the solution and tried to start a debug session with a break point right in the ThisApplication.ThisApplication_Startup Method. And nothing happens!! My Add-In was not loaded anymore. I tried to do a reinstall with ...Show All
