tito712's Q&A profile
Windows Forms XML and XSLT in WinForm
I am just wondering what type of control I can use to display XML data that hase been transform by a XSLT to a winForm. In ASP.NET it was easy...the XML control. Thanks, Trey I was worried you'd say that because I don't ...Show All
Visual Studio Express Editions Cr/Lf within a message box
Stuck on something that should seem easy. I want to force a carrage return and line feed in a msgbox. I've tried differences that I can think of, but haven't thought of the right one. Here's what I know.... msgbox("Line 1. Line 2.") the output in the message box as I want it to display is Line 1. Line 2. I know that the code will be either Cr & Lf or Chr(13) Chr(10) but do not know which one to insert, and ...Show All
SQL Server support visual studio 2005 sql...
IS visual studio 2005 (not visual studio express 2005 ) support SQL SERVER EXPRESS 2005 and also , after install SQL serer express 2005 should be set it for each computer(like as SQL server that should be set with name of computer to use database) Hi, "IS visual studio 2005 (not visual studio express 2005 ) support SQL SERVER EXPRESS 2005 " -Sure, just type in the instance name and addi ...Show All
Windows Forms VS 2003 and framework2.0
Hi, How can I point VS2003 to framework 2.0 I have both 1.1 and 2.0 installed on my development machine and for some reason I cant install VS2005. How can I point VS 2003 to 2.0 framework. In this scenarion, will I be able use new features of 2.0 such as datagridview, enhancements in ADO.net and other new features Thanks, I am very sorry but you are not going to be able to get Visual Studio 2003 t ...Show All
Windows Forms Instant Messenger Developkment
I've been kicking around the idea of writing an Instant Messenger application as a "see if I can do it project". Can't seem to find any good articles on getting started (plenty of articles on Chat Rooms, which I would assume is simil ...Show All
Windows Forms DataGridView KeyDown?
(VS2005 - beta 2) Hello, is there anyway to capture a keypress or keydown event in the DataGridView I know there's events called KeyDown and Keypress, but if the DGV is in edit mode, they never get caught. My ultimate goal is to make it so pressing enter moves to the Cell to the right, instead of to the next row but I need to know what key is being pressed before I can do that. Thanks -Adam Ive ...Show All
.NET Development Error in DotNet 2005
HI I have a simple site using a masterpage in the same directory as the affected page. Closing/restarting VS cures this for a random period of time. Sometimes hours, sometimes minutes. There have been cases where I load the editor, make a small tweak to the codebehing on a completely different page, and start debugging. My error does not reference the masterpage: Unable to cast object of type 'ASP.frmtestprof_aspx' to type 'ASP.frm ...Show All
Visual C++ C++ calling C# Dll -> EEFileLoadException in debugger but works correctly if I just run from windows directly.
I have a C++ application usings a DLL written in <Managed C++> that connects to a web service. My code is : hAuthDll = LoadLibrary("AuthSrvClient_w32.dll"); authtx = (AuthTransactionType)GetProcAddress(hAuthDll, "AuthTransaction"); authtx("URL", "UserName", "Password", pData); MessageBox(NULL, pData->Response, "HERE", MB_OK); Theres also some error checking omitted. When I try to run the program thorugh the VS2k5 debugger it always cra ...Show All
SQL Server How to stop discovery from adomd.net connection
I am using MSAS 2005 with ADOMD.NET 8.0 with .NET 1.1 I observed whenver we execute any query it does discovery of meta data. The meta data is part of resultset that is returned to the client. You can see this part of XML that is returned to client. <root xmlns=\"urn:schemas-microsoft-com:xml-analysis:mddataset\" xmlns:xsi=\" http://www.w3.org/2001/XMLSchema-instance\ " xmlns:xsd=\" http://www.w3.org/2001/XMLSch ...Show All
Visual C# Byte Array
does anyone know how to empty an array what i mean by that is clear it so that it has no values. i know Array.Clear is supposed to do this but i cant get that option with a Byte Array Hi Do you mean emptying as in removing all items coz the initialize method only initializes every item in an array (not removing them)... But if you want to really remove all items then you'll have to redeclare it: byte[] myByte = new byte[30]; Console. ...Show All
Visual Studio Team System Team Build Error - TF42046 - Unable to Execute Team Build
All, I am working with a new installation of Team Foundation Server and I am struggling to get the Team Build component to work. Here is the Setup that I am working with: All Systems are running in a seperate Domain (BOOKSTORE) from my company's domain (CTS) BSTEAMSYSTEM - this is the Team Foundation Server that is running Team Foundation Server. I have the application that I want to build stored here in Sour ...Show All
Visual C# ADO.net
System.Data.OleDb.OleDbException: The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\DataBase\login.mdb'. It is already opened exclusively by another user, or you need permission to view its data. at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at System.Data.OleDb.OleDbConnection.Open() at DataBase.Login.OnInit(EventArgs e) in c:\inetpub\wwwroot\ ...Show All
Windows Forms How to register custom file type
What would be the best way to go about registering a custom file type (with custom icon) and associating it with the application being installed in a Windows Installer project You can use the File Types dialog. You can display by doing the following: In Solution Explorer , right-click on your Setup project and choose View -> File Types . ...Show All
.NET Development Looking for an absolute definition of "Local Time"
The expression "Local Time" is thrown around a lot in the MSDN documentation. When it is defined, this is the standard definition (example taken from the documentation for TimeZone.ToLocalTime) : Local time is the date and time on the computer you are using Is this absolutely always the case, with no ambiguity In particular, since the Start and End properties of DaylightTime are defined as being in "local time," does this m ...Show All
SQL Server SP1 ships
Download it here: http://www.microsoft.com/sql/sp1.mspx Thanks, Mark The link for the download on that page goes to the link http://www.microsoft.com/sql/tbd , which doesn't exist, and gives a 404 error. I assume "tbd" means To Be Decided. Has it really been released yet It'd also be good if it was possible to install this via Windows Update, but apparantly the technology doesn't yet exist to do this. See here for details: http:/ ...Show All
