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

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

A. A.

Member List

JohnLx
Jerome Hannebelle
UKChris
KonMan69
Kalyan Chakravarthy
Adamgaventa
rsacristan
Andrey33
Simon_-_Yang
Hafiz Basharat
2162
Sam_bham
Coreymas
Ilianato
Frank Potter
Padma
Pabya
AndersT
eli_verbuyst
micahjj
Only Title

A. A.'s Q&A profile

  • Visual Studio Team System Web Recording is not working ..Pls help me Figure out

    When i try recording a Webtest My Recording doesnt work. The Record options seem to be Greyed out (disabled).. The Browser loads Up pretty quickly when i click on a new webstest But then its all greyed out I have seen this before . please help me in figuring this out. I dont want to reinstall my Visual Studio2005 Thanks Roy Can you try killing all your iexplore.exe processes and trying a ...Show All

  • Visual Studio Can I call a CRVS Runtime Viewer object from FoxPro applications?

    I am a convert to Visual Studio but still have to support an app written in FoxPro 7, where I used the CrystalRuntime.App.8 object to provide report viewing functionality. However, over the years, serious compatibility issues have cropped up with Crystal Rpts version 8. Now that I have invested in .NET 2005, can I make use of a similar RunTime form of CRVS from my FoxPro application Thanks! Karl Kaiser ...Show All

  • SQL Server Problem with CLR SP connecting to remote server using VPN

    Hi, I am trying to write a small application that will connect to different VPN's and download some data from SQL server running on the remote PC. I wrote an CLR SP calling Win32 library to connect to particular VPN. If the library succesfully connects to the VPN, I call a sql select to download the data from the remote server, close the current VPN connection and continue with next VPN. The problem is that sometimes the first table for ...Show All

  • Visual Studio Express Editions What now? - x86

    I have downloaded http://www.microsoft.com/downloads/details.aspx familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en . To let me redistribute my applications, but I don't understand how to use this. I installed it and I was given no instructions on how to use it. Please help, Wilko Well i would like to know how to now make it so my program standsalone which was the whole point of getti ...Show All

  • .NET Development Exposing a collection class to COM

    I'm trying to add COM backwards-compatibility to a .Net class. Mostly I have been able to use the COMVisible attributes etc. to publish interfaces to my .Net class that can be read from VBA etc. However I have a problem with exposing a parameter with type Collection<myobject> to COM: I get an error "Type library exporter encountered a generic type instance in a signature". What is the best way to handle this, and ideally have the ...Show All

  • Visual Studio 2008 (Pre-release) Customize ListView to GridView

    Hi all, May I customize ListView to GridView to support binding data How to set line to ListView Thanks Steven Yes you can ListView/GridView to a data provider. You do this by setting it's ItemsSource property. Then you setup the GridViewColumns to bind to invidual fields via their DisplayMemberPath property or, if templating is required, via Bindings to elements within the CellTemplate. HTH, D ...Show All

  • Visual Studio Team System Using Environment Variables in Team Build

    What is the syntax for using an Environment Variables in a Team Build script. I thought it would just be the same as a standard property, but its not working for me. I define an env variable on the build machine called WiXRoot, value of C:\WiX\2.0.3719 In my Team Build script I am using a WiX task which requires this value in the WixPath parameter < CompileMsi SourceFiles = " $(WiXSourceFiles) " OutputFile = " ...Show All

  • Visual Studio Express Editions VWD - Code folding in inline code model?

    Is there a way to enable code folding within the Inline code model I'm currently trying out the personal website starter kit, which has a couple of files with inline code - e.g. global.asax and handler.ashx - and I don't see the little minimize buttons along the side. Any idea if this is in the full blown beta 2 (i.e. non-express editions) I don't have my copy yet so I haven't been able to try it on there. The outlining feature cannot be e ...Show All

  • Visual Basic Read &amp; change user settings that created by another vb.net project

    Hi, How can I read & change user settings that created by another vb.net project If the solution contains more than one executable, is it the better way to share the application or user data by using windows registry ...Show All

  • Visual Studio Express Editions need help

    hello expertes, im new with visual web developer 2005,so i need some assistances.so my ques, is it possible to connect my SQL server database into visual web developer data source, to stublish a new connection if its possible then what would be the proper way to do it thnakin you himel The group here is mainly for installation and registration problems with the Express Products, If you drop over to ...Show All

  • .NET Development Prob with System.diagonstics.process

    Hi, with the help of system.diagnostics.processes class, i'm opening a new process - iexplore.exe and passing in the required parameters. it works on my machine, the iexplore.exe process starts but however, the process doesn't start on the server where i need to deploy it(microsoft server 2000). what could be the prob plz help Could you provide some more information for us.  Are you running this code inside a Windows app, service, web ...Show All

  • Visual Studio 2008 (Pre-release) Using Indigo from a Web Browser Application

    Hi! I'm building my first Web Browser Application (using the February CTP), and I got everything running smoothly from my dev server. Now I need the app to contact the server - let's say to validate a username and password. I have done similar things from Java Applets and Flash applications using Web Services. Is this still the way to go Ie. the "Indigo" way And if so: How is it done I'm grateful for any information, be it dir ...Show All

  • Windows Forms Saved new record, what is the best method for clearing a form.

    OK, this is a nub question by a guy who knows a lot about web but not nearly enough about Windows forms. If I open a new form to create and save a new record (like a new user), what would be the best way to re-initialize the form after the record was saved to start over again with a blank form I do not really want to close the form, because a data entry person may want to sit and enter numerous records without having to open a new form all ...Show All

  • Visual C# debug vs release

    hi, what diferences are betwen "debug" and "release" binary file version of project Just to compliment Vikram's information: You can debug release versions (without disabling optimisations) in .NET 2.0, by doing the following: 1. In Solution Explorer , right-click the Project node and click Properties 2. In the Properties window, select the Debug tab 3. Change Configuration to Release 4. Under Output , click Advanced... 5. In Advanced Bui ...Show All

  • Software Development for Windows Vista Is there a filter or a known way to output only some frames of a movie?

    Suppose I have an array of frame indices such as [0,4,5,6,10,15.. and so on] I would like that only those frames will be played on screen and all the others skipped. Is there a known good way to accomplish this Thanks in advance. By the way -  Is it hard to write such a filter by yourself Any ideas for me where to start Thanks ...Show All

©2008 Software Development Network

powered by phorum