Land's Q&A profile
SQL Server Script component and variable!!
Hi All, I have developed a simple package utilizing script component and variable. What I am trying to do is declare a variable in the parent package that can be change at run time to either 1 or 0. If 1 I want the package to succeed and branch off to run some child packages and if 0, then branch the other way and run another child package. In ether way, I want to be able to load one of the two child packages and not both. I I declare a variable in my parent package like IsExist, int32 with default 0. Then I have this code thanks partly to Jamie Thomson in " SSIS: Writing to a variable from a script task" Public Sub Main ...Show All
Software Development for Windows Vista vista 64
How is Vista64, coming along If anyone knows drop a note please. The buzz in the NG is that it is much better than the pervious drops in terms of speed. Josh http://windowsconnected.com ...Show All
Visual C++ how do I delete this posting?
I don't see any delete button! I only said that because my posts regarding shell programming keep being deleted, I don't know how you say that in english but je tournais seulement ma mesaventure en humour... didn't mean to make things worse Yacine Benahmed ...Show All
Smart Device Development Backspace in edit control
Hi Still building an application for Smartphone 2005 in pure Win32. I now have a configuration dialog containing static fields and edit controls. Everything is fine except when I type sthg in the edit controls, I can't clear it. I can only add characters but not delete them with the back key. The back key (which is also used to switch back to older applications) is inactive. Can someone help please Hi, The back key on smartphone plays a special role. It gets used to get back to the main screen, so that use of any application doesn't interfere with the main role of the phone i.e. to make and accept calls. This is the reason it doesn ...Show All
Visual Studio Express Editions Question about variable decleration
This maybe is a stupid question. Sometimes I see variables declared like int _Counter; What is the _ stands for can someone give me an example why you have to declare it like that. Thank you. You can declare variable with any name . But you some times see variables declared like that because of naming convention . The _name usually used to represent static variables so that they can easily be identified when browsing through code. Thanks. ...Show All
Visual Studio Visual Studio 2005 Beta Support: A Joke
I have spent most of the last week trying to use the Microsoft support and documentation to learn how to use SQL Server 2005 and Visual Studio 2005. I have come up with a new phrase..."It just doesn't work." I downloaded the Microsoft online book for SQL Server 2005. First it would not install because it thought that I didn't have NET Framework 2 installed. Then, I found out after a few hours of searching that I had to use a different download (not mentioned in the Microsoft download page) for a different release of NET Framework. Then I installed the online book. Now, there is no way to read the book. It is in .hXS format which does not op ...Show All
Visual Studio CR in PUSH mode. COMException: Missing parameter values VS 2005 RC1
We have a problem with CR since the migration to CR.NET with VS 2005. The reports were all designed with CR 9.0 developer edition. They were opened and resaved to CR 10.2 for .NET 2.0 format. These reports were initially designed for the PULL model. We create a new report out of a stored procedure. At runtime, the connection info and the stored procedure parameters are set. CR did the job of pulling the data. The underlying stored procedure that was feeding the data is no longer being used, so we decided to push the data to the report using the PUSH model (SetDataSource) which was working fine in CR 9.0 for .NET. To be safe, we we ...Show All
.NET Development DataGridView Columns
In DataGridView Columns are not coming in order while accessing data from database.Please any one help me. Thanx Hi there, Please post what columns order should your datagrid look like and include the sql query statement so that we could figure it out how you do it. For additional tip: If you are using Select * in your query statement, you need to know what would be the orders of your column before assigning it to the object datasource. You can have this format query statement instead of using the "SELECT *", use "Select OrderId,Amount,Quantity from tblCustomer". Hth, Michael Castillones ...Show All
Software Development for Windows Vista Tracking workflow changes done at design time
Is there any way to track changes done to workflow during its design time Suppose I have workflow designer control embedded in my application and I am modifying workflow using that designer and I need to record changes done to the workflow. Are there any designer events available that could be utilized for that purpose Also I saw ActivityChangedEventArgs class being available. Which event fires with those event arguments Edmundas Design time changes are signaled by using the IComponentChangeService .Net interface. The host needs to provide this service through the hosting site. You can ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Running MDX games on other computers
I've been working on and MDX game for a couple of months in Visual Studio 2005 express; now I'm trying to run it on other computers and it doesn't work. Of the 4 computers I've tried it on, only 1 successfully ran it. The others get a file not found exception that seems to be for a DLL, but when I put a try/catch around the application initialization (this is based on the sample framework) and found the exception, it conveniently failed to include the actual file name. What do I have to do to run this on a system that doesn't have visual studio This is a common question that gets asked, the main prob ...Show All
Windows Forms Binding of dynamically created controls
hi, i have a form which creates in the loop i am creating them nicely here is my code for that Sub createcontrols() Dim i As Integer = 1 Dim j As Integer = 1 Dim k As Integer = 64 For i = 1 To Me.txtloop.Text ...Show All
Visual Studio Express Editions How To Use Tree View Control in VBExpress
I am new to this Visual Basic Express, I want to use a Tree View Control in my application. Do you have any code in VB Express illustrating how fill up nodes and how to use this control ...Show All
Visual C# Thread problem
Hi.. I created a thread to watch for closing a window... i make a loop for watching the process that have a Main window..and when a windows closes to do something Anyway my problem is that my CPU goes nuts.. from 3% goes to 90 100% and i gived to someone else and sad that is working fine.. And my CPU is a INTEL Pentium 4 3.2 Ghz and i Have 1Gb Ram.. the hardware shouldn`t be a problem Hmm... what's that thread doing in fact while (window not closed) { } do something In this case of course is using 100% CPU.... Why do you need a thread to watch for closing a window A window has a Closed event, use that. ...Show All
Visual Studio Team System Possible to integrate the Free 1.34 Version of FxCop into Visual Studio 2005 Pro?
Hello, Will it be possible to integrate the Free 1.34 Version of FxCop into Visual Studio 2005 Professional similar to the way it is integrated into the Developer Team Edition Thank you, This isn't possible, no. VS2005 ships with a special VS integration package which handles UI and other important interactions with code analysis, to permit excluding violations in source, etc. You can still integrate the free version of FxCopCmd.exe as an external tool, but doing so, of course, provides limited functionality compared to the direct integration in VS2005. It is very likely you will see some code analysis featu ...Show All
Windows Forms Warning MSB3331
I have a Windows VB application built using VS 2005 Beta 2 that includes a reference to DAO (3.6) but when I do a build I get the following warning. I can't find information on the warning in MSDN or google. Can anyone explain what is causing this and how to correct it. ============================= C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3331: Unable to apply publish properties for item "dao". ============================= Can you please turn on verbose logging and send us the snippet of the log that includes the error To enable verbose logging on the command line add a /v:d to the comm ...Show All
