Gaoqiang's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. I would be right here waitting for you XNA
It's 22:14 Aug 30,CHINA to be or not to be , My God ! where,where can I download XNA. zzzzzzzzZZZZZZZZZZZZZZZZZZZZZ I will be right here waiting for you ... Les sanglots longs des violons de l'automne ... PS: 5:30 PM here in France ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Game Components Demo
I've posted a video of my Game Components demo I did at Gamefest. http://blogs.msdn.com/xna/archive/2006/08/31/734204.aspx Mitch, Nice video (ouch on the file size) it really has me excited to make some components. Those could really help in teaching other and helping others make games. What I mean is when making a tutorial you can drop a component into the program and it is less confusing than dropping copied code. Plus a component can be made a little more general use. ...Show All
.NET Development Substring with regex??
This is a simple stripping MyString.substring(1,150); but I want to strip the first 150 chars and also any of the following characters if found in the first 150 chars: HTML tags carriage returns line feeds tabs Can this be done using regex and substring or just regex How can this be done I'm not an expert in using regex with c# but I am when it comes to PERL. Since however I believe that c#'s way of implementing regex is very similar to PERL's you should be able to do this using just regex through grouping. Now I'm not going to write a regex for you as I have to do work and they are a very valuable tool to know so you should read throught the documentation, you'll find examples that will show you how to ...Show All
Internet Explorer Development Grabbing the current URL and maybe the current page from outside of IE?
What I'm looking to do is open a webpage in IE and be able to grab the current URL of that page with another application. What would be great is if I could grab the entire page too. Here is why I need this. My program needs a SID that the website provides to IE. This is provided be the website and with it I can then enter data with my local app because I can pass that SID. The SID is in the URL and even better in that current page. If this is not possible then how hard would it be to create an extention for IE to write the SID it has recieved someplace local If this is possible then I could just grab it and do the same work. Thank you Ok I did some more searching and I see the a BHO will do this for ...Show All
Visual Studio Express Editions 50% CPU usage when idling
Hi, My VB program mystyriously consumes about 50% of the CPU power when idling. Is it possible to find out what the CPU is doing and where it spends the time How do you do that Any advice is appreciated. Regards, Daniel Is this in the development environment (IDE), or the compiled and release version of the executable I've noticed relatively high CPU Usage in the IDE, but the compiled version there's very little. ...Show All
Visual Studio Team System Create Bug from Web Test result, assign to developer, but can see the Test Result only in XML format ???
Hi, as a Tester role, I had create a Web Test running a Web page. the I had found a bug, create directly from Test Result. The TFS server did ask me to publish the test result to the target build. and I did ! the Team Explorer say the publish is complete !!! but when the bug owner open the bug in his Team Explorer, he try to open an text result xx.trx from the WorkItem Link Tab. the system shows, the test report is not published therefore I can only see the .trx report in XML format from attachment Tab. could anyone guild me, what am I missing Hi, To verify the test result file was published, you can go check to make sure it shows up on the Build Report. In Team Foundaction Client, open the serv ...Show All
Visual Studio Express Editions getting around Administrator Rights
how do i set up my program to run under a normal user and not require them to be administrator Thanks well this depends on the user themselves, they would have to do a "runas" command (or right click the program and go to Run as..." - you can't handle this in your application AFAIK if you are talking about launching an external application within your application using Process.Start(), then yes it can be done by giving the Process the user credentials/account details to run under. Is this what you are after ...Show All
SQL Server Connect to Hyperion Essbase
Can SQL Server Reporting Services connect to Hyperion Essbase If so, what version of Hyperion Essbase So, the two beta product can connect to each other. (I believe Hyperion System 9.3 is still in beta.) Guess I'll wait for the RTM versions of SQL Server 2005 SP2 to come out as well. Thanks for the info. ...Show All
SQL Server Plug-in algorithm in data mining using sql server 2005-- modification for association , classification??
managed plug-in framework that's available for download here: http://www.microsoft.com/downloads/details.aspx familyid=DF0BA5AA-B4BD-4705-AA0A-B477BA72A9CB&displaylang=en#DMAPI . This package includes the source code for a sample plug-in algorithm written in C#. in this source code all .cs files are modified for clustering algorithm if my plugin algorithm is of association or classification type then what modifications are requried in source code what modifications required for " time series " algorithm is there any modifications we need to do in framework for adding "time series plugin algorithm" ...Show All
SQL Server Report layout matrix/dynamic columns...
Hello Could someone please help me with how I can produce a report. I'm new to Reporting Services and I'm thinking this should be so easy, but it doesn't seem to be . A simplified version of my data is: Table 1 ======= JobNumber Date Staff 123 01/01/06 5 444 01/03/06 6 Table 2 ======= JobNumber FieldName FieldValue 123 Apples $13.23 123 Deleted False 444 Deleted True 444 Oranges 23 I need to create a report with the following output: Report ====== JobNumber Date Staff Apples Deleted Oranges 123 01/01/06 5 $13.23 False 444 01/03/06 6 True 23 The FieldNames in Table 2 are variable, any number of new field names could be added and I don't know w ...Show All
Visual Studio Tools for Office Unistalling VSTO "v3"
Hi Everyone!!! I was using a Vsto "v3" ctp, with the release of .NET 3.0 I uninstall all and install the rtm, but i forgot the vsto, I tried to uninstall it now and it tells me the I need th February CTP of the WinFx Components to uninstall it, some can help me Hmmm. .... I assume you get this error when you try to uninstall VSTO 'v3' An option would be to install the uninstalled components again and start uninstalling in the right order this time -= Maarten =- ...Show All
Gadgets How do I make this gadget?
So, I want to make a directions sidebar gadget. So it would be 2 fields, start address, end address. Then a button, get directions. It would open Mapquest in a separate window. Help, please PS, This would be my first gadget. I have the real release of Windows Vista, if that matters. nikog wrote: Maybe there already is gadget like that http://microsoftgadgets.com/Tags/maps You really should look at Windows Live Gallery rather than MicrosoftGadgets.com, as the latter has been deprecated. I only see one gadget on Gallery that has anything to do with directions , and that's a Web Gadget rather than a Sidebar gadget. That said, even if someone else has alrea ...Show All
.NET Development Sharing the Server list
Hello, I need to create server/client with such funtionality: Server has list, which is shared with alll clients. This means, that all connected clients see the same list. If any client removes item from the list, server and all other clients must imiadetly refresh their list. If not talking more about specific software functionality, I can list such things about comunication, what I need: Communication between applications would be through WAN (internet), so optimal solution for network bandwidth and server resources is critical. In the beginning there would be ~40 clients and this number can increase to 100. Communication channel must be secure, that no one could read or change traveling data. Au ...Show All
.NET Development Updating dBase tables
How to update dBase (.dbf) tables I can read them with Odbc or OleDB but CommandBuilder can't create UPD, INS and DEL command based on 'SELECT * FROM dbf_table_name'. Exception is: "Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information." Yes, with PK column I can update but in most cases I don't have PK col or don't know where is it. How MS_Access change dbf files when I link them There must be some way. Please ignore this post. It is a test post. The forums team is testing Alerts. This post will be deleted in a day or so. Thanks Jana Carter Forums Program Manager ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Viz rebuilding unnecessarily?
Ever since I moved to C# express 2005 for XNA, every project in my solution gets rebuilt every time I build, even if nothing has changed. If I build and then immediately build again without changing anything, it still rebuilds the entire project. Why is this happening, and how do I stop it If it's of any significance, this project was migrated from Visual Studio 2003. Before the conversion it was fine. I'm not seeing that at all. I get "<...> is already up to date" messages. Have you checked the time stamps of your files Could they have a later stamp than your system clock Perhaps it is a particular file type Does it happen with new projects such as a new starter project ...Show All
