Software Development Network Logo
  • Visual Basic
  • Audio and Video
  • Windows Forms
  • Game Technologies
  • Microsoft ISV
  • VS Team System
  • Windows Vista
  • Visual C#
  • .NET Development
  • Smart Devicet
  • Visual Studio
  • SharePoint Products
  • SQL Server
  • Visual C++
  • Visual FoxPro

Software Development Network >> Visual Studio

Visual Studio

New Question

Reliable Publish Subscribe
Using the Office RibbonBar in Xaml
How do I change the work style of a project
Created Items not accessible even after target exits (MSBuild Tasks Properties attribute)
Audit Log
TransactionIsolationLevel and multiple service contracts
Best approach for migrating projects.
Drawing a Line between two 3D Points?
.net Reportviewer export to excel using office 2007
June CTP: generated wsdl does not have <xs:imports> for all types being used.

Top Answerers

Eric Lindahl
Eddie Garcia
KavyaKonda
daat99
NeederOfVBHelp
MMS2006
Mark Ells
Scythen
MaartenClaes
Brian_W
sitemap
Only Title

Answer Questions

  • man_in_trouble Disable VBA script "on click"

    System: Microsoft Office 2003 Word VSTO Solution using Document Template. I have developed several custom WinForm controls that canbe added to a word document from a "controls toolbar". When the template is opened to be edited and the form is placed in design mode, if the user double clicks on one of these controls in the Word document, Word opens the VBA editor. Is there a way I can prevent that from happening I would have thought this would be easy to resolve, but the solution seems to be avoiding me at the moment. That's a challenge :-) As far as I know, short of removing VBA from the installation, there's no way to prevent this, directly. However, it appears sinking the WindowsBeforeDoubleClick event should work. I t ...Show All

  • Vlad Iliescu How to get nested tables in Microsoft.Office.Interop.Word.Range.Tables

    Hi, I saw another posting on how to get the child nested table from within a cell using Cell.Tables instead of Cell.Range.Tables. My particular problem is the other way around. When there is a nested table inside the very FIRST cell of the outer table, all I can get is only the inner table. But what I need is really the outer table. If the nested table is from any other cell, I can get the outer table directly. I read in each paragraphs and try get the table from the paragraph: Tables tables = myParagraph.Range.Tables; // if there is a table inside the first cell of the outer table, the returned tables only contains the inner table. In this case, "paragraph.Range.Tables.NestingLevel" shows 2, but "pa ...Show All

  • Rhubarb VSTO in msdn

    Hi, I am writing VSTO EXcel application using 1.1. It seems to me MSDN does'nt have the complete documentation.. I cant get information if I do an F1 on a VSTO specific function or class or event. It always shows me the following page. Clicking on Excel Objects option do show me some info. but not of all the of the functions and events. For example, I was trying to find a list of all events of WrokSheet and Workbook classes but cant find any. Do I need to install something else I am using MSDN library 2005 version. You can find help for the Microsoft Office 2003 object models in the Microsoft Office Visual Basic Help that is included with Office 2003. However, the Visual Basic Help documentation is presented using Visual Basic ...Show All

  • redriver Relationship from CompartmentItem and port shapes

    Hi all! I want to be able to create RelationShip from a CompartmentItem to a ModelElement. Since this is (as I understand it) not supported "out.of-the-box". I have hope that Port Shapes can help me in this task. I do however have some difficulty in finding information on the port shapes concept. So I would appreciate if someone could shed some light over this concept or maybe guide on where to read about it Kind regards, Diego Hi Diego, If I understand you correcly, you want to draw connectors from compartment items to shapes - so for example in the Class Diagrams template, you want to draw a connector from the line of text representing an individual Operation, to an ...Show All

  • rSchild Help me design my .Net 3.0 application?

    Hi All. I've been studying C#/.Net 3.0 programming ever moment that I'm not shacked to my real job. I can say that for a guy of average intelligence who has been working in his sleep, Avalon allows me to do some amazing things and pretty quickly too. Where I'm having trouble is my high level plan. I thought If I laid it out here someone might be kind enough to give my a push in the right direction. The program description: It is a e-Book of interactive puzzles. Each puzzle has a graphical representation of some physical reality and controls that allow you to manipulate that reality. ( Start engine # 1, run engine #1 at 300 RPM, etc.) The Quester is then given a brief written introduction followed by a serious of t ...Show All

  • Jamie Thomson unable browse new site with sharepoint

    i sucess create a new portal name as http://wss in the share pointer server administrator said the portal is sucess without any error but when i browse it, the page showing "the page can not found" does anyone know what configuration i was miss you probably would be best posting at the appropriate communities for sharepoint: www.microsoft.com/communities ...Show All

  • dbcuser Reliable channel's transfer window

    Hi, Does anybody know how to solve error about " There was no space available in the reliable channel's transfer window" My architecture is : 1)One Service ( PerSession with Callback ) using "security=message" and Self Hosted. 2)One Client that receive events notification from Service I don't know why, but frequently I see errors about "timeout" on both side. I'm not transfering any data more than 32Kb and in the both side the internet is fast. In both side, after receive a message, I create a new WorkThread, so the WCF can sent a response as fast as possible. If I disable security (i.e "security=none") I don't receive any timeout ! My questions are : 1) Is it possible the &qu ...Show All

  • h1 What's the property control should I use to present text paragraph?

    I use the control to present textblock maybe like this: "Hi, {FriendName}, Glad to receive your letter! Yours leo." Three key points: The format should remain in this way; {FriendName} is databinding; The content need not to be edited. What's the control in WPF should I use Thanks. How about TextBlock <TextBlock>  Hi, <TextBlock Text="{Binding FriendName}" />, <LineBreak />  <LineBreak />  Glad to receive your letter!  <LineBreak />  <LineBreak />  Yours leo. </TextBlock> If you can't edit the text, consider creating a converter to create this structure. Not quite, since Run' ...Show All

  • Juergen Lorenz Reportviewer Paper size

    Is there any way to set the paper size for the Reportviewer control other than at runtime using the Page Setup button. It always defaults to "Letter" which is not really suitable for all countries. I am using Visual Studio RC1 on Windows Forms application. The problem is in RTM version too. Previous threads talk about this, but no solution at all. Waiting for some tips from MS. There is a bug in ReportViewer, caused by a round off error. A fix will likely be made available in a service pack. Robert, thanks for the clue but no luck. I've tried the report language in: "Italian", "Italian (Italy)" and "Default" (i've verified that in my regional settings i ...Show All

  • Saiboro addin auto upgrade?

    Hello, there. I am facing a problem related to addin upgrade. I developed an addin and distribute it to my customer, all works well. Now I add some new features to my addin, I know I can distribute it to my customer to finish upgrade by providing setup program. But I don't want to adopt this way. I want to know whether VS2005 extensibility provides such interface that I can program it to help completing update issue. For example, I can place my upgraded addin on my site, whenever my customer opens vs2005 IDE, it will automatically check if higher version exists by connecting to my site, if existing, it will download higher version and complete upgrade Thanks Rigards, wang Hi, Carlos. What you said is reasonable. I th ...Show All

  • Rafael1119 How to include the license file as resource file through MSBuild?

    I have a '.license' file with me and I need to include that while building the project. Previously I used to do the following <cs.build projectFile='Service.csproj' compilerOptions='/res:"Service.exe.licenses"'> I have tried to include it as a project property as follows: < MSBuild Targets = " Rebuild " Projects=" Service.csproj; " Properties = " Configuration=Release;Resources=Service.exe.licenses; StopOnFirstFailure = " true " /> But this doesn't seem to work. BTW I am using the same .license file as I was using for ver 1.1. Jay, If i use the embeddedResources tag in services.csproj as follows: < ItemGroup ...Show All

  • saarar Column widths with matrix

    Hi, Is it possible to control the widths of matrix columns via the data source The data source can define the number of columns, but does each column have to have the same width I tried using an expression in VS designer for the width property of the column "=Fields!Width.Value", but no joy, it doesn't seem to be allowed. This is the last ingredient I need, any help is appreciated. Thank ...Show All

  • GoDaddy CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed no Windows Server 2003

    Eu estou executando o seguinte codigo abaixo em asp.net com o Visual Studio 2003, e utilizando como servidor de dados SQL Server 2000, em um servisor Windows 2000 funciona mas em um servidor Windows 2003, ele apresenta mensagem de erro. Eu estou utilizando o Crystal Reports 9.1.3300.0 que vem com o Visual Studio. Qualquer ajuda sera muito bem vinda. Codigo : CrystalReportViewer1.ReportSource = Server.MapPath("CrystalReport2.rpt") CrystalReportViewer1.LogOnInfo.Item(0).ConnectionInfo.ServerName = "BRASIL" CrystalReportViewer1.LogOnInfo.Item(0).ConnectionInfo.UserID = "sa" CrystalReportViewer1.LogOnInfo.Item(0).ConnectionInfo.Password = "" CrystalReportViewer1 ...Show All

  • Michael1956 OWC chart control-Share point Web part

    Hi, I am working in Share point web site. In one of my webpart say webpart1 as Spreadsheet, I connected that to a DMX query and the data is dispayed in the sprreadsheet It looks like A B C D --------------------------- 2000 aaa 3 4 2000 bbb 6 8 2005 aaa 7 7 2004 aaa 5 3 I added another webpart as chart control and try to draw chart based on the data in webpart1. Here I need the chart control to behave like follows: (Refer above data) 1. Series to be aaa and bbb(from B column)... 2. X axis to be A column (Here the year may repeat for all series. but i require not to repeat) 3. Based on the selection of B column, i need the chart to be reflected ...Show All

  • LuisMendes visualstyles for WPF window in xp

    Hi, I am using .Net 3.0 RC1 on XP. I found that WPF window applications are not using any kind of visualstyles. How do I enable it In .Net 2.0, we are using Application.EnableVisualStyles(), is there any equivalent in .Net 3.0 For a user friendly tutorial on how to do this, read this article on BrowSoft: http://www.browsoft.com/tutorials/DefaultTheme.html jfoster77 wrote: For a user friendly tutorial on how to do this, read this article on BrowSoft: http://www.browsoft.com/tutorials/DefaultTheme.html Hi - I thought rather than start a new thread I'd resurrect this one I'm having trouble seeing the Aero button ...Show All

818283848586878889909192939495969798

©2008 Software Development Network

powered by phorum