kdd_024's Q&A profile
Visual Studio Express Editions Please help
Form 1 I have a Data Grid. The user selects a row and clicks on the view details button. Form 2 opens. Form 2 I have text boxes with all the fields in the table. How do I get data for that record that was selected from the data grid I'm use to VB 6 and this is so much different. I would be very grateful for your help thatnks. Basically, Form2 either has a constructor or properties that you can set prior to calling ShowDialog, s ...Show All
Game Technologies: DirectX, XNA, XACT, etc. MechCommander 2 Fix Guide
For anyone who is interested in the MechCommander 2 stuff I just wanted to let you know I've posted a guide with all the bugs we've found in our Shared Source Release and how to fix them. You can find the guide at: http://blogs.msdn.com/mklucher/articles/629796.aspx If you have any comments please let me know! DS3DSoundChannel::SetPan (in as of yet the unreleased src for GameOS): The safety check if v is below -1 Seems to me ther ...Show All
Visual Studio Team System Accessing "process guidane" yields: 500 INTERNAL SERVER ERROR
Anyone know the cause of: 500 INTERNAL SERVER ERROR After clicking "Process Guidane" on the project portal page Cheers! -Sean Sean, Can you make sure that you can access the project portal on your machine. You can do this from the Team Explorer but using the right mouse on the project. And, also check on http://machinename/sites/projectname ... You might have some permissions issues happening marc ...Show All
SQL Server SQL SERVER MANAGEMENT STUDIO EXPRESS
I HAVE TRIED TO INSTALL THE ABOVE UTILITY AFTER INSTALLING SQL SERVER 2005 AND THE FIRST TIME I DOWNLOADED I GOT A BOX TELLING ME TO WAIT AND THEN NOTHING WHILST THE NEXT THREE TIMES THE INSTALLER STARTS AND RUNS UP TO "COPYING FILES" AND THEN DIES GIVING THE ERROR MESSAGE THAT "sqlSSMSEE.CAB IS CORRUPT, ERROR IN NETWORK OR CD" PLEASE TELL ME WHAT TO DO AS I WANT TO GET STARTED WITH THE WORK. REGARDS When ...Show All
SQL Server Disabling print and export options
Hi, Obviusly RS wasn't created for this, but i have to ask. It's posible disable print and export buttons for specific reports For example, reports in a specific directory. Thanks. This is not possible using the default viewer. You can hide or disable them entirely but having this logic would require you building your own viewer. ...Show All
Visual Basic disable and enable spacebar
Hi is it possible to disable and enable the space bar in your program === Edited by Greenjedi @ 25 Apr 2006 6:29 AM UTC=== mmm maybe I must be more clear. I have a program that does something when I hit space bar, I want it to be impossible to press space again if the function is not yet ready, but I donmt want a program freeze zo I just want to temporarily disable the spacebar ...Show All
Visual Studio Beginner question about the use of DSL Tools
I have what's probably an incredibly dumb question on the purpose of DSL tools, but I'll ask it anyway. I'm going to describe what I think DSL Tools offer and I would really appreciate if someone could confirm whether I'm on the right track or whether I'm completely out to lunch (and if so, kindly correct my thinking). The domain model designer allows me to create what is effectively the language: the set of concepts (which map to classes) and ...Show All
Visual Studio Beginner question.
Beginner question. How can I label recursive a project or directory I tried attaching the label to a project but then check the subproject and the label is not attached. Thanks, Monica A label in VSS is recursive. See help for "How to Label Files and Projects" topic: "When you label a project with a descriptive text string, all the files in that project and subproject inherit the label." If you're looking ...Show All
Visual Studio Express Editions Compile VB app for ppc ??
Sick and tired of doing searches. How do I compile a VB express app to run on my pocket Pc 2003 I would search this thread, but i seem to miss the, 'search thread' option. Sorry for asking this , 'obviously ,asked a lot' , question. Cheers peeps Regards VBBAZ I believe that the Express editions cannot compile applications for your pocket PC (e.g. the Compact .NET Framework). You will need ...Show All
SQL Server How to create XML documents over 8000 bytes?
I have a script transform object that is creating XML to be inserted into a SQL 2005 database. It seems only an N_TEXT can be inserted, but N_TEXT is read-only in the script task. The only way I've found to make this work is to have the script transform produce the XML into a DT_STR(8000) string, then convert that to N_TEXT in a Data Conversion task so it can be inserted. Now I have a problem in that my XML has exceeded the 8000 byte DT_ ...Show All
Visual Studio Team System Number of iterations on a data driven unit test.
When I run a data driven test the detail results match the number of rows in the data source, however the summary shows one more. Example: When running a unit test with a data source containing 3 records the detail results shows 3 of 3 passed, however the summary shows 4/4 passed. Is this intentional Thanks, TomK This is intentional. It is the "overall result" of the parent (container) test -- if an internal test fails, t ...Show All
Windows Forms Labels are rendered differently on form designer and application
Hello, I'm developping an app in C# with VS2005 RC and I noticed that when ClearType is activated, some labels are rendered diffently on form designer and when my application is launched. Here is an exemple (the label doesn't mean anything, it's just to show...) : In form designer : http://img34.imageshack.us/img34/6062/image10co.gif When the app is launched : http://img34.imageshack.us/img34/5155/image24cd.gif This didn't append with VS2005 ...Show All
Visual C# turn this algorithm into code...help please
The following algorithm is for checking a person's birth date / birth number combination (an equivalent to social security number). The birth date / birth number combination consists of a 10 digit number, YYMMDDNNNN, for example 7401204933. To decide if this number is correct, you multiply each digit alternatively with 2 and 1, starting with 2. Next, you add the results together. Finally, you have to be able to evenly divide the sum by 10, for ...Show All
SQL Server 2000/2005 Mixed Replication
Hi There Currently in production we have a publisher, remote distributor, and subscriber all running 2000. We want to upgrade the subscriber and possibly the remote distributor to 2005 while leaving the publisher 200 for now, i need a good link or article about the proper proceudre to accomplish this. Thanx You may want check following SQL 2005 Books Online topic: Upgrading Replicated Databases http:/ ...Show All
Visual Studio Express Editions Visual C# Express Edition
I created a project in Visual C# Express Edition, I was so delighted with the Visual C# Express Edition that I have purchased the Visual Studio Professional 2005 Edition. I am awaiting delivery of the Visual Studio Professional 2005 Edition product, can I convert the project created using Visual C# Express Edition to a project in Visual Studio Professional 2005 Edition Yes, it works. In fact there is no convers ...Show All
