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

Software Development Network >> Manu30's Q&A profile

Manu30

Member List

Grouchypb
Harold
Ventmore
Murali Krishnan
Markus85
intrader
guppie
WinFX_Girl
Lalaa
Jassem
Xzion
csharphelp
Nicholas Herring
senthilkumarr
PamMin
CTGuy67
Woserbop
Visual Martin
Amjad
FABIOG
Only Title

Manu30's Q&A profile

  • Smart Device Development is there any news for WM 5.0 emulator download ?

    Is there any new progress for WM 5.0 emulator i need it to test active-sync thanks It is available for download and as part of VS2005. The images come as a separate SDK download. Thanks, Vladimir ...Show All

  • Smart Device Development open IE in application

    Does .Net CF provide any method to open IE with given URL Just like it is in full .Net Framework :        System.Diagnostics.Process.Start(URL) Thanks. OpenNETCF provide Diagnostics.Process It works, justing calling Process.Start("iexplore.exe", URL) . Thanks. ...Show All

  • Visual Studio Team System Exception Message: The request failed with HTTP status 503: Service Unavailable.

    I am having problems creating a new project.  I also cannot type in the Computer name to connect to Team Foundation Server but I can type in the ip addresss. Here is my attempt to create a new project with the IP Address. This is the log.  Does someone know a solution for this 11/30/2005 12:15:07 PM | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved | Completion time: 0 seconds 11/30/2005 12:15:07 PM | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0 seconds 11/30/2005 12:15:54 PM | Module: Wizard | TF30227: Project creation permissions retrieved | Completion time: 47.7346805 seconds ...Show All

  • Visual Studio Express Editions Full vb express download

    I'm sure this has been asked before, but it is not very easy to search thru the forum. I have a 64K dialup connection @ home therefore its not practical for me to download the framework and vb setup files using this connection. At work I can download, but do not want to install the program on my office computer. All I need to know is if the vb express package (full, not the 2MB version) is available and where I can download it so that I can use a download manager @ work...any info will be appreciated. You can download an image of the vbexpress cd here . That will take a long time with dial up. You might want to look into getting ...Show All

  • Software Development for Windows Vista capture audio from microphone

    i am looking out for some help on how to capture audio...i made an application using directShow for video capture but dont know how to insert commands for voice capture..any sites u know..or any help do inform... there are 2 different methods for enumerating audio sources / an audio crossbar (usually TV tuners ) or an audio mixer (usually sound cards ). What does this line mean going thru IAMCrosssBar i got the info that the inpit pin of audio is to be routed to the output pin of video capture ...is this right or i ve misunderstood Using mixer i get info that "mic" is enabled so i guess i ve to route it according ...Show All

  • .NET Development The new version: 2.0.50727

    I have heard that. But not sure. Thanks http://www.microsoft.com/downloads/details.aspx FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en ...Show All

  • Visual Basic How to Count Files and Folders in a directory

    Please post your code to count files in a folder and how to get the folder count in a directory. Thanks.         Dim s As String = "C:\FolderName"         Dim d As New System.IO.DirectoryInfo(s)         Dim intFolders, intFiles As Integer         intFolders = d.GetDirectories.GetUpperBound(0) + 1         intFiles = d.GetFiles.GetUpperBound(0) + 1         Msg ...Show All

  • Windows Search Technologies THE FIX FOR IE's AUTO SEARCH {from the address bar}

    I cannot search from IE 6 Address Bar any longer, The defaults are set, and it used to display results in the main window; I can still go to a specific web site, example: I can type www.microsoft.com and it will go to that site, but if I just type in "x", where x is my search name of an item, I get a page cannot be displayed and the address changes to: http:/// % x Any suggestions to reset this and make it clean Would you mind trying the instructions listed below. Start with option 1. Option 3 i believe is for Win98/W2k 1. To change the default Internet search service http://www.microsoft.com/resources/d ...Show All

  • SQL Server Display record subsets

    I'm creating a SSRS 2005 report on a table with n fields and based on the value of a field I have to show only a subset of the record in the report. ex. Record Fields: R1 R2 R3 R4 R5 R6 if R1= 1 Displayed fields= R2 R3 if R1= 2 Displayed fields= R6 R3 R5 if R1= 3 Displayed fields= R1 R4 R5 R6 What's the best solution I think is a matrix control with al least 4 columns and for each column value put something like Code.getColumnValue(Fields!R1.Value,columnNumber) function GetColumnValue( R1Val as integer,colNum as integer)as string Select colNum case 1 if r1Val= 1 then return Fields!r2.value elseif r1Val= ...Show All

  • SQL Server Announcing SQL Server Everywhere Edition

    Today we are announcing SQL Server Everywhere Edition, a light weight database designed for client applications that run from desktops to mobile devices. Pl see the section 'Dynamic Applications' in the Microsoft's Data Platform Vision and Roadmap from Paul Flessner, Sr VP, Microsoft. Microsoft’s Data Platform Vision and Roadmap: Your Data, Any Place, Any Time Microsoft’s Data Platform Vision and Roadmap: Your Data, Any Place, Any Time http://www.microsoft.com/sql/letter.mspx The new product is based on the familiar SQL Server Mobile Edition. -Durga Gudipati Program Manager, SQL Server Everywhere Edition ...Show All

  • Visual Studio CreateToolWindow2

    Does anyone have any code examples (C#) on how to use CreateToolWindow2 method Here is a C# sample of CreateToolWindow2.   I created my toolwindow in a C# add-in.  You could paste the code in the OnConnection method for a C# add-in for VS.  Hope you find it helpful.   EnvDTE80. DTE2 dte2obj; EnvDTE80. Windows2 wins2obj; AddIn addinobj; object ctlobj= null ; Window newwinobj; _applicationObject = ( DTE2 )application; //application is a parameter passed in to the OnConnection method _addInInstance = ( AddIn )addInInst; //addInInst is a parameter passed in t ...Show All

  • Visual Studio Team System Sharing source code among team projects

    Is it possible to share source code among different team projects Thanks See my post in the following thread for more on how sharing and pinning relate to branchin and merging. http://forums.microsoft.com/msdn/ShowPost.aspx PostID=100477 Buck ...Show All

  • .NET Development XML, XSL, and UML

    Hi, I am a complete newbie to XML parsing. I have some questions and hope this forum can provide me some answers. I did browse through some websites but didnt help. My questions might be very simple and stupid, but I am thoroughly confused. Okay here is my situation: i have a huge huge XML file that contains information about UML class diagram. Now how does having an XSL file help. I mean what purpose does it serve Do I have to have XSL file to read XML file If I need to have XSL file, can anyone point me to a place where I can get XSL file for UML Is it same as UML metamodel Thanks a million, ...Show All

  • Visual Studio Team System Error while generating 'Bug rates' report

    Hi there,    I'm getting the below error while generating 'Bug Rates' report for my Team projects. Any  idea anyone Thanks, Anu An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'AreaPathPath1'. (rsErrorExecutingCommand) Incorrect syntax near 'Measures'. Incorrect syntax near 'WorkItemType'. Hi there,     I am still waiting to get help for this error, We are going to have our server installed for VSTS client to use team wide, but before that it would really great if we could make reports work. Thanks, Anu ...Show All

  • SQL Server Native Client connection to MSSQL 2000

    For MARS support in SQL Server 2005, I'm changing our OLE DB code to use Native Client. My understanding is that Native Client should support SQL Server 2000 as well. When I point my DBPROP_INIT_DATASOURCE to a 2005 instance, everything works great. But when I point to a 2000 instance, the IDBInitialize->Initialize() call is crashing with a bounds violation. In my test case, the only change I made was in my coCreateInstance from this: ::CoCreateInstance(DBIO_CLSID_SQLOLEDB, NULL, CLSCTX_INPROC_SERVER, IID_IDBInitialize, ( void **)&m_handles.pIDBInitialize); to this: ::CoCreateInstance(CLSID_SQLNCLI, NULL, CLSCTX_I ...Show All

©2008 Software Development Network