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

Software Development Network >> Visual Studio

Visual Studio

New Question

March CTP New Features
Setting a controls property from anothers trigger via a Style
Relationship between UI composition and code-behind
what are the steps to create vb.net setup file?
Automation server can't create object - figured out my problem
Playing wav file using MediaElement
Visual Studio Install on Vista
How to switch between scenes
Read ClaimSets in BeforeSendReply of IDispatchMessageInspector
License for Crystal Report

Top Answerers

LPlate
Frances83
Yorker
David S. Anderson
SOTY_Programmer
Prasenna
Shark_
jfyfe
fode
Suman Ghosh
Yao, Ranica K.
Only Title

Answer Questions

  • Bandile Mouse wheel events

    Hi can anybody know how to apply (or use) mouse wheel events to particular control I want to perform different operations for mouse wheel forward and backward how can I Thanx-Nagu Hi, consume the the MouseWheel-Event of your control. The MouseEventArgs have a property called Delta. This property tells you the direction the mouse wheel was scrolled. Hope that helps. Ohh thank you its working, thats what i want exactly. Nagu ...Show All

  • Vikas H outlook add-in 2002 vs 2003

    I have built an outlook add-in on my machine (has outlook 2003) and is running fine. But when running the same dll in another machine (has outlook 2002) it fails. Any idea why I used Outlook add-in. Few Questions... Where it is failing What specific error message it is giving Have you tried running that from Visual Studio and check on what line of code it is failing Does the Outlook 2002 machine have PIA's installed on them if not sure then first install them and then run it again FOR OUTLOOK XP (2002) http://www.microsoft.com/downloads/details.aspx familyid=C41BD61E-3060-4F71-A6B4-01FEBA508E52&displaylang=en FOR OUTLOOK 2003 http://www.microsoft.com/downloads/det ...Show All

  • Oliwa 4 questions about WPF

    Hi, I actually test WPF RC1: I use a FlowDocumentReader. This control have not "FirstPage()" method (DocumentViewerBase has it). So, how can I go to first page with a FlowDocumentReader control Thanks very much. Cyber Sinh Hello, I'm sorry but your method has no effect. Is it a bug with the RC1 of Avalon Thanks Q1> (( IDocumentPaginatorSource )RTB.Document).DocumentPaginator.GetPage(0) havent tried this... but should work.. fdr.Document.Blocks.FirstBlock.BringIntoView(); // this brings focus to the first page. Get page gets the paginated page - it doesnt bring the p ...Show All

  • KevinBurton Problem using IVsTextManager::EnumViews

    Hi. I'm trying to enumerate existing views in VS2005 using IVsTextManager::EnumViews (managed code, if it matters), but it always returns -2147467263 (ArgumentException: Value does not fall within the expected range) no matter where I call it from (and regardless of whether there are any open documents or not). I'm already handling IVsTextManagerEvents::OnRegisterView, but I need to find out about existing documents (ones that were registered before my listener is started). I'm passing null for the buffer argument (docs say that's ok), but I've also tried enumerating buffers using IVsTextManager::EnumBuffers with exactly the same result (-2147467263). Am I doing something stupid Any suggestions would be appreciated. Thank ...Show All

  • Jon Braganza DSL tools & Device applications

    Hello, i do not seem to be able to create a designer that can be used in device projects. My designer does not pop up in the device project 'Add new Item' dialog. Is there some sneaky feature that i should use and am missing Thanks in advance, Peter Vrenken Duncan, sounds good! I'll look into it as soon as possible. Thanks for the fast response, Peter Vrenken Hi Peter, The contents of the "Add New Item" dialogue are filtered by "TemplateGroupId" and "TemplateID" elements in the item template: see http://msdn2.microsoft.com/en-us/library/ms171388(VS.80).aspx for details. By default, the generated item templates for your new DSL won't have the necessary settings. You should be able to crea ...Show All

  • Helio D How to receive notification( exception ) on service when client die

    Hi, dears! I have no problem to catch exception on client when service die or still not exist and I'm calling some method there, but how can I receive the same on service when client die and service try to call method on callback. I'm using wsDualHttpBinding with callback methods with [ OperationContract (IsOneWay = true )] TIA Arkady >> if I call in the same session callback method once more, I do receive Timeoutexception That is exactly what i see too ((IChannel)proxy).Abort(); //Didn't trigger the channel_Faulted event proxy.MyMethod(); // Calling a service operation after Abort() triggers the event. Not sure if this is by design You could subscribe to t ...Show All

  • Manuk Adding a solution to VSS issue.

    Hi all, I know this may seem very simple, but I have a VS2005 solution that I have added into SourceSafe via the SourceSafe application itself, but when I open that solution in VS2005 it doesn't seem to be bound to SourceSafe as the SourceSafe icons and menu option are not there. Must I right-click the solution in VS2005 solution explorer and then select 'Add solution to Source Control...' I am just worried that something may screw up with SourceSafe as the solution files I have already put into SourceSafe. What is the correct way of adding VS projects to SourceSafe Is it by adding files directly into SourceSafe, or is it through VS2005 Thanks in advance. Tryst Ok, thanks, Richard. I deleted the files from vss and then added via VS ...Show All

  • mikeret Configuration Schema / Intellisense / maxMessageSize

    Hi, I installed the June CTP DotnetFx today and this managed break my intellisense in VS2005 in the application configuration files. Generally this would not bother me. Hoewever... I used to set the max message size in the configuration file on the binding element, and this attribute is not supported anymore. My questions are: Is there a way to restore the intellisense or a Url where i can get the System.ServiceModel definition Or Where can I specifiy the maxMessageSize for wsHttpBinding Regards Jaco de Villiers Hi Scott Thank you for the prompt response. Yes that worked perfectly. My previous config section was: <binding maxBufferPoolSize="2048000" name="workflowHttpBinding&quo ...Show All

  • Yafarmo ContextMenu propagation using HierarchicalDataTemplate?

    Hello! I'm trying to propagate a ContextMenu using a HierarchicalDataTemplate. The rendering looks just fine but how do I assign the Command property and CommandParameter property of the synthesized MenuItem objects Best regards, Henrik Dahl Thank you very much for showing the converter as well. Are you sure that the Value attribute of DataTrigger should be able to have a type as it's argument Best regards, Henrik Dahl Henrik, For a comprehensive overview of what to return/throw from ConvertBack, I suggest you read the second section of this: http://www.beacosta.com/2006/07/how-do-i-encode-xaml-using-value.html Th ...Show All

  • athadu App_Web_u6yfrc-g assebly compile error

    Hello, I am getting the following error. My website was working fine with these settings. However, an attempt to republish the website rose this error and ever since it has prevailed (even with attempts to republsih it !). Website gets successfully published but this error prevails when accessing from the webserver, IIS 6.0. The project works fine from .NET environment.. Is there a way to cure it I appreciate the help. Regards, Abhijit. ------------------------------------- Server Error in '/PEReports' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parse ...Show All

  • great1 Can Triggers affect elements they are not applied to?

    I have this program here that consists of a Label and a Button.  I have a Style that contains a trigger that says that when someone mouse overs the button the button background should turn yellow.  But let's say I wanted the label to also turn yellow when someone mouses over the button.  How can I have a Trigger applied to one element (in this case, the button) affect other elements around it   I know you can do this in code, but how can this be accomplished in XAML   < Window x:Class = " WindowsApplication3.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " WindowsApplication3 " Height = " ...Show All

  • Sarah71 Build msi using Wix

    Is there anybody who is using Wix together with msbuild to create msi packages If so, can that person give an example on how to do!! Thnx Tim The Microsoft.SDC.Tasks collection includes some tasks that will help you build WiX as part of your MSBuild process. You can download it from http://www.gotdotnet.com/codegallery/codegallery.aspx id=b4d6499f-0020-4771-a305-c156498db75e . Neil The WiX toolset contains all files required to build MSI packages using msbuild ( wix.targets and WixTasks.dll ) Regards, Thomas ...Show All

  • Sukumar Raju Transparent windows kills WPF-apps.

    I'm developing a program with WPF(June CTP) and i've noticed that if i have any semi-transparent programs/windows open my app has problems running at an acceptable framrate. I estimate the framerate dropping from stable 100FPS to 10-20FPS. I can have several WPF-programs running at the same time without any performace-issues and having directX-programs running doesn't affect my program anything eighter. But as soon as i open a transparent window (doesn't matter if it's WPF, WinForms or Win32Api) all WPF-apps basicly stop working. It also doesn't matter if it's a small or big window that's transparent, I have a small transparent program that's about 90*20pixels and it kills WPF-apps just as good as any other transparent window. ...Show All

  • John Bailey DwmEnableComposition(bool) Call Not Working on 5384

    Hey Guys, I'm trying to build a utility for Windows Vista using VS2005, and I'm trying to use P/Invoke to shut off Windows Aero using DwmEnableComposition. However, when I make the call, Aero doesn't shut off, and the state remains Active. Further, the HRESULT returned is 0, meaning (I'm assuming) that the call was successful. Can you guys help with this A snapshot of teh code is below. Thanks! <DllImport("dwmapi.dll")> _ Public Shared Function DwmEnableComposition(ByRef fEnable As Boolean) As Integer End Function Private Sub MenuItem_GlassDisable_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem_GlassDisable.Click Dim test As Boolean = False Dim result As Integer = ...Show All

  • sirmmo VSTO and MS Office licensing requirements : Developer vs End User

    I keep seeing conflicting, if not confusing, information about the system requirements for end users vis a vis the versions of MS Office that can run VSTO solutions for Outlook 2003. The page that most folks refererence states that developing and running Office customizations built with VSTO requires MS Office 2003 Professional Edition or MS Outlook 2003 (stand-alone). In addition, the Office web site also states that solutions built using VSTO will not work unless you are using Office Professional Edition 2003. I can understand the requirement for the professional edition for developers but is it really true that end users also have to be using the professional edition also Can someone please confirm this important issue and if true, ...Show All

515253545556575859606162636465666768

©2008 Software Development Network

powered by phorum