Manikandan MSFT's Q&A profile
SQL Server Conditional Split Question
Hello, I am have an ID column that sometimes contains all numeric characters and sometimes contains all digits. I would like to the records with all digits (0-9) to continue downstream in my Data Flow. I would like the records that contain characters other than digits to be logged to a table. This sounds like a job for the Conditional Split transformation, but I don't see a way to easily test for a numeric value. For example, I would like ...Show All
Windows Forms toolstrip image system.drawing.bitmap
I'd like to be able to use the bitmaps that are displayed when we use "Insert Standard items" or create a BindingNavigator. If I add a toolstrip to a form, is there any way to access the images system.drawing.bitmap When I click on the Image property of the Toolstrip, I can't figure out how to use the builting System.Drawing.Bitmap. It seems to only offer the import from a file. Thanks in advanced. The images are loacted in t ...Show All
Windows Forms Using Win32 API to get mouse click
Hi, I'm developing a small "colour picker" app in VB.Net to get the colour at a particular pixel anywhere on the screen (ie: not in the form). I understand I have to call the Win32 API to do this, perhaps trapping the WM_LBUTTONDOWN ...Show All
.NET Development how to add arraylist to string[].
Greetings All, can anybody pls help me to complete the following. i am having a sting array and i want to add arraylist to string array. string [] vaOutput = new string [4]; System.Collections.ArrayList arsList = (System.Collections.ArrayList)ars0.GetValue(0); vaOutput[0] = "E" + Information.Err().Number; for ( i = 0; i <arsList.Count - 1; i++) { vaOutput[1] = arsList.ToString(); } vaOu ...Show All
Windows Forms MDIChild Login Form
Hi all, I've got this problem: I have an MDIParent form called adminForm and a MDIChild form called loginForm. The loginForm will be loaded at startup, and all the menus of the adminForm will be disabled. When user successfully login, the loginForm will be closed, I want all the menu items of the adminForm to be anabled, but I cant access such menu items in the class that contains the login form (MDIChild form) I use this code to activa ...Show All
Visual C# Remove Junk Characters
Hi, I want to remove junk characters from a string. The scenario is, I have got a rtf string and I want to remove the last para tag in the string ("\par") from the rtf. When I try to manipulate the string , I found some box like junk characters in the string. Please provide me a solution Not sure if this will help, but have you tried iterating through the characters in the string and printing out the c ...Show All
Windows Forms Paste to the DataGridView
Hello~~ I want to copy & paste in the DataGridView like excel's cell. When copying, it's possible in the Excel, text or DataGridViewRow, etc. At that time, there are columns in the clipboard using separator like tab or comma. I want to paste to the each DataGridViewCell. For example> 1) excel or DataGridView : A B C 1 abc def ghi 2) copy the rows in th ...Show All
SQL Server "(rsInternalError) Index was outside the bounds of the array" after upgrade to SRS SP2
After upgrading to SQL Reporting Services SP2, we now get an error every time we try to run any of our reports. The error is "An unexpected error occurred in Report Processing. (rsInternalError) Index was outside the bounds of the array." Anyone have any suggestions I looked in the Report Server logs and see this error but there is no other information that points me to the problem. Thanks in advance. I also f ...Show All
Windows Forms Control Similar to IE Address Bar
All: I am looking for a control that is similar to the IE Address Bar. The primary functionality that I am look for is prefix filtering - as characters are entered the expanded combo filters down the visible list. Can anyone help or point  ...Show All
Visual Studio 2008 (Pre-release) [BUG] GridSpliter does not respecting MinWidth / MinHeight
I have a window with a grid, 3 panels, and 2 grid spliters. The right/bottom panels have MinWidth/MinHeight set to prevent the spliter from making them hidden, but it is not respecting those values and will make the panels smaller than their respective Min settings. The issue you are seeing is not with Grid not respecting your minimum width setting. The issue is with the GridSplitter control. In order to get the behavior ...Show All
Windows Forms wsdl.exe.... sounds great... but WHERE IS IT???!??!
I have one book that has been trying to teach me how to build and deploy web services... I find this book totally worthless and confusing. But anyway lets not go into that... Now what I need to do, is create a web service that& ...Show All
Visual C# best place to look for a cookie?
Hi all, hopefully a quick/easy question. i have a site im doing in v1.1 and i am using a small cookie to ensure the users have completed a profile that is in two steps. The cookie gets created when they press the first submit button and contains nothing more than a 6 digit string. After the profile has been completed (on a subsequent page) i delete the cookie. This is intended to allow the user to go to step 2 if they close the browser or ...Show All
Visual Studio 2008 (Pre-release) my pet project: AnimationBehaviors
I’ve been working on a project in my spare time called “AnimationBehaviors”. Now that I’ve got it working reasonably well I’d like to share it with the world. The animation system in WPF is really powerful, however it’s not always easy to create certain effects in XAML without falling down to code. Even when code is not required, it’s not always easy to create reusable animation effects. Enter AnimationBehaviors. AnimationBehaviors is a lib ...Show All
Visual Studio Team System Can the data source for a web test come from app.config?
I know that I can set the data source for a unit test in the app.config file. Can I do somthing simular for web tests Thanks, TomK ...Show All
SQL Server set up problems by sql express edition 2005
TITEL: Microsoft SQL Server 2005 Setup Problem ------------------------------ SQL Server Setup Failed to compile the Managed Object Format (MOF) file C:\Program Files\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof. By compiling with mofcomp sqlmgmproviderxpsp2up.mof : can't find class , instance of property CIMTYPE. Who can help me Henk ...Show All
