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

Software Development Network >> Roger Amorim's Q&A profile

Roger Amorim

Member List

Vadim Volkov
SWA
Burger
N8WEI
eugene6826
Peter Gubanov
DNA Dashboards
sp_412000
rahulMCA
John Wrate
Glg
ssekhar
evarlast
Ara Petrosyan
Marie -devBiz
Jaxidian
Timothy Wilson
Pomi
WariaReiMasi
basittanveer
Only Title

Roger Amorim's Q&A profile

  • Visual Studio Tools for Office DOS

    Hello All, I'm using a dos application -  a phonebook - and i'd like to know how can i fill in every input lines from an excel file. I mean the dos program is asking for some data that i need to fill in from an excel table. Eg: the table: Name:       Address:              Mail: Mike          Somewhere         Somebody@server.com Andy          Here         &nbs ...Show All

  • Visual Studio Team System Project portal on separate tier

    hello, is there a way to install only the project server on a separate machine, instead of the machine where the team foundation server is running Hi, is it or will it be possible to use a Sharepoint Portal Server 2003 as host for the Team Project Portals created by Team System. We would like to keep our Projects in one place. Thanks, Mats ...Show All

  • Windows Forms Delete multiple directory in file system

    Is there any way we can delete multiple directory at the same time without cleaning the children I have over 200 folders on the project and I don't really want go one by one to delete the content inside the folder before deleting the folder itself. When I'm trying to delete it is saying: Cannot delete folder, folder is not empty or it might contain excluded files, which are not shown. I can't beleive I will need to do one by one.... please help. thanks. I'm more talking about the visual studio 2005 side (Sorry for the ambiguty). I have a big project on visual studio 2005 setup and deployment. Ho ...Show All

  • Visual C# DataGridView - How do I insert rows?

    I see AutoGenerate properties for Delete and Edit, but what do I need to do to add a new row Thanks, TomK Hi tomkle!! its simple DataGridView a=new DataGridView(); a.Rows.Add(int cout) + 4 overrloads where int cout is the number of rows to be added!! and u can edit the columns too a.Rows[0].Cells[1]; this will edit the second cell of the first line Hope This Helps!! ...Show All

  • Windows Forms Using Keyboard and Mouse Hooks

    Hi all, I am using win-32 hooks to implement macro recording and playback functionality for our application. This is not general purpose utility to use across application but a feature within the application. I launch record/playback palette as dockable window during recording/playback sequence. I am using Sendkeys.Send during playback to simulate key strokes. Currently I am facing typical problem during playback with Pause functionality. When I click on pause button sometimes playback sequence does not work properly as some of the simulated keystrokes are not received by active window as focus may be shifted to record palette ...Show All

  • Visual Studio Team System How to test Smart Client Windows Forms using VS 2005 Tester

    Is there a way to test a Smart Client Windows Forms application (one that is not invoked through IE) Or: How can we test web services directly from VS 2005 Tester without using IE as the interface Thanks, Burkhard   Microsoft Partners such as Compuware and AutomatedQA will offer integration packages for functional UI testing - TestPartner 5.4 from Compuware, TestComplete 4 from Automated QA In Visual Studio 2005 Team Edition for Software testers you can directly test the underlying Web service functionality using unit tests. ...Show All

  • Visual Basic Unable to Convert Excel to XML

    I am Trying to Convert my Excel Sheet to XML Format. 1) Able to Open Workbook and Convert to Dataset using Visual Basic.Net In a Sheet, it contain Formula Cells, Merge Cells ,Refered values from other Cells and Freezed Panes. If i Give range on the Query then within the Range all the values are coming Null. I am Using XMLTextConverter to Convert values into XML Format. Is there any sample code on that to read the Excel Sheet. in this type what i said above. The simplest way I can think of to do that is to load a speadread sheet into a dataset. Then use the dataset's writexml method. How to load a spread she ...Show All

  • Visual Studio Text Box Action--Jump to URL

    I love the text box action Jump to URL. Works great when I specify a URL like http://www.microsoft.com . I tried a URL File://c:\hello.exe That does not work...it does if I type it into IE. Is there a way around this The report is running in a Winforms exe and would be nice to invoke another Winform application. Handles the DrillThrough event on the ReportViewer. When the event hits, always cancel it and then call the executable in the event handler. I have done this to load up a screen in my app. ...Show All

  • Visual C# Custom File Types

    I have created a steup project for my program and have a series of file type I wish to associate which is fine. I just don't quite understand how to get the program to open these files when I click on them I assume you can setup parameters to send to the program Will I need to modify my main method to allow parameters to be passed to it as well cheers Jason, That's correct, you will need a main method that takes parameters, for example: private static void Main( string [] args) {      if (args.Length > 0)      {       &n ...Show All

  • Visual Studio Team System Max 260 characters in path + projectfolder-hierarchi + programname?

    I have just had a strange error saying that there is a limit to the total length of the source control path + project internal path + program name that may not exceed 260 characters. That is obvously too little if you want a minimum of structure in both your team foundation server structure and your projects and you want to stict to describing names for your files. How to I change this setting regards Jens Chr You can't. It's a hard limit in the DB schema. You can't use >260char paths in the Windows shell anyway, so it wouldn't be much help. (Yes, there's the \\ \ syntax, but that's not practical for daily use.) Are you ...Show All

  • .NET Development Very slow debugging

    I have the 2.0 framework on one computer and haven't tested it anywhere else, but I'm experiencing very slow debugging. I have a Windows Form app with about 60 classes/forms. Sometimes after making a few character change in code it takes 30 seconds before I can continue in the editor. Opening a form with a lot of controls on it can take almost a minute. The hard-drive runs almost continuously during these "wait" times. The computer is a 3.2GH P4 with has 2GB RAM and 700GB (fast) disk. I know that the 2.0 editor does a lot more work than the 1.1 editor did, but the wasted time during coding is very PAINFUL - anyone else having these ...Show All

  • Visual C++ Is ref class memory zeroed on construct?

    I know that ref ptrs are null when a ref class is constructed, but is the entire class instance memory zero, or only certain parts Hi, All value type members are likewise zero initialized. Ronald Laeremans Visual C++ team ...Show All

  • Windows Forms Beginner Question - SQL Server and Crystal Reports

    I have Visual Studio 2003 Standard and have done a lot of programming with VB.NET but haven't used any of the other features of Visual Studio.  I downloaded and installed the MSDE SQL server for Visual Studio 2003 and I would like to begin experimenting with it but I have no idea how to access it or how to get started.  Also, does&n ...Show All

  • SQL Server Urgent help please!!!!! Error trying to uninstall RS sql 2k5

    Hello, One of our lovely NA's decided to remove IIS and the reinstall it while RS was installed before trying to uninstall RS. So RS broke. We then tried to uninstall RS to start over and get this error: The setup failed to read IIsMimeMap table. The error code is -2147024893 Anyone have a work around to get us to uninstall RS This way we can install IIS 6.0 from scratch and try to install RS afterwards. Thanks. Okay I recommend backing up your system before attempting this. There is a way to trick Windows into thinking an application is not installed, thus allowing you to install it fresh aga ...Show All

  • Visual Studio Express Editions WMI with Visual Basic 2005 Express

    In the MSDN Library, it is mentioned that to use Windows Management Instrumentation (WMI) with Visual Basic 2005 one has to: Add a reference to "System.DirectoryServices" in the project Add the following line of code: Imports System.Management When I add the above line of code I get the message: Warning 1 Namespace or type specified in the Imports 'System.Management' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. D:\My Documents\Visual Studio 2005\Projects\Seri ...Show All

©2008 Software Development Network