François's Q&A profile
Windows Forms How do I catch SelectionChangeCommitted event of a combobox in a datagrid?
I have a standard combo box in a datagrid (DataGridEnableComboBoxColumn) and I want to catch the SelectionChangeCommitted event. Does anyone know how to do this Blue & white hooped blood runs through my veins Hi Supa Is there any chan ...Show All
Visual Studio AssemblyInfo task
I am trying to use the AssemblyInfo task in my team build, from this blog: http://blogs.msdn.com/msbuild/archive/2005/11/11/491947.aspx A few questions: - rather than editing each .vb/.csproj file, is there a way to set assemblyinfo details across all assemblies in a team build - what about web apps that dont have an assemblyinfo file - is there an easy way to use the $(BuildNumber) property in Team Build as the assembly version n ...Show All
Visual Studio Is VSIP still alive?
When I went to download the aug and sept ctp releases of VS SDK (~40MB), I found download links for VSIP SDK too (~47MB). I thought VSIP was what became VS SDK 2005. Could someone explain what is the difference Also, Microsoft has released VSTA beta (Visual Studio Tools for Applications) at the PDC 2005. How is it different from VS SDK. TIA, -Azhagan The VS SDK contains the VSIP SDK content plus more. The VS ...Show All
Windows Forms tablelayoutpanel flicker / performance
We are finding that the tablelayoutpanel control is causing a lot of flicker, especially flicker when resizing. We have an windows forms architecture based on user controls and tablelayoutpanels (we use the CAB). Our major flicker issues happen on our detail UI elements, such as a single row data maintenance user control of the pattern: Page Title Label A: TextBoxA Label B: TextBoxB Save Button / Cancel Button These control are organised ...Show All
Windows Forms Inserting items at specific index in listviews (c# .net 2.0)
I'm having some problems inserting items at specific indices in listviews. ShowGroups is enabled. When running ListViewItem c = new ListViewItem("test"); c.Group = lvStacks.Groups[0]; lvStacks.Items.Insert( 0, c ); the items just appears at the bottom of the list. Though, if i turn off the visualization of groups the order gets correct. I'm not sure how the items in the group and the items in the listview are syncronized. For examp ...Show All
Visual C# DataGrid
I am looking for a data grid in VS2005 toolbox and not finding it. I am finding DataGridView which does not have all the same methods as DataGrid. Any help Try this: Right-click the Toolbox and choose Choose Items ... Scroll down until you see DataGrid (namespace: System.Windows.Forms ) and ensure that it is checked Click OK ...Show All
Game Technologies: DirectX, XNA, XACT, etc. MFC and a Dialog frame showing the Direct X dispaly.
Using the App Wizard that comes with Direct X 9 and Visual Studio 6 (because that is what the app wizard was created for (I know i'm lazy)). I have started on a single document mfc application with a picture frame where the Direct X renderings are displayed place. I have now completed the majority of what will be shown in that window and wish to create other diologs also showing frames like this. That app wizards builds this funct ...Show All
.NET Development .NET remoting Server monitoring
Hai, I've developed a simple application including a server, a client and two remote objects. This application is built on tcp. I need a monitoring application for this .NET remoting server. This application will display the status of different server remoting objects. How to implement this server monitoring tool or application Thanks Jefy What sort of monitoring do you have in mind One option to consider is to use Enterprise Ser ...Show All
SQL Server SQL Server Mobile tutorial and getting proper mobile DB installation
Hi folks, I'm new to Windows Mobile progamming, and new to this forum. Apologies in advance if I'm asking a boneheaded question, but I've done searches and can't find anything directly applicable to my problem. I'm currently walking through the published MS tutorial in setting up an SQL Server 2005 Mobile application that subscribes to a publication on SQL Server 2005 to exchange information. I've gotten almost all the way through... successful ...Show All
Visual Studio Tools for Office Trust? Load Customization?
I need help -- I've tried so many things my head is spinning. I've only just started doing this application, so right now there's very little code in it. The code is on a network drive, along with the spreadsheet. My Visual Studio and Office are on my local machine. I have administrator rights on both the network and my local machine. I get the following warning: "The assembly must be granted full trust before the solution will run" ...Show All
Visual J# how to import org package in J#
how to import org package in J# . should i download any package for that VJ# supports only a JDK 1.1 level library, which doesn't contain any org packages. See the following page to know which packages, classes, methods etc. are supported by VJ#. http://www.ujihara.jp/CodeTips/VJSharp/en/jslibrary.html ...Show All
Windows Forms Fotovision Enhancement
I to everyone i've just (quite) finished a little mod on fotovision. I've added the possibility to use accounts to access different website. It's now possibile to manage more that one website. So, let's say you have www.yourisite.com/friends and www.yoursite.com/parent ...Show All
Software Development for Windows Vista WorkflowRequestContext.Current.WorkflowRuntime Error
Hi , Hope someone can help...using VS2005 Ext 1.2 Beta I'm in ASP.NET 2.0 world trying to run a sample app from this Sample Gallery, namely the Tecnology Sample "ASPNETWorkflowExample - 2005-10-07". I get an exception trying to run the workflow after calling this line: I have the config setting as per below but still when debugging it the WorkflowRequestContext.Current object is null! TIA John Offending line ...Show All
Visual Basic Does VB.net have "Sets" ?
In delphi, IIRC, you can create a set, say of characters: Set={a,e,i,o,u} Then have : Dim A as char If A is in SET then .... I'm guessing I'd have to do this with LISTS. But was wondering if vb.net has SETS. I don't think there is a set container in .NET. There's certainly no way to create a set with that sort of construct, unless what you're creating is an array, then it looks very similar to do a single ...Show All
SQL Server what is [SQL-DMO]
in computer management, when i expand the branch of my sql2005 express, i got a error message. it seems i cant register my server, but i cant login in sqlcmd i also installed sql2000, and it works fine... could anybody help really strange This will never work. You need to use Management Studio (full or Express) to connect to SQL Server 2005. We have a bug file on our side to determine why the server is being registered. I ...Show All
