Mike McGavin's Q&A profile
SQL Server parent and child reports
Please help me, is there a way to get the field.value from another report example: report1.rdl: id: 01 <--------------- field!id.value name | age | sex nemo 11 m id: 02 ... I want the field!id.value to be used by report2.rdl, so i can make a parent -child way: id: 01 <--- report1.rdl name | age | sex nemo 11 m friend | school | teacher <--report2.rdl,a subreport with id:01 from report1.rdl sha ppch yanimoto As you have already indicated, you can use a subreport and just pass the current id-value as pa ...Show All
Visual Studio Team System Aggregate WI integer fields
Hello, I'd like to know if there's a way to aggregate the fields of a work item. I've defined two integer fields. Now, I want to add (also multiply, divide) their contents up and show the sum in another integer field. Is this possible Thanks Stephan Thanks for the info, Stephen! I will pass up the requirement to my team. Do not think we can do this for v1, but maybe in the next version... Thanks, Amit Dev-Workitemtracking ...Show All
Visual C++ trackbar missing?
Hello, I have only just started to look at Visual C++ 2005 Express but cannot find a trackbar ! There is one with Visual C# 2005 Express so am I missing something Incidentally I cannot see a Visual C++ newsgroup at news.microsoft.com - will there be one Cheers Geoff Answering my own question! have found the trackbar and also microsoft.public.dotnet.languages.vc. Cheers Geoff ...Show All
Windows Forms What happened to refactoring???
I just downloaded VB.NET 2005 Express Beta 2 and I don't see refactoring anywhere. What happened to it That was one of the coolest features in Whidbey. I've been looking forward to it for months now. Now it's gone Here's a really good article on refactoring: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/VS05_refac.asp ...Show All
Visual C++ VC2005 %50 Slower then VC2003
I just migrated a graphics application from VC2003 to VC2005. After building it, I ran a small benchmark & found that VC2005 code was about %50 slower. The Application does a great deal of floating point and integer calculations. It also converts doubles to int quite a bit (the VC2003 version used SSE to handle this). The VC2003 version used /G7 and /Ow (which are not available in VC2005) Compiler Switches Used: (vc2003)/arch:SSE2 /c /EHa /FD /GF /GL /Gs8192 /Gy /MT /nologo /O2 /Ob2 /Og /Oi /Ot /Ow /Oy /TP /W3 /WX /Zi (vc2005)/arch:SSE2 /c /EHa /FD /G7 /GF /GL /GS- /Gs8192 /Gy /MT /nologo /O2 /Ob2 /Og /Oi /Ot /Oy /TP ...Show All
Visual Studio Team System problem on custom rule (fxcop v1.32)
Hi, I use this method: public override ProblemCollection Check(Member member) { Method method1 = member as Method; return null; } With this example, there is a problem: public class Class1 { public void myMethod() { object obj; try { obj= new object(); obj = 10; } catch { obj = 10; } finally { obj = null; } } } When i look method1.Instructions, the values aren't good: method1.Instructions[0].Opcode = _Locals method1.Instructions[1].Opcode = _Try method1.Instructions[2].Opcode = _Try method1.Instructions ...Show All
Visual J# how to create DLL file in J# or convert J++ dll into J# dll
Please help me...I know nothing about J#. The following code is written by J++ for dll file. I need to either convert those code into J# or create new J# dll file. However, I have no clue how to start it. Could someone help me as soon as you can. I really appreciate it. I only have one day to finish this assignment. import java.io.*; /** * This class is designed to be packaged with a COM DLL output format. * The class has no standard entry points, other than the constructor. * Public methods will be exposed as methods on the default COM interface. * @com.register ( clsid= ...Show All
Visual C# How can I determine whether the + sign or the title of a treeview item was clicked?
Hello, I need to know how can I determine whether the + sign or the title of a treeview item was clicked on MouseClick event. Please help. Thanks in advance. In the MouseClick event it will be hard, but you can use the AfterExpand event. ...Show All
Visual Basic Retrieving data from an excel file?
Hi, I am trying to retrieve some data from an excel file. The only problem is that the excel file is not a normal one. I'll explain how the excel file is: Details of RSL Details of Agent RSL name Agent name RSL Address Agent ...Show All
Visual Studio Team System tfsbuild.exe.config AllowedTeamServer
Hi, I'm having trouble executing a build from the command line or through TE on my build machine- which is also the TFS. I get the same error when I try each way TF42053: The build machine is not configured to build for server http://<servername>:8080/ . ... To change the team foundation server for the build machine update the AllowedTeamServer key in the config file for TFSbuildService.exe ... I don't see a config file for TFSBuildService anywhere but, I have tried to add this key to the Tfsbuild.exe.config file- the key did not exist when I looked at the file the first time. I did restart the build service after I added ...Show All
Visual C# Visual Studio 2005 Screensaver
Hi I've been playing with the c# starter kit for building a screensaver, i've managed to configer and customise everything i want, untill it comes the background images. it has a variable of BackgroundImagePath which i can put a local path to, but i don't seam to be able to use a web link, i want it to use images stored on a web server. anyone else come accross this problem and anyone know a way around it i'm fairly new to c# Thanks Just been doing some more research, and found this tutorial on the net, that does what i wanted http://msdn.microsoft.com/coding4fun/weekend/weekend1/default.aspx Thanks t ...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 Studio Express Editions exporting exe to work another computer
ok trying to send a console application .exe to friend to get their opinion on a small program but they can't run it. they are on a winXP pc like me how can I export an exe file to work on someone else's pc -mike If you're using .NET, they need the .NET framework. If you use C functions, you need the msvcrt dlls. If you use MFC, you need the MFC dlls. As you've posted in the Express Edition area, I assume you're not using MFC ( as you can't ), but you're probably using the .NET framework. Which means anyone who wants to run your code needs to install .NET 2.0 first. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How do I Setup Visual C++.net 2003 Standard for Direct X Games Programming
Hello! How do I Set up Visual C++.net 2003 for DirectX Games programming. I have just up graded from Visual C++ 6, I know how to do this in Visual C++ 6, with linker and # includes, is it the same with Visual C++.net 2003 standard. If so a step by step would be helpful. Thanks. Thanks everybody for the replays, Ok I went to all the links on managed Direct X. I was very hopeful that this was they way forward, till I noticed all the tutorials are in C# or VB, all the books in C#, I'm using Visual C++.net 2003 standard, as I'm new to Visual C++.net 2003 standar ...Show All
Visual Studio Debugging Error Message of VS2005
--------------------------- Microsoft Visual Studio --------------------------- The following module was built either with optimizations enabled or without debug information: C:\Documents and Settings\ Peter Peter \Local Settings\Application Data\assembly\dl3\GK36Y4X8.1TR\K1JO6NOP.P99\bc8980d3\f0e49e63_711dc601\MyResources.dll To debug this module, change its project build configuration to Debug mode. To suppress this message, disable the 'Warn if no user code on launch' debugger option. --------------------------- OK --------------------------- I didn't do anything but this error message come out fro ...Show All
