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

Software Development Network >> David Mann [MVP]'s Q&A profile

David Mann [MVP]

Member List

Oliver Klacik
Sean_Graham
Scott Berry
small_snap
cduwel
DKeefer
VBVBVB
Jeff Savage
Sashidhar Kokku
JorgeUSA
Noel
xWindx
Bay Tran
Tony Virnoche
Dick Roose
steelers0118
CombitTech Magnus
Matt_mwb
Damien Sauveron
Sajay Antony - MSFT
Only Title

David Mann [MVP]'s Q&A profile

  • Windows Forms need help plz

    Hi, I'm doing an image browser program using vb.net. In my program there is a treeview control in which I want to fill in it the folder structures of my harddrives, something like the one in the windows explorer. Is there an api function t ...Show All

  • Visual Studio 2008 (Pre-release) voice recording in winfx

    how can we add voice recording functionality in an Avalon project. WPF includes System.Speech.dll which provides APIs for speech recognition and synthesis. You can write synthesized speech to an audio file. ...Show All

  • Visual Studio Express Editions HELP - Win32 wont let me run my c++ :(

    i have recently been bought a book on c++ programming (learn c++ in 24 hours) and have been trying to make it work on serveral compilers no with no success. The compiler that came with the book is BorlandC++BuilderX and that seemed to work fine until i tryed to run the .exe. The Win32 (DOS) window flashed briefly and then closed again. i read up on this on several forums and decided to try Microsoft Visual C++ Express 2005, as this was meant for ...Show All

  • .NET Development Did asynchronous execution change in 2.0

    hello, i have this code that called method asynchronously through the delegate class with the begininvoke and endinvoke methods. Exceptions could be thrown withing the methods which were always caught by the framework and rethrown when endinvoke was called. Has this now changed as my exceptions are no longer being caught and rethrown, and just bringingt the whole app down as they are unhandled. he is sample code that i use to denote the changes. ...Show All

  • Visual Studio Team System Load controller and agent distribution

    Currently the controller is installed from the same CD as the agent. Does anyone know if this is the way it will be in RTM, or will the controller be moved to the Test Edition disk daniel Olenick & Associates. ...Show All

  • Visual Basic Error in Generic.Dictionary

    Error in Generic.Dictionary base class Person ->Employee -> OfficeEmployee with all the proper inherits dennist685 In class Employee.vb Given key was not found in the dictionary system.collections.generic.keynotfoundexception line 30 Return mNames(type) Property block    Public Overloads Property Name(ByVal type As NameTypes) As String         Get       ...Show All

  • SQL Server How to use ODBC SQLSetConnectAttr from C# ?

    Hi, I'm having problems dealing with some large datatypes in a C# application using odbc. Basically certain datatypes, such as db2 CLOB, are not recognized as 'valid' by the odbc driver. It seems the fix is to use the SQLSetConnectAttr function using the appropriate key/value pair to 'map' those to datatypes known to ODBC but I'm not sure how to use it in C# code. The template seems to be more an unmanaged C type API with handles being ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Need a bit of help installing directx in vis 2005 beta 2

    Hey all, hope you can help me out here! I've downloaded and installed visual studio 2005 beta 2 standard edition and it has installed ok on my sytem, I've also downloaded and installed the directx sdk from october 2005 and that looked like it went in ok too. However I'm now wondering how do i add directx extensions into visual studio When i used vis 2003 the extensions just appeared (on the splash screen at start up) but they don't seem to ...Show All

  • Windows Forms When to dispose TableAdapter?

    Do I need to think about it Even I could ask: do i have to think about constructing it in every form again Thanks Peter TableAdapter's a Web component, right   I don't see that it's disposable.  Maybe you meant DataAdapter In any event, the general rule for Dispose is to dispose when you're done with the object, if it has a Dispose method.  Some objects help you a little with this.  For in ...Show All

  • Windows Forms DataGridView Problem

    Hi All, I recently uninstalled VS2005 BETA 1 and installed VS2005 beta 2.  The new beta 2 seems a little more stable, but I ran into the following problems: 1.)   I have a base user control "A", which contains a datagridview.  This user control is inherited by user control "B".  With beta 1 , I can visually add, edit, remove any column in the datagridview using VS2005 IDE designer.  With beta 2, I can't no lon ...Show All

  • Visual Studio Express Editions Books which cover XML with C#

    Anyone know of any good books which cover XML and C# The only one i've found so far is Beginning C# XML: Essential XML Skills for C# Programmers Okay, I'm not sure how good book this is, but take a look at this: Professional ASP.NET 1.0 XML with C# www.bookware.com.au/cgi-bin/bookware/1861007248 I listed there some links, where you can learn more. www.perfectxml.com/articles/xml/csharp.asp www.c-sharpcorner.c ...Show All

  • Visual C# Is there a .Net way to get "Shared Documents" path?

    I know of Environment.SpecialFolder which can return many paths, but it doesn't have a method for returning "Shared Documents","Shared Pictures", "Shared Video" or "Shared Music". Is there a way to return these paths without hard-coding them Thanks! Dear BenjStarratt, Thanks for your interest in .Net Framework. Having completely researched on your raised question, ...Show All

  • SQL Server New to SSIS and have a simple question

    I know this is a simple question (hopefully). I am pulling data from an AS400 DB2 mainframe and copying it into SQL Server 2005. For one table the date is stored in three columns (TDAY), (TMONTH) and (TYEAR). I am first using Data Conversion to convert these columns into string format (as opposed to numeric) and then creating a Flat File. I then want to take this Flat File and copy the columns into SQL server, however I want to "merge ...Show All

  • Windows Forms Update textboxes entry to dataset

    Hi, I am looking for a quick way to update the entries from all the textboxes to the dataset before I save them to an xml file.  My form set up is very much like the picture below with the added 'Save' button.  At the moment, the only way I get it to save the current record is to move to another record so that it update the dataset before hiting the 'Save' button.  I have spent the last few hours trying to search for the solu ...Show All

  • Visual C# How to dynamically check if a type supports the "+" operator

    All, Has anybody any idea on how we can query a type to check whether it supports the "+" operator Correct me if I'm wrong, it seems to me that we can only query those methods which are named methods, like "Add" instead of "+". Thanks. Noli Operator+ is a named method; if you inspect CIL code that is produced, you'll notice a method called op_Addition. ...Show All

©2008 Software Development Network

powered by phorum