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

Software Development Network >> Thierry Tuo's Q&A profile

Thierry Tuo

Member List

Christian Genne
ScandinavianBlood
Esen Tuna - MSFT
Ruwan
Hunain Durrani
Steven Raybell
ScooterGun
arthurmnev
veni123
pathakn
Paul Whittemore
Sven Rasmus
Moh_Sheybani
eec
Denn!s
pcrtrg
mef2
anujmathurhere
ozking
k333
Only Title

Thierry Tuo's Q&A profile

  • Software Development for Windows Vista please help me whit driver sata Hdd thx

    *****hello , hi have a problem whit the driver sata hdd, my mombord is a abit kv8pro. windows , no detecd my hdd , because hi no dot have a driver please help me thx. *****hola , no encuentro los driver de mi placa base para vista build 5112, he probado variios pero no , me reconoce el hdd. ayuda .gracias ******salut je ne trouve pas le driver pour mon hdd , windos ne reconat pas nom hdd, sil vous plai help me, merc ...Show All

  • Windows Forms datagrid column width

    I am trying to set the column of the windows datagrid so that all the text can be seen it the cell. Could you please see why this function does not get the correct width lengh 'set the width of the Description column to it's text length... Private Function AutoSizeCol(col As Integer) As Integer    Dim width As Single = 0    Dim numRows As Integer = CType(notesDataGrid.DataSource, DataTable).Rows.Count     &nb ...Show All

  • Visual Studio Team System Doc Feedback: ImplementStandardExceptionConstructors (Don't agree with this)

    Hi   If I implement a custom constructor set that extends the base constructor, technically I am implementing the base constructors. By only implementing my constructors, I am enforcing that certain parameters must be input. Since my constructor passes data to the base constructor, the rule is not broken and therefore can also be excluded. public class MyException : System.Exception {       &n ...Show All

  • Visual Studio Express Editions How to Load / Save

    I Have three questions about loading and saving!  1.   How do you load a file like a .txt file into your program and then edit and save it as another file like .doc   2.  also how do you open music files and/or picture files    3. And is it possible to convert files like mp3 by opening them and them saving them in another format like wma Thanx in advance ...Show All

  • Visual Studio Team System Active Directory mode

    Is the requirement around Active Directory mode just for the AD that the servers are members of   My tfssetup account is in a trusted AD and I'm wondering if that could have an impact on our testing. In general, our test servers are in a semi-isolated AD and user accounts (developers, testers, etc) are in the trusted AD.  Has this (or a similar configuration) been tested It turns out that Tom was running into some interesting syn ...Show All

  • .NET Development How can I work with Windows Platform SDK?

    HI I want to able to work with the windows SDK. How can I call the SetSystemPowerState function from the Kernel32.lib in C# I want to have control over shutting down and rebooting the pc from my app. Thanks   You will need to use something called platform invokes, often called p/invokes: http://msdn.microsoft.com/msdnmag/issues/03/07/NET/ In your class you will need to put ...Show All

  • Visual Studio 2008 (Pre-release) could not find svcutil.exe in September CTP

    I installed September CTP but could not find svcutil.exe or svcconfig.exe. Have their names changed What are the utils using to generate client proxy Plus, which directory is WCF installed under in September CTP Thanks. hyan I have installed the Windows SDK (may 29, 2006) but could not find this utility. I could not find WinFX SDK could you help me to provide me the correct link. Regards Andy Tan ...Show All

  • SQL Server conditional formatting - noob question

    Hello, I do not know vb.  How can I turn the below idea into VB.NET and embed in a table object in RS IF Fields!someField.Value LIKE "%string%" THEN Fields!someField.Value .. the goal is to only include values that contain the string, and exclude all other values from the table. TYIA... ...Show All

  • Visual C# OpenFileDialogbox

      How to set enable as false  to  openfiledialog box's  open button  untill we select an image or file   private void Form1_Load(object sender, EventArgs e) { button2.Enabled = false; } string fileName; private void button1_Click(object sender, EventArgs e) { if (openFileDialog1.ShowDialog() != DialogResult.Cancel) { fileName = openFileDialog1.FileName; button2.Enabled = true; } else ...Show All

  • Visual Studio Team System Change priority from integers to strings

    I've been customizing the Work Item template in the MSF Agile template. So far I've made good progress in implementing the states (Active, Closed etc) that we currenlty use. For Priority, we currently have High, Medium, Low, Memo but when I change the Microsoft.VSTS.Common.Priority type from Integer to string and added these values, it throws the following error when I import the template: Exception Type: Microsoft.TeamFoundation.WorkItem ...Show All

  • Visual C++ How to access a database

    Dear All, I am new to Visual C++ 2005 and I would like to write a network application that uses native win32 C++ and that stores and restores data to and from a different databases (depending on the setup). I am planing to make this application portable to be launched and executed on both platforms Windows and Linux. My question is that is there a generic iterface that enables me to connect the C++ application to an ORACLE or MySQL databa ...Show All

  • Visual Basic Get ANSI values for a char?

    Is there a way to return the ANSI value for a char or string   For example, is there a way to return 34 for " or 65 for A Thanks Dave there may be a simpler way, but this works - Dim bChar As Byte = System.Text.ASCIIEncoding.ASCII.GetBytes( "A" )(0) ...Show All

  • .NET Development Memory Leaks in VB.NET

    How do you detect memory leaks (if there are any) in VB.NET windows application I have a medium complex VB.NET application, when it runs, the memory usage at the Windows Task Manager keeps increasing for the application even without any activity. Simply by switching to the application keeps the memory usage increase Any help is really appreciated. Are you using objects such as bitmaps ...Show All

  • Visual C++ GDI+ : Drawing objects over TabControl

    Hi, I've been working my way around GDI+ for a couple of weeks now. I made a little application where user can choose among several shapes and then move/place chosen shape using mouse, building this way a customized furniture set. The area where user can place each shape chosen is delimited by a panel control for which I defined the background color as having transparent. Everything is going smooth but... As second step, I added a tab co ...Show All

  • Visual Basic Time notation

    hopefully im in the right thread in here. my question is about how i can get a WORKING time/date notation into my project. I used some code i found, but they are always giving an error. hopfully someone's knowing what i need ;) P.S. im using MS VB 2005 Express )with MSDN license) P.P.S. My english is bad, i know, my appologize for it ;) If you want real time put the statement in a timer control tick event with the interval s ...Show All

©2008 Software Development Network

powered by phorum