Eric Jonker's Q&A profile
Visual Studio 2008 (Pre-release) Databinding a ListView with relational data
Hi, First, i'd like to thanks the WPF team for WPF, which i believe to be a very fantastic new concept in UI. Don't stop guys, i'm loving it. Now to my issue. I've been puzzled by this for a few days. I have a relational dataset created from the C# Express Dataset tools using drag and drop. My source data is in SQL Express. I load all the tables in the same typed dataset. All goes fine if i bind all GridViewColumns to a single table. But i want ...Show All
SQL Server One dataflow for sevral Oracle Instances ?
Hi, I designed a dataflow which extracts, transforms and load (the main goals of an ETL .... ) data from an Oracle db to an Sql Server 2005 db. The issue is that I would like to run this dataflow on several Oracle instances in a row. This intances are not on the same Oracle Servers. Is there a way to set only one data source for all these intances and to use a loop to execute the dataflow for each . Regards Ayzan ...Show All
Visual Studio Express Editions Error during install of V CS Express and V C++ Express
I seem to be unable to install either of these - anybody else having the same trouble The software downloads okay, but setup.exe throws an error (Microsoft .NET Framework 2.0 has encountered a problem during setup. Setup did not complete correctly.) Details: EventType : visualstudio8setup P1 : 183 P2 : 8.0.50215.44_beta2_x86ret P3 : msi P4 : inst P5 ...Show All
Visual Studio Express Editions Industrial/factory automation.....is vbnet the way to go?
I am looking to build a factory, that has 10-15 appliances which will be used in different processes. Essentially the software has to interact with the appliances, turning them on and off, monitoring temperatures, and moving parts. We have 2000 recipes (or processes) that need to be stored in memory that can be applied to our product. Our thoughts are that this would probably done with a micro-controller. Can vb be used in a microcontro ...Show All
Visual C# Configuration of block collapsing
Is there a way to configure what Visual Studio 2005's outlining rules I want to collapse my comment blocks, but it won't outline them - sometimes. In one case, I have just a block of lines like this /*// lines... //*/ and it makes the /*// and the //*/ collapsible. But in another case - where there're #region and #endregion lines inside of the comment block delimiters (I don't know if that's relevant or not), it doesn't outline the b ...Show All
SQL Server SSIS Requests...
May be it's too late, but I think this requests could be scheduled at least for a SP1 if it's not possible for the RTM. 1) Execute Task without debugger: it would be very nice to be able to execute a single task without going in debugging mode. Just as you would ask "Start Without Debugging CTRL+F5" but for a single task 2) Customize default properties for task and component: when you drag a task on the package you get a default value for the ...Show All
Windows Forms Deploying web forms
Is this what you're talking about <a href="http://www.gotdotnet.com/team/windowsforms/iesourcing.aspx">Using Windows Forms Controls in Internet Explorer</a> ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Direct X application using MFC. I need to get the position of the window.
The application was created using the DX9 App Wizard to give you some idea of what i am using. And i'm prity sure the best way to retrieve this information is to use the function OnMove(x,y) to get the position of the window. However the Three classes that are created for the applications main interface: class CApp : public CWinApp class CAppForm : public CFormView, public CD3DApplication class CD3DApplication However i get nothing if the functi ...Show All
Visual C# OpenFileDialog - Getting the Initial Directory
When an "OpenFileDialog" is opened, and "OpenFileDialog1.InitialDirectory" is left as the default "", the dialog will open to the folder that was used previously by the application. How can I "Get" this directory I want to look in the last accessed folder for a particular file and load it on startup, if the file exists. To do so, I need to know what folder was last used by OpenFileDialog1. Anyone know how to get that Than ...Show All
Visual Studio How to use crystal report XI in C#
Hi! Every one. Please, help me! I don't know how to use crystal report XI in C#. Thank you very much. ...Show All
SQL Server sql server2005 and sql mobile DB (.sdf)
hi. I am too green in sql2005. so the problem is with data import from csv or txt or access files to sql mobile database. at internet i fount that tis is wery simple but i can not find how so dts wizzard have not this function. coul someone provide directly steps which i shoud do to import/export data from sdf db i have vs2005 and sql2005 Onic, If you don't want to write code to do this, ch ...Show All
Visual Studio Express Editions MD5 checksums for Visual Studio .Net Express Edition Beta 2 Download
Can anybody please provide MD5 checksums for various Visual Studio .Net Express Edition Beta 2 products available for download http://lab.msdn.microsoft.com/express/maninstall/default.aspx I only have a dial-up connection and I want to make sure if my download is corrupt or not. I hope anybody could help me. Yes, you can find them on this thread : Thanks, Dan Fernandez Product Manager http://blogs. ...Show All
SQL Server Database on server but SQLEXPRESS on local machine
This is what I sometimes want: I have installed on a localmachine sqlexpress. Also my application is installed on the local machine. But for the night-backup of the database I want to put the database on the company server. Let's say the database is on: X:\data\mydatabase.mdf Why cant't I attach this database with the manager of sqlexpress Second: I have installed on local machine sqlexpress AND also the database Why can ...Show All
Visual C++ changing "licensed to" information
im trying to create a setup and deployment project to create an install for my app it creates the msi/exe files fine BUT: when i run them i get this error: "the folder path 'julius/ryan abella' contains an invalid character this is the licensed to information that can be found in help-> about microsoft visual studio in the top right. how can i c ...Show All
Windows Forms How to make a copy of ToolStripItem
Dear all, In order to make a copy of ToolStripItem which contains whole features of orginal ToolStripItem (events, properties ...). I look at some article which have property clone support copy object. However, i don't know how to do. Every body have done my issue before please give me your ideas. Thanks for your help. Hi TaylorMichaelL , This is the first situation so I have make a lot of problem, yo ...Show All
