Michele Tenuti's Q&A profile
Software Development for Windows Vista Automation Unit Testing
Will there be a Automation Unit Testing for VS Team System Something like Web Test. only for Web, not for WinForms or WPF. I would like some kind of Recorder that could save all clicks I made and generate a unit test. ...Show All
Visual C# set the cell of datagrid or table to certain text..?
Is there a way to programatically create a table or datagrid For example, when i click a button, it will display a table which the cell contains the certain text i want, like row1, column 1 ="Price" row1.column 2 ="Profit" row2, column 2 = "xxx" hi, i don't know what version do you use , this code worked on VC# EE with .net framework 2.0, if you have old version you ...Show All
SQL Server How Create SQL CLR Functions in Yukon June CTP
I don't believe there is a compatible VS.NET release for this CTP so how are folks creating SQLCLR functions/sprocs Command line Any pointers to articles Thanks, Chris Whidbey B2 is compatible with this version of SQL Server. You can also use the samples and just compile them at the commandline assuming you have the sdk installed. ...Show All
Visual Studio Express Editions I really need a piece of advice...
Hello again. I am really wavering. I am a developer, windows applications, not web. Until now I used VB6 to build client side user friendly applications. Server side usually are DCOM VC++6 applications (we develop laboratories and quality systems for manufacture). Now I have to develop a new client application, and I would like to try VB2005: I downloaded the express edition to evaluate it. Of coarse I have a lot of code, and tested user interfa ...Show All
Software Development for Windows Vista How to host the WWF design control in an ASP.NET page?
In one of the MS workflow conference break-out sessions, there was a demo of the WWF design control being hosted in an ASP.NET page How was this accomplished ...what level of support is there for an ASP.NET hosted WWF design control ...e.g. just displaying/previewing a workflow ...or is it possible to enable it as a fully enabled design surface Is there a sample or some demo code available that shows hosting the WWF design control in an ...Show All
Visual C++ Reference to C# form library causes entire C++ app to recompile
We are adding C# form support to our main application (MFC C++). Question A) I have created a new form library and added a reference to the library to the main application project. Now whenever there are any changes to the form library (any change to any form or user control), the entire C++ project must be re-complied. The recomple is killing us because currently only 1 of hundreds of source files even use the new C# forms. ...Show All
Windows Live Developer Forums WMA plugin..
Is anyone know How can I add a WMA player in main page I saw it on my friend space. I do, its a "hack" (awfully accomidating these hacks so it seems out of character to call them that) but here is the link http://spaces.msn.com/d3vmax/Blog/cns!1pG9JUCZPzr_xPSf3UMkJf4A!4553.entry ...Show All
Visual Studio Express Editions REgistration problem...
Can someone give me the link to the VB Express Beta 2 registration I installed it on a pc of mine, that now is currently off the internet in an isolated network, But i'd like to retrieve the key on another PC. Link, please Hi Steven, Registration does not work with this build because they are not supposed to be publicly available yet. We are checking to see why the have become publicly available. Thanks for your ...Show All
Visual C# Binary Data & .Net Sockets, URGENT
Hello every one, After 2 hard week of work, finally i accomplished an reliable server and client classes which look like the VB Winsock, those 2 classes are reliable, also server enable multiple connections, as i test it accept 5000 connection and Handel them, The base is MSDN & good socket samples. When i try to create an demo app. on these 2 powerful classes, all goes fine, i faced an problem in sending files, as I'm using one channel only ...Show All
Visual C++ Compiling FilmBox SDK Under VC6
Hi, I am trying to compile Filmbox's SDK using VC6. I can compile under VC7, but I only have a temp version, and do not want to port over to VC7. The problem I am getting is on the following section of code: /*********************************************************************** CLASS KStaticArray ************************************************************************/ template< class Type > class KBaseStaticArray { & ...Show All
Smart Device Development CE.Net 4.2 and Compact Framework 2.0
Hi, I'm hoping someone can help understand why those of us that work with Industrial Handhelds (and therefore CE.Net) got the short end of the stick. We have equipment that was just purchased this year with CE.Net 4.2 and Microsoft is not supporting it with VS2005. It's not like 4.2 was a down-level version, it was the latest version of that build. Our only options are: 1) Pray the vendor certifies on the new version, pay ...Show All
Visual Studio Express Editions relate an extension to my application?
Hi. How can I set windows to open a type of files with my application. like a file.doc will be opened directly by Word. I want that my file.ext will be opened by MyApplication.exe can anybody give me the code to do that... Thanks This is something that needs to be done during installation, and unfortunately it isn't supported by ClickOnce deployment, the only deployment technology supported by Visual Basic Express. If you have the full ...Show All
Visual Studio Team System Shipping Beta 2
There's been a rash of speculation as of late that Beta 2 has "slipped" to April [ Microsoft Visual Studio 2005 beta 2 delayed ]. As you can read in this post from the Developer Division Release Team [ In the Home Stretch... ], we still plan to ship Beta 2 by the end of March. That has been the plan-of-record for months. Because it takes time to move from shipped bits to downloadable bits , Beta 2 will probably be available for ...Show All
Visual C# Best practice
Ok, I have a question on what would be the best practice for a translator... If you have 5 languages: English, Chinese, German, French, and Swedish and you have different methods for converting each one into each other what would bet he best practice Heres an example: If you selected Chinese as the starting Language and English as the Ending Language it'll return "zh-CN%7Cen" as the code needed to post. I'm thinking i'll create an enu ...Show All
SQL Server msdb..backupset.backup_finish_date -- changes from SQL2000?
It appears that the behavior has changed for the backupset table in the MSDB database between versions. In SQL2000 backup_start_date & backup_finish_date were populated correctly. In 2005, backup_finish_date is the same as the backup_start_date value. Is this a bug or should I be looking for my backup timing elsewhere in 2005 Thank you. I can't repro the problem. It works fine for me. I use thi ...Show All
