matthew1564's Q&A profile
.NET Development Nested schemas
I have a schema that references a child schema via a "xs:import" node. In that child schema it references several other grand children schemas. Is there an object in the VS 2K5 suite which will allow me to consolidate all the nested schemas into one giant schema I've tried using the XmlSchemaSet object, but I cannot find a way to serialize the compile schema. I'd appreciate any help or advice. If you know before ...Show All
.NET Development Telephony in .NET
Hi I would like to know how to implement telephony in .NET. We have TAPI 3.0 but it is not supported in .NET so any replacement of TAPI in .net please let me know. There is currently no TAPI API equivalent in .Net. That said, I am interested to learn more about this requirement. What do you use TAPI for What is the end user scenario Please do email your feedback to nclasks@microsoft.com.dontspam (remove th ...Show All
Windows Forms dynamically creating a ContextMenuStrip
ok, I am wanting to dynamically create a context menu strip using an existing menustripitem from the form, I used to do this by creating a context menu and merging the differant main menu item i need to the context menu then when the user click the context menu it just fired the main menu item code. The problem I am having is that if I use context .Items.Add( this .child2ToolStripMenuItem); then the main menu strip item is removed from the main ...Show All
Visual C# enumeration was modified operation may not execute
Hi all; i am using the following fuction to close some open forms with tag "NOTMAIN" in my application. private void CloseOldForms() { FormCollection frmColl = Application .OpenForms; foreach ( Form tempFrm in frmCOll) { string tempFrmTxt = tempFrm.Tag.ToString(); if (tempFrmTxt.Equals( "NOTMAIN" )) { tempFrm.Close(); } } } But the application stops after ...Show All
.NET Development Enable IIS 6 https request on port 80
Hello, we have a setup with an SSL accelerator which needs us to answer on https:// requests on port 80 without using SSL. Is there a posiblity to convince IIS to serve requests like this one: http s ://www.anything.com:80/mypage.aspx Thank you in advance, Manuel Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NE ...Show All
Software Development for Windows Vista "waiting for status update" indexing
ON the Indexing options control panel I get the following information that never seems to change. It is constantly waiting for status. What is wrong Searches are veeeeerrry slooooowwwww. Performance Raiting 3: Processor sub rating: 5 (Intel 830D) RAM sub rating: 5.1 (2gb fast SDRAM) Prima ry HDD: 3.9 (SATA II, 3.5GB free) Graphics 3.1 (INtel lakeport on-baord) Graphics Gaming: 3.0 not detected ( ) What is causing the "waiting for status update" ...Show All
Software Development for Windows Vista RPC_E_WRONG_THREAD in Vista; but not 98/2000p/2000s/2003s/XP pro
RPC_E_WRONG_THREAD I am working at company that uses COM and DCOM to provide OPC data. Their application works fine on all OS (XP Pro requires some security tweaking to make the data server available externally). Vista throws RPC_E_WRONG_THREAD when I try to access the underlying COM data server. Is there a Vista patch or security setting to allow vista to do this. Windows 98, Windows 2000 Pro, Windows 2000 Server, Windows 2003 ...Show All
Windows Forms Problem with the Visual Studio 2005 designer
ENGLISH Hello, I'm making an application with the Visual Studio 2005. I've made a Abstract Form, with the methods all my final forms will need. My problem is with the Designer, I can't view the designer, and it displayed the next message (in spanish): No se puede mostrar el disenador para este archivo porque ninguna de las clases que contiene se pueden disenar. El disenador inspecciono las siguientes clases ...Show All
Windows Forms DataGridView - Stop User From Sorting On Column
Since I cannot do this: DataGridView1.AllowUserToSortColumns = False Is there a way to stop the user from clicking on the header and forcing the column to sort Have you checked out the docs or the DataGridView FAQ: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=152467&SiteID=1 -mark DataGridView Program Manager Microsoft This post is provided "as-is" &nbs ...Show All
Visual Basic How to get the user/owner name of a process in vb.net???
Could anybody tell me How to get the user/owner name of a process in vb.net The reason I need it is because I developed an application, which I will put on the winnt enviroment, I want to allow multiple instance. but only allow one single instance per user. I am using Application.Run(MyMainForm) to start my application Thanks, Joseph I'm glad you had a positive experience with NGEN . I just wanted to confirm that you do indeed get a sing ...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 Basic What is the correct way to send a aspx binary file
I have secure files, and dynamic files that need to be sent on request, with a length of file, and filename I have code that does this, but it causes IE to crash, firefox it works fine What is the correct way to send a aspx binary file Requires Length of file Name of file This is a vb forum, this question is more approriate, and will stand a better chance of getting an answer on the asp.net forums ...Show All
Visual C# display a series of characters
I want to display a series of characters until end of line in a richtextbox/textbox. But since the textbox may be resized, the number of characters should be adjusted accordingly. How do I determine how many characters will fit in exactly one line given size of textbox Use the TextBox.Columns property. This is a get/set property of type Int32 which returns the number of characters that can fit in one row based on the size of the Text ...Show All
SQL Server Read/Write Performance
Hello, We currently run sql 2005 server and also sql express in our dev environments. We use sql express as an offline store (smart client). We have a similar/exact schema on the sql 2005 server and also the express. We use the auto attach feature to connect to the express version of the database. Both the developer machines and the one that is running the sql 2005 server have exactly the same hardware configuration. The only difference ma ...Show All
Visual Studio VS SDK, PLKS, and VS the platform
Allen Denver, VS SDK Dev Lead, has posted a blog entry on PLKs at http://blogs.msdn.com/allend/archive/2005/11/07/489924.aspx given the recent changes in the VSIP web site and the questions around PLKs here I felt it worth special mention. Hopefully this blog post will help clear up any questions and help sort out issues developers are having. ...Show All
