JuanManuelC's Q&A profile
Visual Studio Team System Unable to view Source Control Explorer in Beta2
I currently have 25 or so developers running up against Beta 2's Version Control. Everybody up to this point has been fine. However, I recently added another member to the team and they can NOT see any of the existing projects under Version Control. I have given them every access right I can find (include Project Administrator on the Team Project itself). Any ideas or things I could try Thanks, ~slee To be hon ...Show All
Windows Forms Panels in the StatusStrip
Is there any way to add panels to the StatusStrip , like there is with the StatusBar control It seems the StatusStripPanel class from the Beta was removed. I can't find any information regarding why it was removed. Thanx in advance. Hi, We have two beta versions of VS 2005. Many features have changed. StatusStripPanel is also removed. Why you need that Did you have any special request If you still have any concern, please feel free ...Show All
Visual Basic mouse monitoring
" Hi this is my first time posting on MSDN forums so be nice :) I'm working on a mouse monitoring program that will record the mouse movement and clicks and then be able to play it. I'm using visualbasic 6 and the problem is the API. there is easy ways to both get and set the mouse cords. and even simulate a mouse click. (GetCursorPos, GetCursorPos, mouse_event) The only API i couldn't find is for monitoring the clicks ...Show All
Windows Forms Accessing data in a hidden column
I'm a beginning C# developer. I have a GridView control on my form which has several hidden columns. When a user selects a row on the grid I need to access the data in a hidden column for that particular row and use it in other parts of my C# code. So far, when the column's Visible property is set to "True" I have no problem accessing the data in it, but when the column's Visible property is set to "False" I can't seem to ...Show All
Visual Basic version conflict adding interop reference to VB.NET project
I am having trouble with a reference in my VB.NET application. I've tried the Windows Media SDK Newsgroup, who redirected me here, saying "...this is a problem of the VisualStudio 7.x IDE for VB.NET, not even a generic .NET problem nor an MSXML one (which couldn't care less about VS7's issues) ... post on one of the VB.NET or VS groups where people are bound to know how to use the IDE to add references to PIAs for the system components." & ...Show All
Visual C++ help with my program
hello people, I have just started using MS c++ in college as opart of my semssterm..,... since today i have downloaded MS c++ 2005 off the offcial microsoft website. The only problem is that ive coded in a proogram to show me my prompt screen, but want to know how can i Run and Execute the program in 2005. I already know how to do a new one in Win32 Consolve Applicaion mode and then starting a souce header c++ . the code i have used is t ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Few questions on MDX
I finally decided to stick with Managed DirectX for my graphics and multimedia. I tried C++/DirectX for a while and noticed MS wasn't kidding about the time you save and the productivity 90% based on logic/gameplay instead of focusing on the underlying processes. My users hardly see this in the game, so it shouldn't be my concern as well. Since I use C# all the time anyway, it was a no-brainer to fully focus on this new API rather than strictly ...Show All
Smart Device Development Serial port support
I am trying to attach the serial port 1 of the emulator to the GPS receiver connected to my desktop. I can either use USB or Bluetooth GPS receivers, and they work fine on the desktop. However I can't seem to get it to work on the emulator USB: setup works (can select port) but no data is transmitted Bluetooth: COMport cannot be opened, setup fails. Are you saying that only plain old serial GPS receivers connected to COM1 on the desktop a ...Show All
Visual Studio Tools for Office Unable to rebind ListObject to data source
After this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=128775&SiteID=1 I tried to rebind the Listobject but the data does not seem to appear on Excel even though the binding seems to be effective as the watched object does have the values from the table if you drill down on it. The display on the Excel side though does not appear. Below is the code used to try to rebind &nb ...Show All
Visual Studio Tools for Office After installing VSTO2005 no Office Templates in VS
Hi all, I have been trying to install the VSTO 2005 on my box (Windows XP SP2), I already have Office 2003 Professional (with/without SP2) and Visual Studio 2005, but it looks like it is not being installed at all. I can see it in Control Panel Add/Remove Programs, but when I open my Visual Studio 2005 and go to Create Project no Office Templates are displayed in any language. Am I missing something I was expecting to see something ...Show All
Visual Studio Express Editions Is vc++ 6.0 good
i bought a book on vc++6.0.can i build powerful software applications with that.what is the difference between the vc++6.0 and vc++ 2005.what is the latest released version Well... you could use VC++ 6.0 but that's too old really. VC++ 6.0 was released about 8 years ago and I'd say that the quality of the C++ compiler and the IDE itself improved a bit since then . Not to mention that there is a free version of VC++ 2005 called "Expr ...Show All
.NET Development Exception in configuration section handler when app is opened concurrently
I have a windows app in c#. In the config file I have the following section: ... <system.diagnostics> <trace autoflush="true" indentsize="1" > <listeners> <add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initiali ...Show All
SQL Server Using SSMS to Manage SSIS
(Also posted on the beta newsgroups...) I'm having problems using SSMS on a workstation to manage SSIS on a server. I cannot connect to SSIS on the server. The SSIS service and the RPC service are both running on the server, but I get an "RPC server is unavailable" error message. I have CTP 15 running on the workstation but CTP 14 running on the server. Probably not a great idea, I know. Anyone know if that is defini ...Show All
Windows Forms Button moves in Child Forms
Why is it that my inherited form's buttons will move to the left even though the button is marked as protected ...Show All
.NET Development Just got curious about why NGEN must put assemblies in GAC...
I had expected that NGEN would generate a native assembly and I can pass it around. I am quite surprised that NGEN only put the result native image in GAC. Anyone can tell me a few reasons of this design This is a great question! There are two issues here: 1) Why don't we allow you to pass native images around 2) Why NGen images are stored in the GAC Shipping NGen images is a feature that we looked at. The difficulty here is th ...Show All
