Dvlnblk's Q&A profile
Visual Studio Using the MPF to Implement a Project Type (C#)
Hello, I am trying to create a simple new project type, following : http://msdn2.microsoft.com/en-us/library/bb166157(VS.80).aspx I have now run out of documentation on which interfaces etc I need to implement.. Should this bolier plate code actually do any thing Because I see no new project in the exp hive Thanks Tom Try running that RegPkg.exe utility directly on your assembly, and then verify if the registry keys are getting added. Note, you need to run this stuff as Administrator if you're on Vista, as the registry keys in question are under the HKLM hive. Sincerely, ...Show All
Visual Studio Team System What are the setups we need to do before starting Load Testing using Team Suite?
Hello, I am new to Team Suite . I want to do Load Testing using Team Suite. What are the prerequisites/setup i have to follow before starting Load Testing using Team Suite I have also installed Team Foundation Server. Thanks, Riti You need to have the Visual Studio Team Test or Visual Studio Team Suite sku installed. Once you install wither of these, check out these load test walkthroughs: http://msdn2.microsoft.com/en-us/library/ms182561(VS.80).aspx ...Show All
Windows Forms Try..finally
hi.,i try the following code in C#.net . try { TextBox1.Text = "hi.."; return ; } finally { TextBox1.Text = "Nice one.."; } whenever i run this code it gives me o/p like Nice one.. but whever i trace it, it goes through try block but go in finally block and show the finally blocks result, so i can not understand that why it can not show the try block's result this is exactly the way a try/finally block executes. it's executing both chunks of code, first the assignment in the try block, then the code in the finally block. since, you are always executing the finally block last, you'll get what you are seeing. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Help
Why doesn't someone with knowledge of XNA and C# programming language start a thread to explain the language and how to use it in XNA for people like me who want to make games but cant understand the complicated tutorials that the web has to offer ...Like a programming for dummies tutorials or something... Glenn Wilson wrote: Moving the thread to the XNA Groups. Have a look at http://bluerosesystems.com/CS/blogs/xna101/ , you will find some lessons on the basics of XNA. Also if you have any questions you are more then welcome to ask them here and we will all help. Glenn, Thanks for referencing my blog. I just wanted to update the link, I have migrated the lessons to Window ...Show All
Software Development for Windows Vista WorkFlow RunTime web designer
with Microsoft WorkFlow Foundation can have a windows run Time designer how Can I Have a web Designer for Example in an aspx file I Design My Work Flow Tanx Add your Workflow to your Blogs 1. Create or import your workflow at http://netfxlive.com and save it. 2. Add the following HTML code to your blogs or to any web page. Specify in Open method your UserName and WorkflowName: <div id="designerCtrl"></div> <script src=" http://netfxlive.com/includes.ashx " type="text/javascript"/> <script type="text/javascript"> var designer= new WorkflowDesigner(); designer.Initialize(document.getElementById( ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Deploying to the 360 question
In the "Looking at XNA Part Two" video on Channel 9, Frank mentioned that deploying an XNA application to the 360 is only supported via a wired connection(No wireless). Does anyone know if it's possible to have the 360 connect to the internet with the wireless adapter and connect to my local lan on the ethernet at the same time Marcus J wrote: ... I just moved into this place and the apartment's cable modem is about 50 ft away Wow, your rent must be astronomical ;-) ...Show All
Software Development for Windows Vista WPF and SqlServer
Dear All, May i can connect sqlserver with WPF exiting forms, if yes then please refere to URL where i can read about it, if not then what is purpose of WPF Thanks Hi, this is a WPF issue and should be posted to the Windows Presentation Foundation forum instead. http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=119&SiteID=1 Shelly Guo ...Show All
Software Development for Windows Vista Vista SDK Installation Problem
The Vista SDK Dont Integrate With My MSVS2005, Why It certainly should integrate with VS05. Can you post some more details on what happens so we can try to repro ...Show All
.NET Development XML Learn
i new with using xml i want examples and resources to learn. any one help me. thanks. Hi, Here are some links that can get you started: General XMl: http://www.w3schools.com/xml/default.asp XML in .NET: http://msdn.microsoft.com/msdnmag/issues/01/01/xml/ Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All
SQL Server SQl Express Edition Install Failure with ODBC error
Can some one help me with this C:\WINDOWS\system32\Odbc32.dll Version: 3.525.1117.0 SQL_SUCCESS_WITH_INFO (1) in OdbcConnection::connect sqlstate=01000, level=-1, state=-1, native_error=444, msg=The driver returned invalid (or failed to return) SQL_DRIVER_ODBC_VER: sqlstate=01000, level=-1, state=-1, native_error=5701, msg=[Microsoft][SQL Native Client][SQL Server]Changed database context to 'master'. sqlstate=01000, level=-1, state=-1, native_error=5703, msg=[Microsoft][SQL Native Client][SQL Server]Changed language setting to us_english. SQL_ERROR (-1) in OdbcConnectionHandle::set_attr sqlstate=IM001, level=-1, state=-1, native_error=0, msg=[Microsoft][ODBC Driver Manager] Driver does not support this function SQL_ERROR ...Show All
Windows Search Technologies Manually Configure URLs
Hi all, I need to be able to manually "configure URLs" for documents. I'm not sure how else to word it. Basically, say I have a document "d1" which I get WDS to index. However, I would like to map d1 to URL u1, so that when I search for the document using WDS, I get back u1, and not d1. This would probably be some sort of wrapper around the index, which would perform the mapping between document ID and URL. Is there any way to do this I've looked at the documentation, and I haven't found anything that addresses this issue. Thanks in advance, -A There is no way currently to do this. The URL is pretty intrinsic in the indexing pipeline and we use that to track the hierarchical location w ...Show All
SQL Server Failed install of December CTP reporting services add-in for WSS
Upgraded SQL 2005 to Dec CTP sp2. Had previously run Nov CTP and installed the Sharepoint add-in. Had that all working. Now trying to add the Dec CTP sharepoint add-in. But it won't complete. Keeps rolling back and then ending with dialog '.... setup was interrupted' Anyone else seeing problems with this Dec CTP install Can you delete the "Report Builder Report" and "Report Data Source" content types from the Document Libraries to which you added them and then re-try the CTP3 install Hope this helps. thanx, Prash ...Show All
Windows Live Developer Forums Assign to Pushpin
I have a set of pushpins whos ID range from 0 to 4. So I was wondering if there was a way to assign the code listed below to a single pushpin (by ID ) Thanks function PinClick(id) { document.getElementById('txt1').value = ("ID 0"); document.getElementById('txt1').value = ("ID 1"); document.getElementById('txt1').value = ("ID 2"); document.getElementById('txt1').value = ("ID 3"); document.getElementById('txt1').value = ("ID 4"); } Caleb T - MSFT wrote: I'm not sure I understand the question. Are you looking to assign the value of the txt1 object based on whichever pushpin is clicked or hovered over If so, you n ...Show All
Windows Forms Cant change ListView sub items fore color !!
I'm trying to change the fore color of a sub item but the code has no effect: listItems = albumList.Items.Add(table.Rows [0].ToString()); listItems.SubItems.Add(status).ForeColor = Color.Green; Thanks ...Show All
Visual C# Passing parameters in C#
Hello Members, I am trying to call a sql function in C# ,it work fine when I call for SqlCommand cmd = new SqlCommand("SELECT dbo.Calc(1, 18, 4) as totalCost ",cnn); But when I try to so the same with calling parameters it doesn't show the result. e.g SqlCommand cmd = new SqlCommand("SELECT dbo.Calc(Par1,Par2,Par3) as totalCost ",cnn); Any answers Two options: 1.- SqlCommand cmd = new SqlCommand ( "SELECT dbo.Calc(" + par1 + "," + par2 + "," + par3 + ") AS TotalCost" , cnn); 2.- SqlCommand cmd = new SqlCommand ( "SELECT dbo.Calc(@par1, @par2, @par3) AS TotalCost" , cnn); cmd.Parameters.Add( "@par ...Show All
