bonza's Q&A profile
Visual Studio 2008 (Pre-release) Testing
What do i need to download to test my Visual Studio 2005 with WinFX extensions developed small applications on Vista i have only tested it on XP and 2003 server. Developping WinFX applications on Vista is more simple than developping on XP or 2003 Server. Indeed, WinFX Runtime Components are already included on VISTA. So you just need to download: - The Windows SDK: http://www.microsoft.com/downloads/details.aspx FamilyId=13F8E ...Show All
Visual Studio 2008 (Pre-release) Where is OpenFileDialog?
I need to open some files in a standard WPF application, and found some examples in the WinFX SDK directories. These examples used System.Windows.Forms.OpenFileDialog, but for some reason my application/compiler doesn't seem to "think" the OpenFileDialog class exists in the System.Windows.Forms namespace (okay, where is it located then ). I'm sure I'm not the only one needing to select and open files in WPF, so, what do you guys do here Any ...Show All
Windows Forms DataGrid OnEdit
I would like create a event handler when a row in a datagrid had entered into its edit mode. Is there a simple way to do it You might want to check this out: http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q1018q Hope this helps ...Show All
Visual C# How can I convert string representation of Color object to Color object
I try to save Color object in my App.config file. I write Color.ToString() to config file, but how can I convert loaded color to Color object Unfortunately I use older version of Visual Studio, but good to know. ...Show All
Windows Forms DIfficulty with Running Server on Local Machine
I've been trying to run both the TaskVision Client and Server on my machine. I get the error reported elsewhere: "An unknown error has occurred, please review the event logs for more information." There are two errors reported in the event&nbs ...Show All
Visual Studio Express Editions dumpbin.exe
Hi, I'm wondering if dumpbin.exe is available under C# 2005 express edition, and where can I find it thanks! As far as I know, Visual C# doesn't have dumpbin utility, it is shipped with Visual C++ (not sure if it is included in VC++ Express Edition), you can find it in the "bin" directory. Regards, -chris ...Show All
Visual C# using native C code in a C# application
Hi, Our team is working on a network monitoring tool. We have identified "WINPCAP" as the library that provides support for packet capturing. WINPCAP is made for WIN32 applications and is coded in 'C' language. We intend to use this library on C# platform. If anyone has an idea or experience(.. using native C code in a C# application), then please help. Warm Regards You have two options. The f ...Show All
Windows Forms Unhandled exception using webBrowser
Hi, I hade unhandled exception using WebBrowser and it is easy to emulate the problem. Just 2 form, and on Form2 a webbrowser component, this code on a button: private void button1_Click( object sender, EventArgs e) { Form2 F = new Form2(); & ...Show All
Software Development for Windows Vista visual studio2005 designer for windows workflows
hello, my problem: i don't know how to get the "visual studio2005 designer for windows workflows" started. i tried to install some different combinations of the ms workflowstuff, offered on the microsoft download sites, but it doesn't work. can you help me, perhaps with a list of modules to be installed in the right order for info: my system is win xp sp2 and vs.net2005 latest version. thank you very much, regards ...Show All
Visual C++ Wrapping legacy code as Web Services with .NET managed classes
Hi all, Could you tell me how to wrap legacy C++ code as Web Services using .NET managed classes Is there a lot involved Thanks, - Leo - Thanks! :) I'll have a look at the links! Any other links and tips are greatly appreciated! ;) - Leo - ...Show All
Visual FoxPro VFP querying records with same ID
Hi all, I have a table with the same id numbers and different dates(ex. below) ID field1 field2...............date 1 01/03/06 1 09/04/05 1 03/13/06 3 05/25/04 5 12/12/06 5 08/05/06 I need one record for every id with the max date(date closest from today) ID field ...Show All
Game Technologies: DirectX, XNA, XACT, etc. vidinimo_PC.cpp line 113
I'm trying to run some games on my old Win98 computer, but I keep getting errors about DDRAW.dll, and that it's not able to start. At the end, there's an error saying vidinimo_PC.cpp line 113 LoadLibrary What can I do to fix this I've tried to install Dx81 on it, it says it's successfully installed, but I still can't find it anywhere, and I still get the errors on my games. Alex htt ...Show All
Visual C# Need Tips on finding information (Vikram)
I'm amazed how much info is available from MS. I'm also shocked on how hard it is to find it. For instance: I was trying to find how to set the node in a tree view. I searched and searched and I could find nothing. This was a dumb thing on my part because I didn't hoover long enough with my mouse. Someone showed me an example here on the forum. I wanted to convert a string to an integer. If you don't know where to lo ...Show All
Visual Studio Team System How to CREATE ENDPOINT
I am learnig to create a endpoint in Sql Server 2005. I have create a simple SP to get a customer in Northwind. Then create a endpoint using HTTP. SP: CREATE PROCEDURE [db_accessadmin].[upGetCustomer] @CustId nchar(5) AS SELECT CustomerID,CompanyName,ContactName,ContactTitle,Address,City,PostalCode,Country,Phone,Fax FROM Customers WHERE customerid=@custid ORDER by CompanyName,CustomerID,Country DESC Then, create ...Show All
SQL Server Preserving Layout
Hi, Is there any way to preserve the layout of the tables in query designer of reporting services Each time I need to add a new table to the existing data model I end up arranging the layout again. It is such a waste of time; but arranging the tables makes it easier to add or delete tables from the layout. SQL Diagram preserves the layout of the data model but can’t generate the SQL queries. Thanks, Yash ...Show All
