Jean-Marie's Q&A profile
Software Development for Windows Vista WF and Office 2007 beta2
Is it possible to create a workflow in visual studio and utilize it in SharePoint If yes, how to I depoyit to SharePoint Do I need to use a SharePoint activity library Mikael Please use the newsgroups at http://www.microsoft.com/office/preview/community/newsgroups.mspx for questions about Office 2007 Beta 2. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. converting mouse 2d to 3d space problem
hello guys , sorry for reposting the same question . iam unable to get 3d co - ordinates here is my code case WM_LBUTTONDOWN : GetMousepos(&point); Device->GetTransform(D3DTS_VIEW ,&viewM); Device->GetTransform(D3DTS_PROJECTION,&projM); D3DXMatrixInverse(&InverseProjM , NULL,&projM); D3DXMatrixInverse(&InverseViewM,NULL,&viewM); later i dont know how to convert 2d coordinates to 3d co-ordiantes . actually this is continuous process i.e case WM_MOUSEMOVE: above code dont mind this is basic question . because iam a 4 mont ...Show All
Visual Basic Passing a value from form to form
What is the best way to pass a value from form to form Do I use a global variable or is there a parameter style way to do it Is there some other way Thanks for helping a newbie. Hmm...tell a little more about your problem. Do you close the first form (the one that contains the information) or do you have two forms and just want to share information between them ...Show All
Visual Studio Team System Code Coverage Techniques
From the first glance of Team Test it seems as if the technique used for measuring code coverage is statement coverage. Are there plans to add support for other code coverage measures as well The British Standard for Software Component Testing BS7925-2 mentions the following techniques apart from statement coverage: BRANCH AND DECISION COVERAGE DATA FLOW COVERAGE BRANCH CONDITION COVERAGE BRANCH CONDITION COMBINATION COVERAGE MODIFIED CONDITION DECISION COVERAGE LCSAJ COVERAGE Of practical interest for me is branch coverage. The Food and Drug Administration sets the bar on code coverage for medical software. They state in their g ...Show All
Visual Studio Express Editions Registration
Anyone else getting endlessly repeated requests from VB 2005 Express to register I've registered 4 times so far, and still the balloon keeps popping up in the system tray to remind me to do so. I installed from the .img CD download, and there's no option anywhere to enter a reg code. Does someone know of a registry fix that will turn this off Nick Savoiu wrote: Hmm, I have the same problem. However, I don't quite understand what do you mean by "For optional registration, Visual Studio has no way of knowing you actually registered or not. " If I enter a registration code shouldn't th ...Show All
Visual C# Socket IP Filter with wildcard/range
me make a simple socket server and try to check & filter the client IP before accept the connection is it any way to implement filter on IP with wildcard and IP range like: 192.168.* 192.168.10.* 192.168.10.1 ~ 192.168.10.15 thanks ::sorry for my poor english:: thnx so much those both work for me but me prefer the startwith method, because it seem more easy ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Mesh.FromStream method of C#
I have a VertexBuffer object that I "manually" load with vertices. I then attempt to create a Mesh object by calling the Mesh.FromStream method. The first parameter of Mesh.FromStream takes a stream and I attempted to get the stream from the VertexBuffer object by calling VertexBuffer.Lock. I need a Mesh because I want to make use of the Intersect method. Has anyone ever attempted create a Mesh object from a "raw" VertexBuffer If so and you were successful, I would be interested in knowing how you did it. GraphicsStream gs = vtxBuffer.Lock(0, vtxBuffer.SizeInBytes, LockFlags .ReadOnly); mesh = Mesh .F ...Show All
.NET Development Comparing two data tables
I have a form which has two data tables with the same schema. They have the following schema pk_Items (Primary Key, guid) ItemKey (Integer) Additional fields I want to remove from the first table any rows that have a matching item key in the second table. How can I do this Thanks Run a loop, for all rows in DT2, Find pk_items Do a DataTable.Rows.Find on the column that has the PK defined on DT1 Remove the row that you find Thats it. It isn't terrible performing either (well compared to the alternatives). Sahil Malik [MVP C#] Author: Pro ADO.NET 2.0 htt ...Show All
Visual Studio Express Editions Pros and Cons
What do you think are the pros and cons of Visual C# Express Edition Alex Hi, You can always use the VWD Express for web developement. Its also free. The best thing in the Express products is that its free. The sad thing is that its limited in feature. The number one feature that prevented me from using the C# express is the absence of Crystal Reports. And also, you can't create datasource via IDE on a remote database... cheers, Paul June A. Domag ...Show All
Visual Studio Should the LAN Booster Service work in Beta 2?
I tried configuring VSS 2005 to enable the LAN 'booster' service but it didn't seem to have much effect. Putting network monitor on the line it looks as though Visual Studio 2005 is still using SMB to communicate with the VSS Server. Is there some configuration I need to do on the client end to get this working The Visual SourceSafe help file doesn't say too much more than that the booster service is optional. I took that to mean I didn't need to configure it at the Visual Studio plug-in end but perhaps I'm wrong Alin Constantin - MSFT wrote: the 06ba error is RPC_S_SERVER_UNA ...Show All
SQL Server Data Export Wizard - Drop Table option not available
I was using the Export Data Wizard to transfer my data to hosting provider, however the option to drop detsination table first is greyed out. Any Idea Als Why do I need to do in for each table by clicking Edit Is there a global setting like in the old Wizard Different server, but same name of database. I may have some restrictions on the destination server, since it is hosting environment. However I can create tables. Also How to to this globally for all tables at once, instead of clicking Options one by one ...Show All
Windows Forms Deployment related problems Plz help. quite urgent
Dear all, Our company has done a project for a client , I have my project and MSSQL data with me. My database consists of 10 tables and some data in them. I want all of them should load in Clients SQL server when I run a file or I don't know. I want all the tables with same name and database name and schema How can i get rid of this problem . Plz help Regards, Anil Dhiman I've found it pretty handy to put a little test in my regular code that tests if the DB is attached (i.e. try to open a connection inside a try-catch block), and try attaching it if it fails. As long as both the DB and SQL Server Express mad ...Show All
Windows Forms Crystal Reports with .NET
"CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed".. I am having this error try to do a simple Crystal Report with .Net 1.1..Not able to have different eye on this error as i am stranger to this .Net FrameWork...Do anyone having the same problem with Crystal with .Net wwq Thanks for the OLE DB info. I had been using ODBC untill& ...Show All
SQL Server Data source and data set confusion
Maybe I am not understanding the way that these things work, but a little help would be apperciated. I want to set up my shared data sources and "write them in stone". To be honest, once a data source has been set up, there should be no reason the change it unless a login credential changes, or we change the name of a database; changes to data sources should be done by a senior admin (like me!). All fine so far Good... Are data sets associated with/bound exclusively to the report, or the data source For example, if I tie down my data sources and find a way to make them unchangeable, I then want myself and my collegues to be a ...Show All
Visual Studio Express Editions error C2632
A header I am including has: typedef unsigned char bool; but it causes this when compiling: error C2632: 'char' followed by 'bool' is illegal How can I get around this Look the error up on MSDN Library, it tells you how to fix this. Basically bool is now considered a real type, so you can't create aliases for it. ...Show All
