Juan Carlos Trimiño's Q&A profile
Visual C++ installation
i'm trying to install VC++ express on my computer, without internet. I read the guid for this, but when I exracted all the .img files, and started the setup, & an error would occur. It would say insert the EMU disc (whatever that is), and wanted a certain file. Please Help! Normally we are using ISO images, which is virtually mounted to some drive in your machine. See the link below to know more about it and get the list of tools. http://en.wikipedia.org/wiki/ISO_image ...Show All
Visual Studio SandCastle: cannot open the file test.hhc
Whever I try to run the batch file for creating the documentation, I get a pop-up which claims it can't open the file test.hhc, but I have no such file, in my deployment folder, and in any case I haven't asked it to use a file named test. Is there something wrong with my configuration file I'm using the Dec CTP I also receive in the console the following message: HHC5003: Error: Compilation failed while compiling test.hhc. HHC5003: Error: Compilation failed while compiling test.hhk. again, there is no file such as test.cs in my dep folder Joni Thanks, I eventually figured it out, and changed the output files to be always test.hhc / test.hhk and in the end renamed it to the actua ...Show All
Visual Studio Team System Code Coverage Coloring issue
Hi everyone: I have the following lines of code in a project under test: if (PropertyTree.Length > 1 && PropertyTree[1] != "P" ) { // Use the P as the start object o = risk; CurrentProperty = 1; } When I turn on Code Coverage Coloring in the IDE, both lines inside the if-statement are blue, indicating that they were tested. However, the if statement itself is beige, indicating that only part of that line was tested. Considering that this is an AND operation, I don't see how the if statement could have evaluated to "true" without testing both conditions (unless the compiler somehow optimized away the second part because it already knew that PropertyTree[1] was not equal to "P", ...Show All
Windows Forms PropertyGrid Adding EventsTab
I am having problems adding the EventsTab to the propertygrid. I have not been able to find much information on how this is done and documentation is very rare. My code adds the EventsTab to the propertygrid but it never gets displayed. I am setting the Site of the propertygrid to that of my designer as I have seen that you should do this but still It doesn't display the EventsTab. Any help would be much appreciated. Thanks I have solved this now. It turned out that the site for the property grid was being set again within another function. I removed this call and now the EventsTab is showing. ...Show All
Windows Live Developer Forums Pushpins with numbers on them.
Does anyone know the URL to the red coloured Numbered pushpins that local.live uses to display a pushpin I need numbers 1 – 25 if anyone can help me thats not true, i got all of them in my cache, but i dont use it, because they look ugly. clear your cache, calc a new route with many points and look again in your cache, you'll find them there. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Blurry trail on sprite movement
Hi all, I read some posts about problems with AMD processors. I am not sure my issue is caused by that because I have a different processor from the ones I read the posts about. The issue: I have a simple ball sprite. I create a pong-like game. When the ball moves it produces a blurry trail behind it. Like you have with comets in space. The faster the sprite moves, the longer and more noticable the trail. In response to this I have updated the drivers for my processor and grapics card. The result is the same. Beside the blurry trail I notice the movement is always a littlebit choppy. Not extreme, but I think it ought to be somewhat smoother than this. So no I am wondering what might be causing it. Can it be the process ...Show All
Windows Forms Strange behaviour on a datagridview
Hi all, I am working on a reporting program which send out reports by email. I have a datagridview which displays the IDNumber, First Name, Surname, and Email Address for a number of people. The IDNumber field/column is a combo box in the datagrid, while the rest are text boxes. The scenario is that I am working towards is the ability to allow multiple rows of a given IDNumber, First Name, and Surname as some people may want the report to be sent to more than one email address. I entered some data directly into the table before making the datagridview. No problems so far. The problems begin during the process of adding a new record. I click on the Add button on the Binding Navigator and it gives me a new row at the bot ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA Framework Docs?
Is there any XNA documentation that is publically available at this point I have seen FAQs, etc., but the framework itself seems to be a bit of a mystery (in terms of implementation). Am I missing something I've started an XNA Wiki at < http://xnawiki.wsugamers.com/ >. It's still pretty empty, but I'm hoping it'll start filling up quickly. Please join and help. ...Show All
Visual C# Global access to arrays
Hi, I am a beginner at C# and am probably trying to run before I can walk! However, I need to build an application which has several Forms. I was brought up on the concept of only writing code once and using it everywhere. So, What I need to be able to do is to: Hold data arrays in one piece of code, say MyData.CS and access it from all of my Forms. Hold pieces of code,( like subs in VB ) which perform specific tasks and which are, again, accessible from all my forms. these may access the API or just do general stuff. I can write the code, but I just can't access it. So far, I have been able to handle single point variables in this way, but I don't seem to be able to do the same with arrays. Also, I can never access my 'g ...Show All
Software Development for Windows Vista Update Lyrics for WMP11
I think for the new WMP11, Microsoft should add the automatic updating of the media information of LYRICS. After all, not just the album name, or the track number is important, the lyrics is one of the most important, many users want to see the lyrics, and if they have thousands of songs they're not going to add them manually. the best place to ask your question would be here: http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx dg=microsoft.public.windowsmedia&lang=en&cr=US Thanks ...Show All
Visual Studio Express Editions location of windows.h
Hello I am trying to create Win 32 DLL using Visual C++ 2005 Express Edition. stdafx.h includes windows.h. During build I get the following error message: fatal error C1083: Cannot open include file: 'windows.h': No such file or directory I tried to search for the path of windows.h but couldnt find the file. I am working on XP. Could somebody inform about the location of windows.h or The build configuration to be added/reset. Thanks. regards, Amitabh. Hello nobugz I appreciate your reply. I have initiated download of the platform SDK. regards, Amitabh. ...Show All
SQL Server IS IT POSSBILE TO SELECT MORETHAN ONE COMPOSITE KEY IN THE MERGJOIN LEFT OUTER IN SSIS PACKAGE
Hi I need Logic For INSERT New REcords and UPDATE EXIST Records With the Fllowing Compsite Key ck1,ck2,ck3,ck4,ck5. in My Destination table there is no Sourragate Key and Primary key. How to Achive this logic using Oracle Database . I am using MergJoin LeftOuter Join. But i icann't Select More than one Composite key . Is it Possible to select more than one key in the Left outer Join or Any other solution for Insert and Update records Logic using Composite key. in OLEDB Coomand. Pls Give me Solution . I need very Urgent . Thank you Regards, Jeyakumar. M ...Show All
Gadgets Gadget creep
Just an observation, but... Has anyone else noticed that Gadgets move of their own accord when Sidebar loads For instance, if Sidebar is closed by DEP, Gadgets randomly creep to the left when it restarts. Then there's the order on the Sidebar itself. If you shutdown/restart or exit and reload Sidebar, the attached Gadget order changes occasionally. I've put repro steps on the Known bugs in Sidebar page. See bug#10 and bug#18. ...Show All
Visual C++ Return to the "Start" of a console program. Question from a beginner.
Hi, I'm new in C++ and I really need some help. I made a small console program that asks for two numbers. These numbers will be added together and the user will see the result. It looks like this: Please add number: Please add second number: Result: a+b=c That part was the easy. Before "return 0;" I put "system ("pause");". This so that the console window doesn't close before the user can see anything. Now I would like to add a question for the user if he wants to continue calculating two numbers. If YES the program should start over again. If possible with a cleared screen. If NO a message "thank you" should appear and then the window should close. I have tried to use " ...Show All
Visual Studio 2008 (Pre-release) FlowDocument, Inlines.CopyTo Question
Hi Everybody I want to copy a line of text from a paragraph in a FlowDocument that is displayed in a flowDocumentReader to a paragraph in a richtextbox. The code below MOVES the Text rather then COPY it. private void CopyParaToRTBox_Clicked(object sender, System.Windows.RoutedEventArgs e) { //get a ref to the paragraph in the FlowDocReader object wantedNode = loadedFlowDoc.FindName("Para2"); if (wantedNode is Paragraph) { Paragraph ParaFound = wantedNode as Paragraph; //make new paragraph Paragraph ParaTarget = new Paragraph(); //Copy the text from original paragraph to the new paragraph Inline[] MyInlineArray; MyInlineArray = new Inline[ParaFound.Inlines. ...Show All
