blueskywalker's Q&A profile
SQL Server Excel Connection Manager - Moving between environments
Hi - I have an issue with the Excel Connection Manager when moving between environments (e.g. from DEV to TEST). 1. My Package contains an Excel Connection Manager X and an Excel Source Y 2. X has a hard-coded Excel File Path Value: C:\DEV\FinanceData.xls X's DelayValidation property = True Y's ValidateExternalMetaData = False 3. I have 2 Package Configurations:-   ...Show All
Windows Forms Object- Oriented Programming Problem
Dear all, I have a question about Object-Oriented Programming Problem Public Class ParentClass Protected Function GetData() as DataTable doing xxx End Function end Class Public Class ChildClass Inherits ParentClass &n ...Show All
Visual C# MouseHover EventHandler
I am trying to add a new mousehover eventhandler for a picture box. This is the code that i put. pictureBox1.MouseHover += new EventHandler(pictureBox1_Hover); But its not working. It says the name picturebox_1mousehover does not exist in the current context. But I add the event handler. Can someone tell me the problem please. I tried this. Its Working perfect. this .pictureBox1 = new System.Windows.Forms. PictureBox (); ((System.Comp ...Show All
Smart Device Development Maximized borderless forms on Pocket PC
Hi, after migrating an existing application to .NET CF 2.0 I experience an ugly behaviour with my maximized, borderless forms: I'm displaying stacked modal forms e.g. one modal form opens another, then that one closes etc. The not-so-nice thing is that now under CF 2.0, the Windows Start menu is briefly visible between the close of the child form and the redraw of the parent form. This was working nicely under CF 1.0 and seems to be a problem of ...Show All
Windows Forms AAAARGH!!!!! visual studio just erased all my controls permanently
visual studio just erased all my controls. some bug crept in to my code so the designer couldnt design the form. normally this results in the designer giving an error - but not this time. it rather cleverly decided to erase all the design  ...Show All
Windows Forms Visual Studio 2005 Service Pack 1
What I want to know is when can we expect the desperatly needed service pack 1 for Visual Studio 2005 I've had so many errors so far when working with the Windows Forms designer, it is not only VERY frustrating and wasting my valuable time, but, it is also embarrsing when my projects and clients are being delayed because of a low quality tool. I expected higher quality standards from Microsoft! Don't get me wrong, I love .Net and especiall ...Show All
Windows Forms Creating an Editable Label
Need to write a custom control to allow in-place editing, similar to that in a word processor, but user could edit ONLY those underlined (or similar specially marked) words in sentences -- not to allow editing the whole sentence or page. Appearance should look like a hyperlinked label, but not to function as a hyperlink. As the user enters longer text than the original, all the text on the right side of it should shift acc ...Show All
Visual C# Where is Object Test Bench in Beta2 (VSTS)?
I have installed VS 2005 Beta2 Team System - the full suite. And I can't find Object Test Bench any where. I tried right-clicking on the classes in class view, I tried right-clicks on the Class Diagram's classes there is no entry in the context menu to invoke a class or method. I am using the C# Windows Forms Project as well as looked inside a C# Web Project. Is there a registry tweak to enable this feature Or VSTS version does not ship with th ...Show All
System Center Disk space used
For the Utilization by resource Simulation result, does the utilization refer to disk throughput utilization or disk space utilization If it is for disk throughput utilization, how can I find the disk space utilzation It would ben really good to know how big the Exchane databases will grow and how many log files will be produced over a given period. Thanks. Ben .. For a given deployment, SCCP calcul ...Show All
SQL Server Sudden expiration of evaluation version
I have had SQL2005 on a server for a very short period of time. Today I found that I am not able to execute an SSIS package in debug. It give me an error stating that the evaluation period has expired for data transformation services. I went to check the version by querying, but nothing happens when I click on the Server Management Studio link. Has anyone seen this before or how long the trial version should last Does anyone know what vers ...Show All
Visual C# Integration of MSDN Library 2005 beta in Visual Studio 2005 beta
Hi there! I'm using Visual Studio 2005 beta 2 (mainly C#). With the most recent MSDN subscribtion update the disks containing the MSDN Library for Visual Studio 2005 (Professional Edition) were delivered. Now I though by me happily "Great! So you finally can install the MSDN local!" Because the usage of the online version of MSDN may be a quite good solution, but I miss some thing there (like the index or simple navigation). So I installed the ...Show All
Windows Forms Sorting CategoryAttributes for PropertyGrids
This is my first post, and I just want to say that I am so excited that I found this dev forum. It will come in very handy for development. Thanks everyone for being a part of it. I wanted to talk about Sorting Categories in property grids. I have failed to find anything that tells me how to do it. I have made a properties sorting class, but not category. I have come across a way to do it. Pardon my stupidity ...Show All
Windows Forms NumericUpDown Controls...how to select the text when it gets the focus
I am looking for a way to select the contents of the control when tabbed into/focus....it does not have SelectionLength/SelectionStart properties.... have the same problem but am using vb.net ...is there any solution for my problem... am new in vb.net...if there is a solution for me pls answer my question clear:P sorr ...Show All
SQL Server SQL Management Studio (RTM) Connect Problem
I'm trying to use SSMS to connect to previously configured remote MSDE servers. I can connect just fine using Enterprise Manager to these remote machines. Using Management Studio, I can only connect to some of the machines. And no matter what combination of authorization/protocol I select, I still cannot connect to certain machines. Some machines, configured with MSDE exactly as others, I can connect to. What is SSMS doing differently than Enter ...Show All
Visual C# Removing methods calls off the stack in C#
How can I remove all the method calls off the stack of an object in C# I set the variable equal to null but the object is still executing the code. For example if I have onc class calling a method of the other and that calling other methods in that class like this: class A { private B var; void start() { var = new B;   ...Show All
