Minh PC's Q&A profile
Visual Studio Team System Go-Live Licence for VSTS Beta3.
Hi, According to Buck Hodges blog http://blogs.msdn.com/buckh/archive/2005/09/21/472618.aspx mentioning that we can go for Go-Live License for Team Foundation Beta3. Please kindly provide us the information about to get the Go-Live License for TFS Beta3. Thanks. What updates would you like You can find a summary of "what's new in Beta 3" on my blog at http://blogs.msdn.com/bharry We'll let everyone know when the Beta 3 refre ...Show All
Smart Device Development Microsoft Device Emulator 1.0 Community Preview Usage
The Microsoft Device Emulator was developed only for the use with Visual Studio If I try to use it with other tools like Visual Web Developer or Editors I have to start it with the command line. But if I want to open mobile web pages ("C:\Programme\Microsoft\Device Emulator Preview\DeviceEmulator.exe" /s ppc.dess /c " http://wap.aldi.de ") I get errors like Error: Cannot open file ' http://wap.aldi.de ' Secondly: Can I ...Show All
Visual Studio Adding Project to existing source safe nodes
I have taken a project(vs.net 03) that was in source safe and removed all the source safe files and references. Then i converted the project to vs.net 05. Now the problem comes in with that i want to put this project back into sourcesafe under the exisitng project folders etc. I want to load it as a totally ew version but in the same project folder. Can anyone help me with this Hi Michael, If the project you ...Show All
Visual Basic Upgrading from vb6: Dim as New is VERY different
In Vb6, Dim myvar as New MyType would check whether myvar was Nothing at each reference and reinitialise it if neessary. Obviously this isnt the case with Vb.NET, and if the variable has been set to Nothing in the mean time then it will have a value of nothing causing an exception. Anybody got any clever ways of resolving this one (there are quite a lot of instances of this in the app I have been asked to upgrade) You could create a ...Show All
.NET Development XP Home vs XP x64
I have seen a range of comments here from people with an Athlon 64 processor but only having Windows XP Home installed. First some bad news, Microsoft has EOLed XP Home, they recoment moving to XP Pro or XP Pro x64. x64 was RTM back in Mar 31, 05 so its not quite a year old in the market place, so its not going to be as rich for drivers. I have an Audigy 2 card, drivers for x64 are available, I have a Webcam Live Ultra, drivers are late ...Show All
Visual C# Configuration Application Block
Can anyone give me a sample program how to use Encryption setting in Configuration Application Block You can see one sample in: http://davidhayden.com/blog/dave/archive/2006/03/02/2870.aspx ...Show All
Windows Forms Signing an IE Control
I am stumped... My problem is I have a Windows Control I am creating in .Net, I have put it in an HTML file and everything works fine the problem I get is when I try and sign the control like such: [assembly: AssemblyDelaySign(false)] [assembly:&nbs ...Show All
Visual C# Disable button
Hi, I want the following thing to happen: I have FORM1 and FORM2. When I push on a button on FORM1, FORM2 should open. But my problem is, that when I push again on the button, I get 2 times FORM2. How should I fix this Thx You need to open FORM2 as a modal form, not as a modeless form. So, use Form.ShowDialog() and not Form.Show() ...Show All
Visual Studio Team System Exporting Load Test Results - Again...
I am running the load test in separate location and need to export test results to local system. Unfortunately user accounts are different, machine names are different and there is no way to export data from database to database directly. The only I have remote desktop connection and can upload and download files. I've tried to backup LoadTest database and restore it on local system but it doesn't work. The local system can't get tests result ...Show All
Smart Device Development Porting WORKING MFC Application and depricated classes
I am trying rather unsuccessfully to port a WORKING eVC4 MFC application to VS2005 under the Mobile 5.0 SDK. It would appear that microsoft has dropped some classes from support in the latest version of MFC. The two that are hitting me the hardest right now are CSplitterWnd and CEditView though I assume the CDumpContext is going to come around to be pretty troublesome as well. Are there replacement classes that we are supposed to use, or a ...Show All
Smart Device Development How to create Windows Mobile 5.0 Pocket PC application using VS 2005
Hi, I want to create a Windows Mobile 5.0 application for Pocket PC using C# in Visual Studio .NET 2005. When opening VS 2005, I am not getting option to create Windows Mobile 5.0 Pocket PC application. The available options are those to create applications for Pocket PC 2003, Smartphone 2003 as well as Windows CE 5.0 only. I installed- Microsoft Visual Studio 2005 Team Suit edition Beta-2, Windows Mobile ...Show All
.NET Development Adding Columns to a Table
I have the need to add columns during execution. creating and filling works fine, the data is in the table before updating updating works as well, no errors when reloading the data from disk with fill(...), the new columns return a DBNull value. Where do I need to inform the dataset that the strucure has changed Thanks for the support Generally, the columns for which data is retrieved in the Fill ...Show All
Visual Studio Yellow Arrows??
I seem to be having a very basic yet confusing dilema. For some reason when I debug the program just runs through and no yellow arrows come up at all. It's as if I ran the program. I tried using breakpoints but there is no effect. Is there any answers for this It seems that your debuger is unable to hit your breakpoint. Do you see question mark on your breakpoint If so, try to ReBuild your program, close your Vi ...Show All
Visual Studio Express Editions Visual J# Express Edition Beta 2.... SWing and Applet
I have download the Visual J# Express Edition Beta 2 and I do not know how to use java swing and Jframe. for example can any body help me if I can or how can I import these Utilize or Library into the Visual J# Express Edition Beta 2 can I import javax.swing.*; in the Visual J# Express Edition Beta 2 or any of these following import java.awt.*; import java.awt.event.*; I know there will be a way to do it but I am not sure Visual J# Express ...Show All
Windows Forms Page navigation like avalon
I am wanting to create a page navigation system (like Avalon) using Windows Forms (.Net 1.1). Has anyone done something similar Considering that MS is pushing the Inductive User Interface philosophy so hard, I would have expected to see some examples&nb ...Show All
