Joakim Wingard's Q&A profile
Visual Studio Team System Problem configuring TFS for SSL access (have already followed advice in other posts)
Hello, I have partially succeeded in configuring access to TFS through SSL. The final problem I have is that the "Documents" node of Team Explorer does not work (it has the dreaded red cross next to it). I have searched the forums and followed the instructions here: http://forums.microsoft.com/msdn/showpost.aspx postid=103796&siteid=1 However, my problem is not resolved. I have a single tier installation of TFS, access ...Show All
Visual FoxPro Enhancement Request: Ability to pass cursors as parameters
The ability to pass a cursor to a method of an object belonging to another data session would be a great addition for a future versions of VFP. Today, we have to resort to arrays, which is kind of a kludge, or CursorToXML/XMLToCursor, which is way too slow for large data sets. If cursor could be passed between data sessions, n-tier apps would benefit greatly. Any thoughts Eyvind. Craig Berntson wrote: ...Show All
.NET Development Validating schema in VS2005?
A quick question: When editing an XML schema, VS2003 offered an option to validate the schema for errors. In VS2005 B2, I don't see this option anymore -- where did it go This is a new feature in VS 2005 it is validating all the time while you edit, you will see any errors that it finds in the Error List window. ...Show All
Software Development for Windows Vista Good Job
Windows Workflow Team: I have used a lot of integration products in the past by Microsoft. I know some of you even worked on them. What I will say is you guys have it the nail on the head with this one. I just wanted to congradulate everyone on building in my opinion one of Microsoft's best SDK's. This beta product is bettern than most of the production stuff I have seen come out. Cheers, Mardo I completly agree , i th ...Show All
Windows Forms Set properties of controls in a parent form
Hi, I have an SDI interface which I am trying to do the following with... I have a user control which has a text box and a Close button on it. From my main form, when I click a LinkLabel, I show the user control (addNewCustomer) and&n ...Show All
Visual C++ strings allocate in stack or heap?
Hi When we define a string and then get user his/her name , what is happening in memory.I mean: Code: string s; cout << "Enter name"; cin >>s; f allocation always in heap: Here s is a ponter and it is in the stack and points to name data which user enter is in the heap. If allocation in stack: here s's size is unknown so how can it be How can string class allocate memory in stack that unknown size If ...Show All
.NET Development .Net Framework, compiled or translated?
Sorry but I have this basic question, is about plataform .NET Framework, I'd like to know if the final result is a machine compiled code compatible with .NET FW or is a .NET FW code to be translated in runtime as with Java . Too, I'd like to know about the same but with C# and Basic. We know that pure C++ code is optimized machine code, but how works C# or Basic about this . Thanks. Hi, The .NET compilers conv ...Show All
Windows Forms Win Form & ASP.NET
Hi, I have a question: how can I, if it's possible, add a winform to an asp.net page Hi greath78, you are missing something. You should write "http:Test.dll#Test.Test". eg. <object id="MyTestCtl" classid="http:MyCustomControl.dll#MyCustomControl.MyCtl" height=& ...Show All
SQL Server dynamic images in sql reporting services 2005
Hi all, I am currently working on some reports where I need to display images dynamically. there is one total field whose value ranges between 0 and 100 %. amd I need to display different images depending on the range of the value. for example, if the range is between 80% - 100% smily face. 60% - 80% normal face 40% - 60% sad face. Can any one help in approaching this. Initially I worked with only static em ...Show All
Visual Studio Express Editions Accessing child form from other child form
I have an mdi based app with a number of child forms docked in controls on the mdi form. in VB6 I could access a list box on one of the child forms with code in another child form ! In C# Vs2005 this seem's very difficult to do - I believe the accessibility has been changed to add security, but it's causing me major problems with the re-write of a VB6 app i am doing. Can anyone help thanks SteveT ...Show All
Visual C++ Application works great on development enviornment but fails on any other XP Pro computer....
Users get the message: "This application has failed to start because the application configuration is incorrect. Reinstalling your application may fix the problem." Does anyone know how to solve this problem I'd like to make sure my application runs on 98SE, WinXP Pro etc... any help Thanks very much in advance! (MFC but no .NET, and I tried to link everything statically....) build log follows: Creating temporary file "c:\Documents and Setting ...Show All
Smart Device Development Emulator Problem
hi, I used vs2005, vss2005 & CHS Windows Mobile 5.0 PPC Emulator to develop application. I pressed F5 to run the application in the CHS PPC emulator. But after several minutes there didn't have any response in the emulaor, which hadn't happened before. So I checked the modified files in and closed the emulator. Later I closed the vs2005 and rebooted the computer. But this time, my emulator didn't response to my mouse click, but keyboard w ...Show All
Visual Studio 2008 (Pre-release) 2 files needed from WinFX SDK beta2
Several files was corrupted while downloading img file. It's require too many time to redownload 1GB using modem... I found that at least 2 files (maybe more) needed: 3Mb - Setup\WinBuild-SDK_Core_BLD_Common-common.1.cab 750Kb - Setup\WinSDK-WinSDK_PowerShell_RefAssembly-common.0.cab Can anybody send these files to ivanshumilin at gmail.com If several files were corrupted, I recommand you to re-download the SDK ...Show All
Visual Studio Express Editions creating dll's
hey i am designing a program and i was wondering if it is possible to create a dll in Visual Basic Express Edition well, maybe I should rephrase that. I'm designing a program where when you click a button it opens a text editor(already have that made). Someone told me that to reference the program in the code you need to create a dll(is this true ) Yes you can make a dll in VBE. No it isn't needed. You c ...Show All
Visual Basic Where is the Immediate Window in VB 2005?
I just started using VB 2005. I cannot seem to find the Immediate Window to use while debugging. The documentation says it is under Debug | Windows | Immediate, but it is not there, even when I am in Break Mode. The suggestions that some of you are giving work, but I'm trying to get it to restore itself as an option in the Debug|Windows menu. I've tried running the Import and Export Settings Wizar ...Show All
