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

Software Development Network >> Maneeshg's Q&A profile

Maneeshg

Member List

bneat
Philippe Thibault
KamranAmin
Guilherme Labigalini
Mike00000001
MTech8
J--Say
Choon Meng
aak
John Hensley
kielbasa
aniko
Gnome
Jariibomo
CarolJ
Gabri
powertechit
Shinya Watanabe
Avi G.
Chris Lee - MSFT
Only Title

Maneeshg's Q&A profile

  • Visual C++ difference between value type and ref type (C++ CLI)

    Hi all, I'm programming with C++/CLI and I'm not sure of this concepts. I hope you can make it clearer for me. What exactly are value type, using the value keywork What exactly are ref type, using the ref keywork And specially, What are the difference between the two Thanks a lot in advance for you help. Best, Nicolas Take a look at http://msdn2.microsoft.com/en-us/library/6w96b5h7.aspx as a start. I am sur ...Show All

  • Visual Studio Express Editions Data access problems

    Hi all ~ just tried to build my first winforms app with data access. Using the Datasource Configuration Wizard, I selected MDFs, browsed for a MDF and tested the connection - so far so good. I selected one of the tables from it, clicked on it in the Datasources tab and dragged it over onto my form where it created all the necessary components for me (bindingsource, tableadapter, dataset & bindingnavigator) - still all looked really good. I r ...Show All

  • Visual C++ VC++ 6.0 MFC and AMD64

    Hi, I'm looking for a suggestion. I have this MFC application written in VC++ 6.0 which I'd like to cross compile for AMD64. The current way to compile it is through a makefile which uses msdev with appropriate parameters to compile from commandline (since this is part of a larger build). Since my application is both shipped as libraries (for end-user linking into their own application) and binaries I need to have continued support for VC++ 6.0. ...Show All

  • Visual Studio Team System 64-bit Support Clarification

    I'm researching installing Team Foundation Server in a Dual-Server environment and have a handful of questions. The following 64-bit support table is from the Installation Guide: Team Foundation Server 1 No Team Foundation Server (databases) 2 Yes Team Foundation Server (services) 2 No Team Foundation Server (proxy) No Team Foundation Server (build) Yes Team Explorer Yes 1 Team Foundation Ser ...Show All

  • Windows Forms toolstrip progressbar

    Hey i have this "webbrowser" i sort of made myself, but i want a "ToolStripProgressBar" but i cant make it show the progress from my browser. what du i need to do what cammand will i need to call in which event //Martin The ToolStripProgressBar is used on a Strip item such as MenuStrip, ToolStrip and in your case StatusStrip. by the desinger, you should drag StatusStrip and then you can selec ...Show All

  • Windows Forms Redefining a method within a class

    Hi, I would like to override or redefine a method in a class during runtime. Consider the code;class A {   public void m()   {     Console.WriteLine("A");   } } class Exec {   public static void Main(string[] args)   {     A&nbs ...Show All

  • SQL Server limited number of connections to SQLMobile?

    Using System.Data.SqlClient is there a limit to the number of connections an application can have to a SQLMobile dB If you have a look at the url below, it says "A device can only have a small number of connections to an instance of SQL Server at any time" Does this mean 2, or 8 or what Should a app try to use only 1 connection throughout, or can we get away with 2-3 ...Show All

  • .NET Development Error on MsCorwks on Virtual Server 2005 R2

    Hi, I have a problem running a service, my service suddenly stops working without any warning (I catch all the exceptions). There is an entry on the event log that says that the service suddenly stops x amount of times. Wired cause only happens on the virtual server. I found also this entry (not all the times) : Faulting application exony.bid.ois.cache.service.exe, version 3.0.0.0, faulting module mscorwks.dll, version 1.1.4322.573, faul ...Show All

  • Visual Studio Tools for Office Avoiding security alert in Outlook while accessing Contacts in VSTO 2005

    I am trying to access Items programmatically within a VSTO 2005. When I try to access the 'magic' properties such as email1address, I get the security warning within Outlook. I do not want to go back to redemption - that's why I am using VSTO. How do I avoid the security warnings when doing something like the following: private void Form1_Load(object sender, EventArgs e) { LoadContacts(); } private void LoadContacts() ...Show All

  • Visual Studio Team System Interception of work item events: How (in a service on app tier??)

    I know that tf repository check in events can be intercepted in a service running on app tier to implement continuous integration builds. Is it possible to intercept events relating to work item, for example the save of a work item In particular to validate the links that a work item has You are most likely familiar with ClearQuest and the 'global script code' that sits behind a record (work item). What I'm looking for is a sim ...Show All

  • Visual Studio Linking/Hiding files from a different project

    Hi,   I have developed a custom project type using VSIP and using MSBuild to build the project. I want to link files from a different project into my project. How do I do it using <ItemGroup> <Content Include="TestFile.dat" /> </ItemGroup> tags. What does the <Link> element in MSBuild do and how do I use it. Also, to hide some of the files from my project so that they don't show up in the solution explorer I tri ...Show All

  • Windows Forms Binding a DataGridList to existing custom data via the "custom business object" approach?

    Hi, Regarding using Visual Studio 2005 Beta 2 and the ability to bind a DataGridView to a custom object.   If I have an existing instantiated list of custom objects with the data already populated, say similar to “List<myCustomClass> mylist” based on your Word class: Q1 – How do I tie my already existing list of data to the DataGridView/DataSource   (i.e. noting in the data source configuration it seems you associate it with ...Show All

  • .NET Development What happens to an in-process Web Service if connection to client is lost?

    I would like to build a web service that, when called, synchronizes two databases on a host machine. The process will take a while--possibly several minutes, and will return a pass/fail status on completion. If I lose my connection between the client and the host after the WS is called, but before it is has completed, will the WS run to completion What can I expect to happen Thanks in advance. In ter ...Show All

  • Visual Studio compilation for dotnet 1.1 framework

    is possible to use visual studio 2005 to compile applications for the 1.1 framework i haven't found any options that let me choose which runtime target. I have several applications running and i cannot move all of them to 2.0 framework in a day. You might check out the following links for toolkits that enable Visual Studio 2005 to compile applications for .NET Framework 1.1. http://blogs.msdn.com/jomo_fishe ...Show All

  • Visual Studio Express Editions Integrate PSDK documentation into VC 2005 Express?

    I downloaded and installed Visual C++ 2005 Express and Platform SDK. I integrated PSDK directories into Visual Studio. However, I haven't found a way to integrate PSDK Documentation into Visual Studio help. When I press F1, only MSDN Express opens, without PSDK documentation. I can open PSDK documenation as a separate tool, but there is no way to search for highlighted text automatically (or is there a switch to dexplore.exe ). So, my question: ...Show All

©2008 Software Development Network

powered by phorum