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

Software Development Network >> Shri Borde's Q&A profile

Shri Borde

Member List

GuitarArlen
Adnanans78
Buddythunder
Mike UK
RazrV3
Large_Goose
kok_cz
el dio
markusp
LloydM_APFM
vegabros
biloxibeachboy
Alibong
RMarceloJR
adelino
FranklinIssac
Hans Bothe
skywing
Erch
Richard Pavlicek
Only Title

Shri Borde's Q&A profile

  • Visual Basic Microsoft Visual Basic 2005 Express - New Project dialog is empty!?

    Look at this screenshot: http://hjem.get2net.dk/dondata/Empty.gif I have allready tried to Repair the installation, and allso completely uninstalled VB and the installed it again, but the dialog is still empty. What is happening here Comon! Am i really the first person i the world to experience this I still haven't solved the problem and I'm still standing here with an ampty dialog. ...Show All

  • Visual C# DDE in .net

    Is DDE supported in C# Hi bilalso, It is supported and if you are looking at the DDE option, here's a sample from GotDotnet site called NDdE NDde is a library for using DDE in .NET. It contains enough functionality to cover most DDE needs. This includes support for clients, servers, asynchronous processing, warm and hot advisory loops, etc. This library is useful if you must communicate with a legacy applicati ...Show All

  • Visual Studio Team System Error 32000 The Commandline "F:\TFS\Tools\Createds.exe"/Setup/install ...

    While installing Team Foundation Server Beta 3 Refresh (Single-Server installation)an error {Error 32000 The Commandline "F:\TFS\Tools\Createds.exe"/Setup/install " http://kaushal-2k3/ReportServer/ReportService.asmx " tfsREportDS "Data Source = KAUSHAL-2k3;intial catalog=TFSWarehouse" "KAUSHAL-2k3\TFSREPORTS"} is displayed. INstalled Prerequistes:     OS Windows 2003 Server.    Windows Share point Services. &nb ...Show All

  • Visual Studio Express Editions Unable to download Express Editions

    Is anyone else experiencing problems try to download Visual Studio C# express from: http://msdn.microsoft.com/vstudio/express/visualcsharp/download/default.aspx I have also tried downloading Visual Web Developer Express from http://msdn.microsoft.com/vstudio/express/vwd/download/default.aspx . I'm using IE6.0 and each time I click on the download button another window pops up and eventually times out with the error "The page cannot be disp ...Show All

  • Smart Device Development Read data from SIM (phone repertory)

    Hi, I'm trying to read the entries of the phoneRepertory of a smart phone (accessing datas of the SIM card) here is my code : ------------------------------------------------------------------------------------- <StructLayout(LayoutKind.Sequential)> _ Public Structure SimPhoneBookEntry        Public cbSize As IntPtr                &nb ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectInput and Mouse Acceleration

    I am using the Managed Direct Input library to gather mouse input for a graphical research app.  However, my testing shows that the application is affected by mouse acceleration despite using the Direct Input API. My understanding was that only driver level acceleration could affect the Direct Input data, but if I test some of the samples that ship with the DirectX SDK I don't see the same problem.  T ...Show All

  • SQL Server using distinct on one column only

    I have a table that contains 5 or 6 columns. (plantid, commonName, scientificName, planttype, etc) what I am wanting to do is create a table of all the plants with distinct scientificNames. but I am wanting to display the commonName, scientificName, and planttype. I figured using the distinct operator would work, but is seems as if it looks at the combination of all 3 rows instead of being distinct on only one row. Basically I am wanting to b ...Show All

  • Windows Forms Update DB after sent email

    I have a contact management app where the user can click a link label to send an email to a contact. How can I send a message back to the app that the email has been sent so the DB can be updated  I don't want to do it& ...Show All

  • .NET Development Is it ok for multiple threads to access different properties of same instance of object?

    Hi, I have two theads. They both have access to the same instance of an object mSettings, an instance of a class inhereted from ApplicationSettingsBase. mSettings has different properties, e.g. mSettings.BackgroundColor and mSettings.FontSize. Is it ok for two different threads to access mSettings.BackgroundColor and .FontSize at the same time (one thread accessing BackgroundColor and the other FontSize), or could this cause problems ...Show All

  • Software Development for Windows Vista Problem with CallExternalMethodActivity in Xaml-only workflows

    This is a problem with the January CTP. I'm trying to load and execute a Xaml-only (AKA Xoml or markup-only) workflow. After jumping through a number of hoops, I can now successfully load the WF using the overloaded version of CreateWorkflow that takes an XmlReader. However, when the WF executes, I'm getting an execution with this message: "Could not find service of type [my interface type name here] through the currently configured servic ...Show All

  • Visual Studio Tools for Office Please try this: view Word doc in webBrower

    Hello. Will you try this for me and see if you can figure it out 1. Create a Windows Application and on Form1 (with a webBroswer on it) page load put this: private void Form1_Load( object sender, EventArgs e){ webBrowser1.Navigate( @"C:\Documents and Settings\blowe\My Documents\Visual Studio 2005\Projects\WordDocument1\WordDocument1\bin\Debug\WordDocument1.doc" );} 2. Create a WordDocument Application and put this in ...Show All

  • .NET Development XmlSerializer or custom serialization?

    Hi! I'm currently not sure whether I should use XmlSerializer to save the properties of a class to an xml file or if should just write the file manually with XmlTextWriter. The problem hereby lies in the speed of deserialization. My program will load an undefined number of such files and create instances of the corresponding class at startup. Thus the deserialization operation should take as few time as possible, even if that means writing more ...Show All

  • Windows Forms Add a button to a DataGridViewCell

    Hello, I'm new to using the DataGridView so my question might seem to be simple for you. I'd like to add a button at runtime to a cell so that the cell has a standard input field AND a button (like a ComboBox). How to do that Till Check out the following post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=217741&SiteID=1 -mark DataGridView Program Manager Microsoft This post ...Show All

  • SQL Server SQL 2005 & personal site wizard

    Hi, I used the personal web site starter kit as a basis for a new site. When I touch the "Register, login" links, something goes off and creates a sql2005 database in the system_data folder - which is helpful I guess, (but was it created by the IDE, was it the framework ) however my web host does not support sql2005 so I want to use my existing sql2000 database. I edited my web.config to provide the sql2000 connection string in the mem ...Show All

  • Visual Studio Can't get object collections to work

    In the Database Expert, I think I want a .Net Object.  Does it have to have an XSD   I see my class but I can't "connect" to it.  It shows no selectable fields, but it does have public properties. Any help would be much appreciated.  (VS Beta 2) .rob. A little more information: Logon failed. Details: crdb_adoplus : Object reference not set to an instance of an object. Error in File C:\DOCUME~1\DEVELO~1.THE\LOCALS~1\ ...Show All

©2008 Software Development Network

powered by phorum