thnx's Q&A profile
Visual Studio Team System What changes in the RC
Hi, I was just wondering if someone could do a quick summary of the changed/improved/altered testing features in the Sep 14 RC. I have previously been using Beta 2, but even a general description of what is different would be appreciated. Thanks in advance Thanks guys - That should make convincing the boss to move to the RC a cinch! Much obliged. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Where to find XNA build???
This might be a stupid question ... but where can i find XNA build Or is the current XNA build just the XInput and XAct You may find this interesting: http://blogs.msdn.com/briankel/archive/2006/01/24/517071.aspx ...Show All
Visual C# speed up aplication- dataset consist of > 30000 rows
Hello all. when dataset consist moe than 3-5 thousands rows it's star work slowly - more rows -> slow speed :( . in program in timer i look in dataset for row, (FIND method ) then search in dataset (SELECT method) then adding new row to dataset ....... search and find going on VARCHAR fields..... PS everything going on one table. How i can speed up select and find methode or there are others methods which i can use. ...Show All
Windows Forms windows application without userinterface
Hi, How can I hide the webform of the windows application I dont want any user interface at all to appear in the application. I tried deleting the only windows form, but then I could'nt understand where to write the code. My code calls a webs ...Show All
Visual Basic Counting Letters in a string
Hello, I am trying to get VB to count how many A's B's C's D's E's etc... that are in a declared string, can someone tell me how to do this. thanks Ray RFeather[AT][NOSPAM]chstaffing.com Just in case you need it. . . sorted list add this function to CharacterCount: ============== Private Function Sort() As Dictionary(Of Char, Int32) &nbs ...Show All
Visual Studio IVsSolution::GetProjectOfUniqueName returns E_FAIL
Hello, I'm trying to use IVsSolution::GetProjectOfUniqueName to get the IVSHierarchy of a named project. I've used IEnumHierarchies to verify there is only one hierarchy in the solution, but when I call IVsSolution::GetProjectOfUniqueName, it returns E_FAIL. What might cause this problem Thanks, Notre Hi Notre, thanks for the excellent repro steps. So on the call to project.UniqueName returns a ...Show All
Visual Basic Losing Columns from DataGrid
I may have found a bug with the DataGrid. Everytime I go import an image to a button. I lose the columns in my datagrid. I also will lose them sometimes when I go and recompile and start debugging. It is starting to be a pain to have to add and readd the columns. So, for know I left them out till the end. Is anyone else having this problem As Paul suggested, can you write up ...Show All
Visual Studio UIPAB
Dear, Keith mentions on his weblog http://blogs.msdn.com/keith_short/default.aspx that the UIPAB can be used with a recipe. I have been using UIPAB in practice. The UIPAB, however, is rather difficult to explain to novice user. Do you think that a recipe might ease the UIPAB pain for novice users Does there exist a (demo) UIPAB recipe somewhere Do you think that there exists some interest in 'open sourcing' a recipe for UIPAB If this is ...Show All
Microsoft ISV Community Center Forums Excel 9.0 Library and Generating chart with VBA
[code] Function generateGraphs(fileName As String, startCol As Long, ByRef xlApp As Excel.Application, _ ByRef xlShtSrc1 As Excel.Worksheet, ByRef xlShtSrc2 As Excel.Worksheet, _ ByRef xlShtSrc3 As Excel.Worksheet, ByRef xlShtDest As Excel.Worksheet) Dim colsToDraw As Long Dim rowNumber As Integer Dim endCol As Long Dim startColName As String Dim endColName As String Dim xlChart As Chart Dim chartCount As Inte ...Show All
Smart Device Development Developing a Blackberry App
I am aware that RIM uses jave runtime environment for their software. Is it possible to make a blackberry application using VS 2005, in C# preferably Anyone ever tried to make a Blackberry app in some language other than java Thanks. I actually do not even have any idea what I want to program for a BB. I was just thinking of a few ideas, and realized that I needed to learn java to do it, so I havent gone ahead wi ...Show All
Visual Studio Team System Error 32000. Team Foundation Server Setup
Hi I have hint. It really works. When You install Team Foundation Server Application Tier and You get 32000 error with comment "BisRegedit.exe ... return not-zero value:1" Setup uses parameters with such url's like "http:\\<computer name>\..." to execute Commands So your computer must be visible via such url. In Internet Options\Connections\Lan settings... uncheck option "Automatically detects settings". It is one of these amazin ...Show All
Visual Studio Tools for Office Capture Word Document Keyboard events from Visual Basic
Hai, i would like to capture the altered text in the word document from the Visual Basic. Is there any way to do this Thanks in advance. Bye. Suresh. Hi Suresh, Is this a VBA or VSTO solution you are trying to do this from Thanks Darryn Lavery (MSFT) ...Show All
Visual C# Hello world not working...
hi there I have just purchased the book "programming microsoft visual C# 2005 : the language" by donis marshall. To my great disappointment the first code sample in the book does not work. It produces an index out of range error instead. I copied it Verbatim and i cant find whats wrong. can somebody help: using System; namespace hello_world { /// <summary> /// Summary description for Class1. /// ...Show All
Software Development for Windows Vista FaultHandler on State Machine (Beta 2)
Hi. Can anyone point me to (or send me via email <removed by the post author> an example for a State Machine WF (Beta 2) using the FaultHandler activity. I tried using this activitity on a State Machine WF (Beta 2) but I can't find a place to drag into. Any help is welcome. Joao Lopes Joao - you can use the FaultHandler inside of a FaultsHandlerActivity - you can get the FaultsHanlderActi ...Show All
Smart Device Development Recording sound with a given volume threshold.
Hi everyone, I am writing an app in c# that requires to record an incoming sound with a given volume threshold, say, when my voice is higher than a value, it will be recorded by PDA and when my voice is lower than the minimum value, PDA stops recording and a wav file is save in PDA. anyone has some ideas about doing that which lib, dll shall i use thanks a lot yes i tried that, i can record and play wav files but still have no ide ...Show All
