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

Software Development Network >> Ming Ding's Q&A profile

Ming Ding

Member List

SoCalChristopher
Thomas Logan MSFT
roadsign71
Daniel Baum
Anders J
xudeutsch
deaveDeveloper
vkuttyp
netnovice
ank1974
l_steve_l
markchimes
Panason1
Regeneratez
sraju
kab122
Rolf700
dadd9901
Pad
bpampuch
Only Title

Ming Ding's Q&A profile

  • Visual Studio Tools for Office Problem Visual Studio RC and Word.Application

    I just installed the Visual Studio RC (Team server) and i need to work with Word.Application. I try to install Visual Studio Tools for the Office System (beta2) but it failed because need .NET Framework BETA 2 ... and i have .NET Framework 2 (installed with RC) Can i solve this problem PD: Sorry if my english is not very good. I'm from Spain. THANKS!!! You cannot use VSTO 2005 Beta 2 with VS RC. You'll ha ...Show All

  • Visual Studio Team System TFS Workgroup

    I have received an update to our MSDN subscription (Disc 3073 December 2005) that claims to have the Developer version of VS 2005 Team Edition along with TFS Workgroup Edition. I popped in the disc and went through the install (Full) and what was installed appears to be the VS2005 product. This indeed seems to have the Team Edition for Developer tools but I am unable to find and install the TFS Workgroup Edition bits to get the task lists, sourc ...Show All

  • SQL Server accessing records

    Hi Would anyone be able to advise me on the best way in which i am able to display the information from a Search in sqlce database and allow the results be displayed in a specified location. An example is in my program there is a list of id which the user can search. They search for a record by id so only one record will return. I would like this information to then be displayed in the textboxes which are on the screen. Any problems un ...Show All

  • .NET Development How can I call .NET 2.0 components from .NET 1.1?

    Is this possible As a workaround, I tried to make a .NET 2.0 component COMVisible, and add it as COM  reference from a VS2003 project, but doesn't works. Thanks, Ricardo Stuven. We had success with the following approach: http://dotnetjunkies.com/WebLog/saarc/comments/135635.aspx Parker Whittle ...Show All

  • Visual Studio Team System Instrument and Native CPP

    Greetings: I am running into a problem that profile fails to instrument my native cpp projects. The nature of the project is that there are many 3rd party libs. I noticed sometimes we received some error prompts like "link all the lib with /profile" or so. Does this mean we need to rebuild all the libs with /profile link switch Jerry, Since those are libs you will have to have them complied ...Show All

  • Visual C++ How to save a part of dialogbox (for example Rect(10,10,40,40) ) in to a Image?

    Hi. I want to save a part of dialogbox (for example Rect(10,10,40,40) ) in to a Image. what should I do thank for your help. This question is better asked in the Win32 newsgroups as this forum relates to the Visual C++ development tools.  But I believe the answer involves getting the device context for the screen (GetDC(NULL)), and copying the contents a DC to a compatible bitmap (see example for the CreateCompatibleBit ...Show All

  • .NET Development Xml Deserializing order

    Alright, i got a serializable class with a default constructor. now when i serialize the class, i want him to do something with the just deserialized information, for example: public ref class Test { private:    String^ TestName public:    [XmlElement("Name")]    String^ Name;    Test() { TestName= Name; } }; this class makes absolutely no sense, but i did it for example. Now, when i de ...Show All

  • .NET Development Database engine not keepig up

    I am doing a "copy" operation in my application and I've noticed a strange behavior that I hope someone can help out with. I am using Access to store my data (and the associated OLEDB data provider). I'm noticing that I right after I insert a record I cannot locate that record again to properly use it another piece of logic. If I set breakpoints, it is enough of a delay that the engine "catches up", so it only happens when ...Show All

  • Visual Studio Express Editions Scaling arrays

    I would like to know if there is a more rapid way to multiply an array with a number in Visual Basic than the one presented below. I haven't found much on vectors in the help and seems that the only possible way would be to use the matrix class.   e.g.  {1,3,4}*2 = {2,6,8} I know this way to do that looping through the array: Dim a() As Integer = {1, 2, 3, 4} Dim b As Integer = 2 Dim c As I ...Show All

  • SQL Server Feedback Requested - What Content Do You Want to see for SQL Server Express?

    We’re in the process of assessing the content that exists to help people learn and use SQL Server Express.  This includes demos, tutorials, whitepapers, Webcasts, Starter Kits, and any other type of content you could imagine.  So this is a great chance to TELL US WHAT YOU WANT!  We’ll integrate your feedback and make sure that we try and address the most requested areas of content.  Please be as specific as you can. Mar ...Show All

  • Windows Forms How to create a DropDownList/ContextMenu style window?

    I need a popup window(no border) to input some text. But it should be something like the drop down list of a combobox which doesn't make the owner form inactive. Making it a child window does that but it will be clipped by the owner form, while drop down list won't be clipped. I've tried changing the CreateParams to use different set of flags, but not successful. And I've been googling the whole afternoon... I saw someone says not to make ...Show All

  • Windows Forms Accessing mdi parent properties from mdichildren

    Hello, I have an ap'plication wich uses an MDI container to keep another forms. But I want to have an StatusBar that children can change so a message can appera when each children is open. Doing mdiparent.PROPERY.text = "value" Doesn't work (error). Probably& ...Show All

  • SQL Server Query Issues Pt.3

    myCommand = New SqlDataAdapter("SELECT tblWatchInstance.WatchID,tblWatchBrands.Description,tblWatches.Serial_Number,tblWatches.OwnerFName,tblWatches.OwnerLName, tblClients.Name FROM tblWatchInstance INNER JOIN tblWatches ON tblWatchInstance.Watch_Key = tblWatches.WATCH_KEY INNER JOIN tblWatchColors ON tblWatches.COLOR_KEY = tblWatchColors.COLOR_KEY INNER JOIN tblWatchBrands ON tblWatches.BRAND_KEY = tblWatchBrands.BRAND_KEY INNER JOIN ...Show All

  • Windows Forms Take my TextBox, please!

    I would like to implement some standard behavior for a TextBox control, and have created a base class ancestor purpose, call it BaseTextBox.  I am able to drag BaseTextBox from the Toolbox, and everything is fine.  But, when I drag a DataSource (while it is in "Details" view) on to the Designer sruface, controls of type TextBox are placed on the surface.  Is there any way to tell Visual Studio to ALWAYS use BaseTextBox   ...Show All

  • Visual Studio Team System TF26000 problem when creating a new global/project group

    I got an error message when i query a work items. (TF26000). My TFS is installed in single server and using workgroups. Let me show what i have done in Team explorer. create a global group named "Developer". assign an user "jobria" to that group (The account is local account). then i grant full right to that group in server and project. However, when i login the account "jobria" and query the work items, i show me the error mes ...Show All

©2008 Software Development Network

powered by phorum