rj_khatri's Q&A profile
Software Development for Windows Vista Custom Correlation
Please can anyone help I'm trying to raise an Event from a service I have implemented that has the ExternalDataExchange attribute. The RaiseEvent method is marked as the CorrelationInitializer, but as the raise event is being called in code (rather than from the CEMA route) it doesn't seem to pick up the correlation value. Basically I'm trying to raise an event which contains a property that identifies the button that was clicked. Then in the ...Show All
Visual Studio Team System Assign Work Item to multiple people?
Hi, Could we assign a Work Item to multiple people (not group) Or say if we do such thing, could it spawn multiple WIs for every individual If there is no out of box support, could we still achieve this by extensibility Then which are the extensibility one has to use. Is there any demo or blog explaining this Thanks, Saurabh This has been discussed several times before on this forum. Here is one of ...Show All
SQL Server Data Mining Query returns ADOMDDataReader
Hello, I created a Market Basket Data Mining Model with Association Rules, which I want to query and show in a Report. Everything works fine, when I preview the result in the Reporting Services Data tab I see some sort of table which I can expand and then see the related products. Unfortunately this result seems to be an ADOMD Datareader which I cannot place in a table, matrix or textfield. If anyone knows how I can make this Informatio ...Show All
Visual C# get lost of the focus
Ok i make a button i set: flat style = flat border=0 mouse over= transparent i dont want to be visible any border, but when the button has focus it`s automaticly painting a border... or what ever that is.. how can i lose that Does anyone understnad what is my problem Thanks Actually, Vipul already asked the question you need to answer before we can figure out the problem. What effect are you trying achieve. What would you like the look ...Show All
Visual Studio 2008 (Pre-release) The request for security token could not be satisfied?
I have a message router bound to a local msmq (using System.Messaging) and communicating with a WCF http service on the other end (both ends happen to be residing on my local machine in this scenario). When I process a relatively large number of queued messages in a short time period (1k messages in less than 5 minutes), on the call to the WCF service, I get the following exception: System.ServiceModel.UnknownFaultException: The request for s ...Show All
Visual C# Returning multiple values from methods
How do I return multiple values form methods Thank you 'van de Sande ', this is what I need for my senario :) ...Show All
SQL Server Need dump 200 columns to a flat file
All, I need to dump a table with more than 200 columns to a flat file. I tired in SSIS with the flat file destination, but it only allows 84 columns. What should I do if I want to dump all the columns to a text or cvs file. Thanks in advance Yeah absolutely. Why not take the package constructed by the wizard and either: 1) Build your additional requirements into that package or 2) Copy an ...Show All
Visual Studio Tools for Office VB.NET WITH command convert to C#
Having Finally passed the MSAD exams in C#, i thought that i should start looking to use these new skills in the code behind to programme excel 2003, so I start work on the examples given on the Visual Studio Tools for Office but they are for VB.Net and i come across a problem when trying to convert a section of code that uses the WITH, END WITH command e.g VB.NET With this.Application.CommandBars("Task Pane") .Width =300 .Position ...Show All
Smart Device Development openfiledialog opens in incorrect spot
I am using Pocket PC 2003 emulator and I have a button that fires the following code: try { _amLoading = true; //load previous report OpenFileDialog ofd = new OpenFileDialog(); ofd.InitialDirectory = "\\Program Files"; ofd.Filter = "xls files (*.xls)|*.xls|All Files (*.*)|*.*"; if (ofd.ShowDialog() == DialogResult.OK) &nb ...Show All
Visual Basic searching within text files
I want to know how to search with a text file... I know how to add it using the resources, I just dont know how to search within it. Im making a walkthrough program for some games, and walktrhoughs can be very long... as big as 96kb or more. so I wanna make a drop down with major sections of the walkthough... the problem is I dont know how to search for text within the text file. If anyone knows how, please let me know.. dim Count as inte ...Show All
Windows Forms What determines the order that controls are drawn on a form?
Hello, I am having a problem with a certain circumstance in a C# program that the controls are being drawn in reverse order of what they actually are in the z-order. Meaning that if control 1 is in the top of the z-order and control& ...Show All
Software Development for Windows Vista Two questions with WorkflowRuntimeService
Hi all, I'm developping a host program(web server) with WF Beta2.2 version.I have two questions. 1.I want to stop workflowRuntime when the web server is stopped.I used SqlWorkflowPersistenceService.The running workflowInstance can be normally unloaded if i'm not use SqlTrackingService,otherwise it can't be unloaded and system event log will be marked event id 1013 which means that a process serving application pool 'gh' exceeded time l ...Show All
Windows Forms Internet windows based app
...a little bit confusion. I've tried to find some methodologies on how to implement a windows based app which communicate with a server through the internet. Does anyone know some links for reading.Thank you very much in advance and hope to have a& ...Show All
Game Technologies: DirectX, XNA, XACT, etc. ID3DXFont and DT_WORDBREAK
Hi, DrawText() in DX9 does not work the same way as DrawText() in GDI does when used with the DT_WORDBREAK flag. Punctuation marks in DX9 are wrapped incorrectly: This is a small text . The full stop is wrapped onto the new line. Parenthesis are also wrapped although there is no whitespace between the parenthesis and the preceding word: This is another (bla bla ) text. This behaviour can be seen in the Text3D sample of the SDK when the window is ...Show All
Visual Studio 2008 (Pre-release) sliding effect
I am looking to slide controls in and out in my avalon window. I want certain sections in my window to expand and collapse ( like a menu, with the difference that I position my control any where in my window) Any ideas Thanks Amit For sliding in and out you can put them on a Canvas and animate their Canvas.Top/Left properties. If a Canvas is not the desired layout manager, then you could also ...Show All
