MXQBear's Q&A profile
Software Development for Windows Vista Could you tell me how should I do to enable the work flow foundation can be used?:
I have installed vs.net 2005 in my computer just now and there is no something which indicates the work flow foundation is available. So I downloaded the file of " Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2_2(EN).exe" from http://www.microsoft.com/downloads/details.aspx FamilyId=5C080096-F3A0-4CE4-8830-1489D0215877&displaylang=en. But the product code is required to install it. could you tell me the product code or another way to have the wff available. Thank you! There should not be a need for a product code. Which version of VS 2005 do you have If you are getting an error can you please post t ...Show All
Visual C# Use of classes in windows c# programming
I'd like to ask some experienced developers what way of using classes in windows application they prefer. If you prefer to have one class for main windows form and other classes for application logic and functions and how are objects of these classes communicating . If I had class for main form and other one for some program functions, how can I change the look of windows form from some functions like adding items to listbox Do I need to pass some reference to my windows form object to the function object and then do it through it Is any better solution Thanks, michi. hi, you can send your form o ...Show All
Visual Basic Need Help with WebService
OK I give up..... I'm working in visual studio 2003 (VB) I'm trying to put something together to answer querys from a hardware device. The hardware can call a url and add a variable string IE: http://someserver/webservice mystringvariant Problem is a webservice doesn't like this format. But an aspx page doesn't respond with pure XML ergo it doesn't fly with the hardware. Neither does the webservice.amsx page for that mater... Note: page redirects don't work on the hardware either The hardware will only take pure XML as an answer. (we're dealing with CMXML if it helps, Cisco IP Phone) I need to take that string var ( Request.Query ...Show All
.NET Development File Property - Keywords
I am writing a program that loops through all files in a set of directories and displays them to the user. I have added a ,somewhat, search feature. I have given the user the ability to enter a search word. This text is compared with all the file names and if the text is within the name, it is added to the results. We were looking to add some kind of categorization or keywords to the file search functionality. I thought about putting tags in the files but I don't want to get into actually opening every file to do a search within. Anyways, opeing Word or Excel files with Readline commands contains formatting and other characters that ma ...Show All
SQL Server XML Data Extension
I am trying to use the new XML data extension to connect to a web service from a report. The xml returned by the web service looks similar to this: < xml version="1.0" encoding="utf-8" > - < DataSet xmlns =" http://tempuri.org/APLWebService " > - < xs:schema id =" MultiSalesLogDS " targetNamespace =" http://tempuri.org/MultiSalesLogDS.xsd " xmlns:mstns =" http://tempuri.org/MultiSalesLogDS.xsd " xmlns =" http://tempuri.org/MultiSalesLogDS.xsd " xmlns:xs =" http://www.w3.org/2001/XMLSchema " xmlns:msdata =" urn:schemas-microsoft-com:xml-msdata " ...Show All
.NET Development SyncML (XML based) protocol.
has anyone worked on C# with SyncML (XML based) protocol.... Any luck Have you managed to find any further info in this regard I'm looking for some ways to replicate data in a smart client too. Thanks, Avinash ...Show All
Smart Device Development Hyperlinks in Pocket Outlook
Hello all, I just have a question about how Pocket outlook generates a hyperlink. If I sync a message containing the following: file://\Windows\Test.htm when I click on the link in the body of the message, nothing will happen. If I change this link to be either: file://\\Windows\Test.htm or file://Windows\Test.htm It will launch Internet Explorer, but I will always get the error message that says "The Network Path was not Found". This happens because of the extra slash. I only say this because in both cases the address bar of the browser reads file://\\Windows\Test.htm . Since it should read file://\Windows\Tes ...Show All
SQL Server CreateSPs Sample Application Causes Exception.
When I use the CreateSPs sample app on a sample database (Person), with a sample table (Contact), the following exception occurred. ============================================= Add object to collection failed for StoredProcedureParameterCollection of StoredProcedure 'SmoDemo.uspContactSelect'. (Microsoft.SqlServer.Smo) ---------------------------------------- For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft SQL Server&ProdVer=9.00.1116.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Add object to collection+StoredProcedureParameterCollection&L ...Show All
Visual Basic Open
Can someone tell me how to open an application manifest if you do not have .net on your computer. I don't know. What did you want to do A manifest file is for use by your exe. You say the machine does not have .NET on it, if so, then you can't run the app, so I can't understand what you're trying to achieve - to run the app you require the framework. Why would you be playing with the manifest file on a machine that can't run your app ...Show All
Windows Forms WebBrowser Steals Focus
Whenever the Navigate(URL) method is called the WebBrowser control steals the focus from the application once the URL is loaded. Is there anyway to prevent this I have an application that functions similar to outlook in that you click on results and they open in the preview. The preview window is a WebBrowser so I want the focus to remain on the results when I click one so that I can scroll through them with the arrow keys. However the WebBrowser steals the focus so that the arrow keys only scroll the web page. Thanks, Dan One possibility -- handle the WebBrowser's Navigated event and set focus back t ...Show All
.NET Development iSeries managed provider - where can I download from?
Can anyone please tell me where I can find the iSeries .net managed provider for downloading. I've not had any luck in finding it between microsoft and ibm. thanks. Hi, I think this is what you are looking for: http://www-306.ibm.com/software/data/db2/runtime.html Regards, Vikram ...Show All
Windows Forms Binding an IList to Datagrid
I've written a subroutine to bind and format a datagrid (SubscriptionsGrid) to an object which inherits ArrayList (and therefore IList) (Subscriptions), each member of which is an instance of a CSubscription object. CSubscription has five properties Id, Description, SubscriptionFee, SummaryStat and LastCharged, each of which provide ready-formatted data which I want to be displaye ...Show All
Visual Studio 2008 (Pre-release) svcutil excludetype doesn't work
I have 3 services that all have operations with a faultcontract specifying that they return a common error (GeneralError). For example, I have [ServiceContract] public interface IService1 { [OperationContract] [FaultContract(typeof(GeneralError))] void Operation1(); } and [ServiceContract] public interface IService2 { [OperationContract] [FaultContract(typeof(GeneralError))] void Operation1(); } When I use svcutil to generate proxies for each, GeneralError gets included in both. I've tried using /excludeType but it doesn't appear to work. Both of my services are in the same service library assembly. If I use /excludeTy ...Show All
Visual Studio Team System Accessing Web Test recorder from a Wizard.
Hi, I want to create my own test template and launch the Web Test Recorder (similar to what the Web Test template is doing). Is this possible. Can the WebTest template be extended, or does one have create a new template. Thnx in advance. There's no way to programmatically launch the recorder. The only thing you can do is set the LaunchRecorder attribute and open the web test file from a test project which will cause the recorder to start. Maybe you can try to detect when the recorder window closes and then set your wizard dialog as the foreground window. I hope that helps. Josh ...Show All
Windows Forms How to apply an html format text to a label
Hi, I am trying to assign an html format text to a label in a vb from. when i assign the text it displays the html tags in the label. how can i change the label text property to understand html format text. Atheeque You cannot do this directly as the Label control is simply a textual display control, not an HTML renderer. In order to have your HTML be displayed in the desired way you’ve got two options... you can either parse the HTML and determine the desired format and apply it to the Label (assuming the format specified by the HTML is possible for the Label to display) or you use a different control all together that i ...Show All
