Answer Questions
Raghuram_816 ANN: View a fully functional Clock demo using WinFX on the Internet
The XAML for the following demo was authored in the Mobiform XAML Designer Aurora Beta 7.3, which supports the November CTP. The demo is a clock that keeps real time, based on your internal computer clock. http://www.mobiform.com/demos/avalonclock/webavalonclock.xbap Aurora is available as an embeddable component for XAML authoring in your application. Mobiform is also available to help with your WinFX development, contact us for more detail ...Show All
Rasheed Shaik third party tools
can third party tools be included both in full and express editions Express SKUs wont load add-ins or packages. Standard and above will load add-ins or packages. ...Show All
xnera Conditionally setting the AssemblyVersion at build time
I have a need to build a project and only increment the version number if and only if the project has changed, is there ANY way to do this other than build the project twice Can this possibly be done with a custom MSBuild task So far I have seen that you can update the AssemblyInfo.cs from the MSBuild process but doing so before the build makes it so that it will produce a new assembly, which I don't want to do unless something else changes whi ...Show All
rmini WCF on Windows 2003
Hi On which minimal version of 2003 can I install and run WCF Elad. In my browser it seems like you answered the question the minute it appeared in the forum - WOW, very impressive. Probably RSSed this forums... That would be Windows 2003 Service Pack 1. Good luck! Guy http://blogs.microsoft.co.il/blogs/bursteg/ ...Show All
Pablo Rincon TreeView BeforeSelect event equivalent
How can I cancel a TreeViewItem selection When a user selects a new item in the TreeView I need to check whether there are unsaved changes and give the user a chance to cancel the selection and save. BeforeSelect event did this for WinForms. How do I do this in WPF Thanks Michael What about the SelectedItemChanged event of the TreeView class You could intercept the event when a new item is selecte ...Show All
donnyc Creating A connector to CompartMent Items
Is there a way to create a connector that connects a shape to items in another shape's listCompartment I want to emulate the WWF designer capability that lists the State-Activities events as listCompartment items. These events are visually connected to other stateAcitivities. Regards, Jacques It may be possible to simulate, but you'll have to give it a try. When the connector is added t ...Show All
AmundL Installing VC ++ runtime Library
Hi All, I want to sepearte VC ++ run time Library form the VS 2005 Setup. Is it possible to do so.If Possible then which is the folder the msi is refering to I want to create a seperate package for this VC runtime libraries. waiiting for your reply. Thanks Bhaskar The VC runtimes are authored inside the VS MSI so its not possible to separate it from the install. However, for redistribution purposes, there's a vc_redist.msi that ...Show All
Golm ReportViewer in ASP.net (Urgent please help)
Hello I need help with the reportviewer in ASP.net. I have a .rplc file and a DataSet. I try to do this in Form Load ReportViewer1.ProcessingMode = Microsoft.Reporting.WebForms. ProcessingMode .Local; ReportViewer1.LocalReport.ReportPath = pathToRPLCFile; //in my window form i do this lines DataSet ds = getDataSet(); ds.Table[0].TableName = "DataSet1"; reportViewer1.LocalReport.DataSources.Add( new ReportDataSource ( "DataSet1" , ds.Tables ...Show All
patrick_henry_1776 Outlook + .NET
Hi all, I'm using Microsoft Office Outlook 2003. At the calender, I would be able to create new appointment by selecting the time schedule. Once I finished entering the appointment detail, how can I detect the event of "Save and Close" button What I am looking for is that, when I press on "save and close" button after filling up appointment detail, I want to launch another software to look at the data or something else. Do you think is possible ...Show All
Grant Archibald Bug in ListView headers (gridview) when using horizontal scrolling
(I though I posted this yesterday, but apparently I didn’t) There seems to be a bug with the scrolling of the headers (actually it seems to be the contents that scrolls to far), when using horizontal scrolling in maximized window. Here is how to reproduce: <ListView> <ListView.View> <GridView> <GridViewColumn Width="300" Header="Column 1" /> <GridViewColumn Width="300& ...Show All
friendjack Viewing a Web Browser Application outside the browser?
Hi, Is there anyway to view the output from a Web Browser Application without opening a new instance of a browser This would be very convenient. I would love something like AppletViewer for Java Applets or Flash Player for Flash movies. I noticed that VS uses PresentationHost.exe to launch the .xbap file using Internet Explorer. Perhaps PresentationHost.exe accepts any parameter to open the app in a window instead of a browser Thanks a ...Show All
Osamakhattab How to populate Word 2003 ComboBox / Dropdown list using VSTO C#
Hi, I am creating dynamic OLE Control ComboBox in Word 2003 using VSTO C#. After creating ComboBox I want to populate it with some values. If I use VBA then I can populate using following codelines. Dim myarray(3) As String myarray(0) = "US" myarray(1) = "AUS" myarray(2) = "UK" ComboBox1.List = myarray But in VSTO when I use following code lines: object objClass = "Forms.ComboBox.1" ; ...Show All
t341 nested project failing
I am trying to implement a nested project based on the example in the SDK's. The project is being created underneath my project in the solution but the project file is being placed in the wrong directory and the name is being concatenated. The error I receive is "The project file can only be saved into the project location". Here is the snippet from my project file: < ItemGroup > < SubProject Include = " NestedMic ...Show All
Discussion What abt Dynamic Where condition??
Is there any facility to create dynamic where condition for queries. i.e. Let's say, user will pass couple of filter condition for few fields(may vary in number and pattern) and we need to filter based on that condition... something like creating dynamic query in SQL. If not, is there any way to achive this kind of functionality. Thanks. Gaurang Hi Gaurang, See this thread . You can add as many w ...Show All
itKamaraj Code to manipulate Linq expressions as a Tree
Hello, If you need to manipulate the Expressions as a tree, I posted 2 classes to do so. This enables you to write visitors which travels in the tree, with differents callbacks for different node types. Hope this helps. feel free to improve it, I'll post it back with credits. Its here : http://technofinance.blogspot.com/ Nicolas Rolland I agree, this is a very simple concept af ...Show All
