Software Development Network Logo
  • Game Technologies
  • Windows Live
  • VS Team System
  • Visual J#
  • Visual FoxPro
  • Microsoft ISV
  • Windows Vista
  • Visual C++
  • Visual Studio
  • VS Express Editions
  • SQL Server
  • Visual Basic
  • Windows Forms
  • Visual C#
  • Smart Device

Software Development Network >> Mandy Sweet's Q&A profile

Mandy Sweet

Member List

Rick Warr
PFPS
codenut
Nathan Jaynes
Draggi
Severcool
H Long
FlowJam
Eric Cosky
Taladan
Bellam_Chandru
BrotherC
Sunrise828
Cedric RICARD
Manoj G
Tee20966
Shanmuka
Najam-x
Mohammad Iqubal - MSFT
jethro 1955
Only Title

Mandy Sweet's Q&A profile

  • Visual Studio Problem Adding Web Project Solutons to Source Control

    Ok. So I am just getting started with VSS 2005 and am trying to correctly add a web project into Visual Source Safe. The project is called Events. The add goes fine. As with a regular project, I would have expected something like this: $/Events.root Events (solution folder - contains solution file and project folder) Events (project folder - contains source code, etc) However, I end up with something like this: $/Events.root Events (solution folder - contains solution file) Events_1 (project folder - contains source code, etc) Now, I assume that this is happening because I have the Events web project open ...Show All

  • Visual C# using keywords

    Hi everyone, I have some doubts about the usage necessity of using keywords. Instead of using this keyword, it is enough to only add the packages into our Assembly(DLL files), so inspite of this, why do some programmer do both of them(add the packages into Assembly and also use using keywords for these packages). Thanks, Mert Regardless of your having added a package to your assembly, you need either a using statement, or a complete namespace every time you use an object.  You're free to type System.IO.File.Exists instead of a using System.IO and then have access to the File class directly, but generally speaking, if I use a packa ...Show All

  • Visual Studio 2008 (Pre-release) LINQ FAQ

    Q0. What is LINQ DLINQ XLINQ A0. [KF] LINQ stands for "Language Integrated Query". It is a set of features such as lambdas, extension methods, and query comprehensions that enable compilers to understand and implement query logic over in-memory collections of objects. For more information about lambdas, extension methods, and query comprehensions, please refer to http://msdn.microsoft.com/netframework/future/linq and the LINQ Project Overview document at http://msdn.microsoft.com/library/en-us/dndotnet/html/linqprojectovw.asp . A0. [KF] DLINQ is an implementation of LINQ that allows expression trees to be translated into qu ...Show All

  • Visual Studio Tools for Office Set the cursor's position

    How to set the cursor's position using VSTO in WORD Thanks very much! Yuhang You don't give us a lot of context to go on... Basically, you use the Select method of the object you want to select. Often, this will be a range. You can use Range.Find, for example, to search for something, then Range.Select to show that to the user. Note that you usually only want to move the cursor in order to position it for the user to continue. As a rule, you should manipulate Word's object directly, without moving the cursor. If you need help with this concept, it would be best to post to the word.progr ...Show All

  • Visual C++ Intellisense Problem

    Hello, I have yet another problem which is that Intellisense stops working. When my script reachs a certain legnth it just won't work anymore. Now it sometimes even doesn't work when I start new applications. (I am using Visual Studio 2005 June CTP). With Thanks,                     Gal Beniamini. Hi, you use the last release version which is available for download in MSDN subscription. But also on my machine the problem is the same. I don't know if they any fix available for this problem. I just renamed the file <VS root path& ...Show All

  • Visual Studio Team System Delete Custom Work Item Type

    Hi I have added my own Work Item Type (WIT) "BuildBugs" using the WITImport.exe file. Now I want to delete my WIT from the "Team" - "Add Work Item" menu. How can I do this Thanks I tried to manipulate the WorkItemTracking Database in SQLServer. I deleted the entry in WorkItemTypes and in Constants but it still appears in Visual Studio in Add new work item. Do I have to restart ...Show All

  • Visual C++ Resource editor bug?

    Hello everybody! This is my first post here (sorry for my english) I have resource file shared in more than one solution. I VC++6, and VS2003 there was no problem to edit this file in resource editor. In VS2005 I cannot save this file, and there is no Dialog Editor items in Toolbox also. Any ideas Marek Hello Brian, I also have the same problem in a C++ solution. The solution was migrated from VC++ 6.0 to VS2005. If you have any solution for the problem, I am interested. Regards, rgwerder ...Show All

  • Windows Forms Windows Help

    Hi - This is a newbie question. I am making a Windows Forms Application and want to use Microsoft's HTML Help in my program. I want the help to act as it does in Visual Studio .NET 2003 where the table of contents comes up in one place (A Task Pane in my case) and then have the content show up in another window in the middle of the screen. In other words i want the Index, Search and Contents functionality offered by Microsoft Help, but I want it integrated into my program, i don't want to launch the separate Microsoft Help program to display the help content. Is there an easy way to do this using existing Windows Forms classes or is this an ...Show All

  • Visual Basic How to mark all the particular words in a RichTextBox

    When I was trying to search a particular word, say "trade", in the text of RichTextBox, I wrote the following code: RichTextBox1.SelectionStart = RichTextBox1.Find("trade") However, the text contains a number of "trade" and the above method can only find the first one. My question is how to highlight all "trade" in the RichTextBox. Hi Imran, We would like to get in touch with you, could you please give us your email address Thank you for your continued support in the forums! Regards, Bhanu. ...Show All

  • Visual Studio Integrating MSDN April 2005 and VS 2005

    I can not get the results from MSDN April 2005 in MS VS 2005 Documentation. Can I use this MSDN library as a local help I'm not sure why you might want to use the MSDN April 2005 documentation with your installation of Microsoft Visual Studio 2005. Visual Studio 2005 was released in November 2005. The MSDN Library for Visual Studio 2005 is more recent than April 2005. You can use the Add or Remove Programs applet in Control Panel to install or remove various MSDN documentation sets. You can also use the Help options in the Tools Options dialog box in Visual Studio to control your offline and online Help ...Show All

  • Visual Studio Express Editions VB2005 & InterNet Explorer_Server

    Hi all, I try to not be a pest, but I have been trying to solve an issue on my own for a very long time (almost 2 years). You guys on here should have no problem with this 1:) Now, I have tried this with the legacy versions of VB (VB4, VB5, and VB6), so I know I have given this an honest try. I know this can done, because I have seen other programs do it. I could never figure it out & I am 110% stumped here. I have pasted HTML to the clipboard. I know the format is correct because I can paste it into my target window manually (with supplied controls in the recieving program). Take into account this window tree (parent window is ...Show All

  • Visual Studio Express Editions Starting page is missing!

    I installed beta 1 and uninstalled beta 1, and then installeded beta 2, but the starting page is missing. Can anybody tell me how to fix it Though it's not a problem, but it's as beautiful as it should be. Thanks! C:\Program%20Files\Microsoft%20Visual%20Studio%208\Common7\IDE\VCSExpress\HTML\GettingStarted.htm You need to go the the tools menu on the title bar and the import export settings option, From there reset the settings this will fix the display. Mykre, www.ircomm.net - Manage Game Programming ...Show All

  • SQL Server Data Source Views

    I'm looking for examples of using Data Source Views as data source within a Data Flow. I have looked through the code examples supplied with the CTP but no joy. Thanks Al Alasdair, yes, this is possible. I don't know how to set it up specifically but I know you can definately do it. -Jamie ...Show All

  • Windows Forms rebind datagrid in Visual C# 2003

    I have two tables DataTable A and DataTable B that belong to the same DataSet mydataset, DataGrid mygrid. I bind DataTable A to the datagrid using DataSource: mygrid.DataSource = mydataset; mygrid.DataMember = "A"; When my application makes changes the table A, the form that has mygrid stops responding. I decided to unbind table A from mygrid, bind mygrid to table B temporary, and then rebind mygrid to table A again. How can it be done ...Show All

  • Visual C++ Quick Console Problem

    My output is directed to quick console as determined by Tools-->Options->General->Redirect all Console output to Quick Console Window. After the debug is finished which is very quick the quick console window disappears and I cannot find it anywhere. It is not amongst "Other Windows" in View-->other windows. The output is too quick and I can see only portions of each line while it runs. Please help. thanks. Were you able to solve this   Reading from the standard input (stdin) is a typical strategy to keep the console alive until you give it input.   When I'm in this situation, I use getchar() to ...Show All

©2008 Software Development Network