XanthViper's Q&A profile
Visual Studio Express Editions pleaseee help me>>>>
first of all ....................hi please can any body tell me how do I insert a flash content in visual basic if that is possible ............and thanks. If you searched the forums there has been previous post's on this topc also try and read the post at the top of the forum good advice pleaaaaaaaaseee help makes people not wanna help no affence -=mark ...Show All
Visual Studio Items and when are they filled
Hi there Looking for some help on this... If I was to create an Items collection in the following way: < ItemGroup > < TestAssemblies Include = " **.tests.dll " /> </ ItemGroup > When would the values be assigned to the collection I intend this to contain a list of all my unit test and I am then going to use this as input to my unit test target, but I am unsure if the collection would be po ...Show All
Visual FoxPro use the reccount
hello all I use "set filter to" and want to know how much record is match the filter condition. I use the "reccount()" but it return the result is not I want. it is all the record count Hi, i think you will need to use COUNT command instead. RECCOUNT() is not affected by SET FILTER. ...Show All
SQL Server SQL Server 2000 processor and memory usage tuning
Hi, I manage a few SQL 2000 Servers for online transactions or straigt through processing. Good performance is very important for this application, so I've been going over the configuration to see if there's performance to be gained. Basicly I have 2 questions: Is my SQL Server using the maximum processor capacity How do I get my SQL Server to use all available internal memory I'll start of by giving you some specs: 4 P ...Show All
Software Development for Windows Vista save xoml file without build...
I have a workflow with two custom activities from an activities library. I run this workflow from another console app. From what i understood, if i change the order of the activities on th xoml file and save it, the change should take place without building. anyhow, it's not working for me. (I have code activity in the custom activities which print me the activity name so i can see if there is a change in the order. Any suggestions ...Show All
Windows Forms right mouse click on treeview
can anyone show me how to display a context menu after a right mouse click on a specific node. This is what i have been able to acheive so far If e.Button = MouseButtons.Right Then TreeView1.SelectedNode = ...Show All
Visual Studio How do I add an entry to the Menu in the Solution Explorer??
How do I add an entry to the "Integration Srevices Project" Menu in the Solution Explorer When working with Sql Server 2005, I opened a new "Integration Services" project of type "Business Intelligence" project. When I right click on the project name in the Solution Explorer, I get a menu with (Build, ReBuild, Clean... ). How can I add a new entry to this menu I created a wizard as described in http://msdn2.microso ...Show All
Visual Studio 2008 (Pre-release) Nested Transactions
I have an Order Entity which has a auto-generated ID, and it contains an EntitySet of my OrderItems. Each OrderItem has a OrderID field, so that we are able to figure out which OrderItems belongs to which Order. When I add Order to the table and call SubmitChanges it saves both the entities i.e. Order and the OrderItems contained in it. The problem is that the Order ID field contains the default value which is zero. Therefore each OrderItem h ...Show All
Visual Studio Team System Extra tab has appeared on the 1.35beta
I have noticed that there is an extra tab on the new beta for excluded in source. I have looked in the help but cannot seem to find any information on this new tab nor any recomendations of how to get items in this tab. I am using the stand alone version and not the one that is integrated in team system, can anyone offer any more details on this new tab. See the following: http://forums.microsoft.com/MSDN/Sho ...Show All
Visual C# Regarding WebBrowser Control
i am working with c#.net Console application. i m using the following code snippet NavigateDocumnet() { object o = null; // some code here // Every time <b>"NavgateFile</b>" value is changed" m_WebBrowser.Navigate(NavigateFile,ref o,ref o,ref o,ref o);//<b>problem is here</b> // some code here NavigateDocument(); // Recursive funtion } <b>in Document_Completed</b> { mshtml.IHTMLD ...Show All
.NET Development Async Send / Receive
In The Name of God hello this is my send and receive asyncronous algorithm: I send the length of algorithm and then actual message. I have multiple messages to send which they are over and over again, i mean i send user name and them immediately i wanna send password, but the problem is when i wanna receive the password size, Surprisingly i receive the actual password.....and so the size would be something awsome and the program blows....or so ...Show All
Game Technologies: DirectX, XNA, XACT, etc. client/server cord system
I was trying to think of a good way to update clients on other player positions, so I came up with this but not sure how to make it work right right now im sending packets to the server that contain x,y,z info that I get from the camera's EyeLocation, then send the x,y,z from the cameras lookAtPoint but right now the movment looks real chopy so my thought was to use the velocity and the LookAtPoint to update player cords, not sure how to do i ...Show All
Visual C# Using a C# dll in VB6
Hi, I would like to know if it is possible to use a dll that has been created in C#, in Visual Basic 6.0. If so it would be great if you could let me know how I can make this possible. Thanks & Regards, Frenz Yep! it's possible... You just have to create your C# class and compile it to a dll, then use regasm.exe for assembly registration and typelib generation... regasm YourAssembly.dll /tlb:YourAss ...Show All
.NET Development Generating a SOAP message from WSDL without creating a proxy class.
I am writing a program that reads the WDSL document and generates a SOAP message in C#. I don’t want to create a proxy class from the WSDL document, I need the program to understand the WSDL document and be able to generate a SOAP message. I am working on generating the SOAP body from the types part of the WSDL, using the ServiceDescription class. My problem now is that I can’t reach the elements contained within other elements in the sc ...Show All
Visual Studio "sgen.exe" exited with code 1
I am trying to build a project in VS 2005 but I am getting the error: Error 67 "sgen.exe" exited with code 1. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets 1892 9 TAI.Util This project had been building just fine earlier today. The only thing that happened between is I refreshed the web references in this project. As a test I added the same web references to a new project and i ...Show All
