Lakhs's Q&A profile
Visual Studio Team System Team Foundation Server not available on MSDN?
I've been away from Team Foundation for several weeks and I am now ready to get back and test it with the current CTP. I had too many problems with Beta 3 VSS conversion. However, I do not see it in my MSDN downloads anymore. I see Korean, Japanese, and Traditional Chinese but not English. Is this not available anymore Universal. I'm in the process of buying volume licenses for my group because my Universal will ...Show All
Windows Forms On Change
Ladies and Gentlemen, I am new to asp design. I need to accomplish the following. I have created a insert page and on with various listboxes, I need to pick from the list and when this happens it needs to populate several text fields. How&nbs ...Show All
Visual Studio Tools for Office Outlook Deployment ala ClickOnce
I have deployed my Outlook VSTO 2005 RTM Addin via a network share, and can install on clients c:\programfiles\myco\myaddin\mapp.dll and run without issue. The app includes code to write CAS for the above c:\... dir. The goal of this deployment is to allow a user to install the addin locally, and get published updates from a shared network location. The problem occurs when the user disconnects from the network, the addin no longer runs.& ...Show All
Visual C++ Other people testing my app
hi, It seems that none of friends can run apps i have made using C++ 2005, they have net 1.0 + 1.1 + 2.0 and can run any app i make in Basic/C# 2005 If someone could help me with this i would be grateful, One more thing is... how do you change the apps icon You need to ensure that your friends' machines have the appropriate C and C++ runtimes installed. See this page on MSDN: http://msdn.microsoft.com/library/default ...Show All
Software Development for Windows Vista IMemberCreationService missing
I created a new Windows Application project today, added all references to the Workflow assemblies and then added a Sequential Workflow (code) to my project. Every time I open the designer I get: The service 'System.Workflow.ComponentModel.Design.IMemberCreationService' must be installed for this operation to succeed. Ensure that this service is available. at System.Workflow.ComponentModel.Design.NamePropertyDescriptor.SetValue(Object com ...Show All
Smart Device Development error with MFC in visual studio 2005
Hi, I'am using visual studio 8 beta2, i think it's missing a lots of things. One of them is mfc code of MFC. When i am using CCommandBar, when i compile with emulator. It make an error like that: f:beta2\vctools\vc7libsce\ship\arlmfc\src\mfc\barcmd.cpp how can i get this packet Thank The workaround (resource file changes) worked in beta 2, but now that I'm using the release version I'm still having the same problem AND t ...Show All
Visual Studio Language service problem..:/
Hi, I've created a language service.., and on my computer everything seems to work jus fine (syntax coloring, statement completion...). Now I want it to work on differen computer.., so I copy xquery.dll (landuage service), to another computer, and register it just like that: "regsvr32 xquery.dll), but language service it's now working..., why what else should I do Regards, Pawe You would ...Show All
SQL Server problems creating report (parent child hierarchy)
hello, im working with as/rs 2005 and need help in creating a report. my cube has a parent child hierarchy in "category". structur is as follows: A a 1 2 b B C f g 10 11 12 I like to have a function or something, that gives me the unique names of a ...Show All
Visual FoxPro html in textbox
Hi How do I open an html file inside a textbox this doesnt work thisform.veld14.Value = c:\winvis\htmlbody.htm or can I make some kind of field inside my form to load the html page in Use the Internet Explorer ActiveX Control. See: "Create a Visual FoxPro web browser" in the FoxP ...Show All
Smart Device Development Icons...
Hiya, When trying to deploy an exe with a custom icon (selected simply from the studio2003 icons) the icon doesnt seem to tie itself to the application Rather it just gets transferred to the device as a .ico file and the .exe still has the basic default icon on it Is there something im missing here I go to project properties, build tab, then where it has icon... i select the icon i wish to use, it appears in the image box, but when compiling a ...Show All
Smart Device Development Picturebox that behaves like a button
I would like to create a user control with a picturebox in it. The picturebox would display an image that behaves like a button when clicked. Does someone know how to do this Would appreciate if you can give me some sample code. thanks That's very simple. Inside your designer, add the picturebox onto the control, double on the picturebox, VS would generate click event handler. Write your code inside tha ...Show All
Visual Studio Team System Upgrades & Addons
I have Visual Studio 2005 Team Edition for Software Developers and would like to purchase some testing module's that are available with Visual Studio 2005 Team Edition for Software Testers (the performance testing and web testing modules) . Is this possible No, but you can upgrade to Visual Studio 2005 Team Suite using the Step-Up to Suite promotion (until 6/30) - http://msdn.microsoft.com/vstudio/howtobu ...Show All
SQL Server To find all pairs in table that fits to given criteria.
Task: To find all pairs in table that fits to given criteria. For example: I have a table with id's and weight of people. The task is to find all pairs of people (id's) that their weight in range of 0-5 kg. The result need to be without repetitions of data. id weight 1 80 2 84 3 81 4 90 So results should be: 1 2 (or 2 1) 2 3 (or 3 2) 1 3 (or 1 3) but not both I'm using MS SQL Server 2000. Question: How to do ...Show All
Visual Basic VB 2005 Express Edition toolbox icons
I wasn't sure whether to post this here or in the VB Express forum, so sorry if I picked the wrong place. Anyway.. does anyone know where I can find the icons that are used in the toolbox in this IDE I don't know if express has them, but some of the icons are available in vs.net 2005. Search for a file called VS2005ImageLibrary.zip in <installdrive>\Program Files\M ...Show All
Visual Basic how to update rows in an mdb data source??
hi everybody , I'm a beginner student in vb.net,and I'm working on a very small project as a homework,and I've some questions which I ought to search for their solutions via any source . I need to make an (Update )button in most of my VB forms,which enable me to update any row elements in the datasource in Access through each form , for example: I've a form about CustomersData as (Cust_No,Cust_Name,Cust_Address,Cust_Phone...etc) ...Show All
