Temple's Q&A profile
Windows Forms MSHTML Hosting
Ok, this has been a pet rant of mine for a while so I'd like to take this opportunity to get it off my chest. When I first installed .net around the time of beta 1, I was of course expecting a Windows Forms control to displa ...Show All
Visual Studio Team System File in use .mpp is locked for editing
Hi, We're using TFS RTM We're experiencing a really annoying problem which is, when someone closes a nd saves a MS Project document to the Team Foundation Portal no one else can open it for editing, we get a message File in use *.mpp is locked for editing There are a couple of other posts which refer to this as well http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=8011&SiteID=1 http://forums.microsoft.com/MSDN ...Show All
Visual Basic Auto incrementing version number with every build
I miss how VB would auto increment the version number every time i created an EXE. It seems the only version number that will auto increment for me is the deployment version, but I'm having strange trouble using it... I added the below line of code to my splash screen, but it's generating an error. Can someone tell me how to fix this, in terms understandable to a newbie, or how to auto increment the main version number with every publish ...Show All
SQL Server Transaction replication: Distribution agent owner
Hello! I seem to have a permission issue when i setup a pull transaction replication on SQL Server 2005 which i was hoping someone could explain. The distribution agent gets created but when it tries to run it fails with: The job failed. The owner (NATION\PK0159_a) of job EPPINF002\YUKON1-Publisher-Person-EPPINF004\YUKON1-Subscription-852824CC-803A-4C6B-B44B-748B6E25BFFC does not have server access However, when i change the ow ...Show All
Visual Studio Express Editions stringstream to int followed by comma fails, BUG?!?
hi, here is a simple code snipped that worked fine in Visual studio .net 03 AE and gcc (various versions), but now with C++ Express 05 it fails as soon as i want to read an comma seperated int list. It has no problem with floats or if the comma is a different symbol (tried '.' and '_') so it makes not much sense for me... code: std::stringstream ssi, ssf; ssi << "2 3, ___" ; ssf << "2.23 3.23, ___" ; i ...Show All
Visual Studio 2008 (Pre-release) Dlinq query for multiple values
How to query for multiple set of values in dlinq SQL query select * from tableX where col1 in(1,2,3) So Mathew to make sure I understand - you can use IN clauses in Linq, but just not in Linq to SQL (DLinq) To do so would require a change to the language (C# ) to support it How does Linq support it and not DLinq then if IN is not supported in the language With your array example - an ...Show All
SQL Server how to see print preview of owc11 in vb.net
hello all, I have developed a vb .net applciaiton for using OLAP (Analysis Services 200) . I have used OWC 11 component for the purpose. Pl suggest me how to see the print preview of the current view of pivot table (or what steps to use). Regrds, Deepti ...Show All
Visual C# datagrid (compact framewrok) jokes
Source: http://msdn.microsoft.com/msdnmag/issues/04/08/Gridview/default.aspx Unlike the version 1.x DataGrid, the GridView can render on mobile devices, too. _________________ Source: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx query=datagridview&dg=microsoft.public.pocketpc.developer&cat=en_US_63eccc41-76ef-46ae-bebd-63c5db6d3c36&lang=en&cr=US&pt=&catlist=1709d063-afd8-48c7-b806-c5ab ...Show All
Visual FoxPro FoxPro character fields in .Net showing as blank strings.
Not sure if this should be in the FoxPro forum, or the C# forum. I have a dBase database, with a table (table1). table1 contains a field (myField) which is a fixed length, 4-character field. With each record this field contains 4 ASCII characters (which were created by converting decimal values into ASCII). Now ... I think that the first 2 or 3 characters are ASCII value 0 (null). Also, some of them contain Extended ASCII codes. My problem ...Show All
.NET Development Create new DataTable as a subset of existing DataTable?
How do I create a new data table as a subset of an existing data table I know I can use the .Select("Where Clause"), but that returns a array of rows. How do I convert the array of rows back to a new data table Yes, DataView.ToTable does work, but how do you get a typed datatable out of it ...Show All
Visual Basic Capturing Key press or Key Down Events for an entire Form
Im trying to make a form for a test application. It has a heap of buttons and textboxes etc on it. I want to capture when the uses presses a random selection of keys (about 6 different keys) and have the form respond depending on what key they pressed, and what control they currently have highlighted. I don't know if i should be using keypress, keydown or something completely different Any help appreciated Cheers Mc ...Show All
Game Technologies: DirectX, XNA, XACT, etc. I cant Install Directx 9.0c December 2005 dsound.inf problem
When I try install Directx 9.0c December 2005 Redlist I Envisage with this Error : "An internal system error occurred. Please refer to DXError.log and DirectX.log in your Windows folder to derermine problem." I several time download Directx 9.0c December 2005 and November 2005 but everytime I Envisage with this error and when I go to DXError.log and DirectX.log see this Problem with dsound.inf : -------------------- [01/05/06 01 ...Show All
Visual C# How to define arrays in C# Struct
Hello, I've searched through forum using search for my problem and finally I got to make new one. Here we go. I'm trying to make a structure in C# which converted from this Delphi code. When it comes to "Array [0..3] of String[128]", I don't know how to make a C# structure to match this type of structure. I'd like to know if there is any method available to declare arrays like this in C# or not. So far I've tried, I cannot decla ...Show All
Smart Device Development Upgrading from Beta 2 of VS 2005 to RC / RTM Version - What device device developers should know
We were looking at some scenarios where as a device developer you had VS 2005 Beta 2 on your machines. Then you decided to un-install Beta 2 and install RC candiate. There are a few things you should be aware of. 1. If you had installed the DMA Transport Update , please make sure remove that before you un-install anything else to clean your machine. We are also in the process of adding removal of this Patch to the un-install tool tha ...Show All
Smart Device Development Window Mobile 5.0 and Pocket PC 2003
If i create an application (Standard) for pocket PC 2003, can i install it in Windows Mobile 5.0 How can i control for this Generally, yes. No effort on your part is required, but testing is necessary. I something's not working properly on WM 5.0 (e.g. for security reasons), that needs to be fixed. ...Show All
