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

Software Development Network >> Jean-Nicolas's Q&A profile

Jean-Nicolas

Member List

PAS30339
GoldenBrown2
AparnaG
TPelkmans
Rashid Farooq
Michael Thomas
wpeters1
Phenom
Sarah Cameron
arnoldg
cbaldo1
SideshowBob
Lukasz Pietrzak
Trish
AnandaKumar.S
Jesper Lund Stocholm
SimonQ
pasand
Ruba81
Mohamed Hussein
Only Title

Jean-Nicolas's Q&A profile

  • Visual Studio Team System Sharepoint error after installation

    Our internal IT department installed TFS Workgroup Edition for us, but it doesn't work. When I try and create a new project (I am an administrator) there is an error when it gets to the sharepoint section. There are also errors in the event log indicating sharepoint problems: #50070: Unable to connect to the database STS_Config_TFS on DEVTEAM. Check the database connection information and make sure that the database server is running. Login fail ...Show All

  • Windows Forms How to kill application?

    My windows form starts like this: [STAThread] static void Main() {      My_App ma = new My_App();      Application.Run(ma); } When I get into the "ma" class, I check to see if the user is online. If he is not, I just need to kill the whole app. However, I'm having trouble killing the main form from my "ma" class, so the user just sees a blank form on the screen. Any ideas thanks for any h ...Show All

  • Visual Basic VB Exit by the X box

    I have written a reasonably complex VB code that when exited by the upper right corner X box, leaves itself in memory. The exit box control I added exits fine. Each time a user exits via the X box an additional copy is left in memory (as viewed by the Task Manager). Am I doning something wrong that is causing this problem The common cause I see for this is when one has created threads of their own to do work and did not set their IsBa ...Show All

  • Windows Forms How to Unselect item of ListBox?

    Hi, My Window Form ListBox lbxQuyen with SelectionMode MultiExtended.  I use the following code to unselect all Item in ListBox,  for(int k=0;k<lbxQuyen.Items.Count;k++)  {  this.lbxQuyen.SetSelected(k,false);  }  But this code not run well.  When I debug this, lbxQuyen.GetSe ...Show All

  • Visual Studio Team System How Does One Access the Response to WebTestRequest (VB.NET)

    I need to parse an XML resonse to retreive some values contained in the document so I can pass them in the next WebTestRequest.  Any help would be appreciated! Thanks Josh!  This worked just as you described.  All set for the moment. ...Show All

  • Visual Studio ReportViewer and Drillthrough Report

    Hi! My report has a drillthrough report (a hyperlink action on a textbox jumps to it) that is a chart showing the informations of the table in the main report. I used the ReportViewer control to do my paramater bar, and it works fine until I try to see the chart. It just doesn't show anything. I used the OnDrillthrough event handler on the reportViewer tag on my aspx file, but it seems it doesn't realize it's a drillthrough when I click on th ...Show All

  • Visual C++ CoInitialize() in Managed C++ VS 2005

    Hi, I am using accessing an unmanaged c++ lib-file from managed c++ in Visual Studio 2005. This is my code: bool MyClass::Initialize(String ^config) { CoInitialize(0); // Allocate memory mHandle = new MemoryBufferHandle(); . . . } This is part of my error: error LNK2028: unresolved token (0A00029D) "extern "C" long __stdcall CoInitialize(void *)" ( CoInitialize@@$$J14YGJPAX@Z ) referenc ...Show All

  • SQL Server What happened to good old object search ???

    Hi There I have been working with MSS Management Studio for some time now. One thing really bothers me, i cannot find the equivalent for object search found in good old query analyser. I have many QA databases, and the all have tens of thousands of tables and views. If i need to find a table or view i go to query analyser and do an object search and i get the result within a second. The only thing i can do in Management Studion is filt ...Show All

  • Smart Device Development Bluetooth Configuration via Code / XML /Something else...

    Hi Forum, since a few Members helped me already with come configuration Issues I again rely on your advice. What I would like to do is the following: Configure my Windows Mobile 5 Pocket PC Phone Edition Device to work with a GPS bluetooth device via code, xml or something else. I looked in the Windows Mobile 5 SDK Documentation. The configuration via a <wap-provisioningdoc> xml document can only be done on a smartphone. What I need to set ...Show All

  • Visual Studio Tools for Office Testing if a user property exists

    Hello all, Before performing a search on the calendar folder, I want to test if the user property "test" exists in any of its items because if I don't test it, an exception is raised. Thank you Remi Could you be more specific about what it is that you're trying to do Including a code sample that you think should work but doesn't would be helpful. Thakns ...Show All

  • SQL Server SQL Deployment / Production Package Versioning

    For the past few months I've been developing an DW and ETL with SQL 2005 / SSIS.  My packages are being deployed to a SQL Server.  Although in the end game we will have a Dev/Staging/Production environments, I would still like to archive production packages when we push staging to production.  Essentially I would like to archive the last X packages that were deployed to production where X is a reasonable number (3 - 5).  ...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

  • Smart Device Development smart card devices

    Could we discuss about smart card devices here... How what can be done in VS 2005 If you need to access SC from CE application, please see this: http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcesmart/html/ceconSmartCard.asp ...Show All

  • Visual Studio Express Editions Share with friends

    Is it ok to burn a copy of these 5 Visual Web Developer 2005 Express Visual Basic 2005 Express Visual C# 2005 Express Visual C++ 2005 Express Visual J# 2005 Express to a CD for some friends of mine who can't dl them from here While Visual Studio Express is free, we do not give users the right to burn CDs of the products & redistribute them. Express will be freely available from the Microsoft web sit ...Show All

  • Windows Forms ImageList handles

    I'm writing an app in C# and need to access the system's image list.  I've wrapped the SHGetFileInfo() command, which (with certain arguments) returns me a handle to the system image list and an index into that list for the icon for the su ...Show All

©2008 Software Development Network

powered by phorum