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

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

majellao

Member List

Gouranga1
jlkirkjr
yonatanh
Digitalmind
Jongo
William Choong
Can1
DueyDooDah
DrMicrochip
betty3110
YZANGARD53535
rolo83
Hilari
jBlues
Julian Jelfs
djstates
Miscellaneous
Masterbrain
JasonFuller
willy denoyette
Only Title

majellao's Q&A profile

  • Visual Studio Dynamic connection and typed dataset

    Dear All, I am new to the VS.NET 2005 reporting. I am trying to develop the windows application in C# and I would like use the reporting control. 1- I need to create a database connection 2- Create a typed-dataset and drop the fields from the typed dataset into the report designer. 3- I create a new window form application with the report viewer control on the top of it and the newly created report is bound to the control. What I ...Show All

  • Visual C# setup project in vs2005 and windows installer

    Is it possible to change (add) controls on dialog boxes in VS2005 Setup project user interface. For example predefined dialog box has 4 Radio button but I need to have 8 them. I did not catch how to customize dialog boxes and controls on them to extend range of selection during installation. ...Show All

  • Visual C# combo box display tables

    hi can someone please tell me how to display all tables from some database in a combobox using ADO.NET. thanx I have recently been learning a lot about how to pull metadata and information from a database using ADO.NET so any one of the following posts on my blog can help you. 1. Getting a List of Tables in a Database Using INFORMATION_SCHEMA.Tables http://davidhayden.com/blog/dave/archive/2006/01/31/2781.aspx ...Show All

  • .NET Development Mappoint calculate not optimized route

    Hello, is it possible to calculate and display a mappoint route without optimizing it I use this code, it works buth it re-arranges the waypoints! appMappoint = CreateObject( "Mappoint.Application" ) appMappoint.Activate() appMappoint.Visible = True appMappoint.UserControl = True objDS = appMappoint.ActiveMap.DataSets.AddPushpinSet( .... ) results = appMappoint.ActiveMap.Find ...Show All

  • .NET Development How Do I get a Web Server on my Visual Studio.NET 2003?

    Hi All,             I  purchased Visual Studio.NET 2003 recently. I cannot practice developing Web applications because I don't have a Web Server installed. Can anyone tell me how to get a Web Server to run in this enviroment Thanks Hi, Dont forget to execute this command aspnet_regiis -i if you are installing IIS after installing VS.NET 2003. This is r ...Show All

  • SQL Server Transferring Records from a table to multiple files

    Hi, I have a table - Student with 25 Million records. I want to transfer the records from the table to flat files. One flat file can contain only 1 Million record. So I need to generate 25 flat files with 1 Million in each file. Whats the best way to accomplish this task using SSIS. Any help would be appreciated. Thanks, loonysan This is an interesting problem. If the number of files to be produced is fixed at 25 ...Show All

  • .NET Development MSXML 6

    Is there a merge module available yet for the new MSXML 6 If not, why Thanks Can Microsoft please provide information on how MSXML6 is to be installed in a public software package if there is no merge module Especially in consideration of the fact that concurrent installations are deprecated with Windows Installer 4. I quote from the MS documentation: "Concurrent Installations, also called Nested I ...Show All

  • Visual C# A C# Program Failed to initialize on friends computer, please help

    Hello all, I know this maybe a stupid newbie question, but I need help with it all the same, so please bare with me. I'm a graduate student in psychology who has a BS in computer science. I am currently writing a program in C# that I need to be able to give to other researchers to use. I wrote a beginning sample and when I sent the release .exe off to a colleague to check it out an error appeared when he clicked on it that said the program faile ...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++ from tht URL it means...

    sorry this is sooo lame but i need to know wht does #include <stdafx.h> do and wht does it mean for example #include <iostream> suggests support for sequential, or stream, input-output it didn't tell in my book... thanx 4 ur help The basic idea is to put all #include-s that are commonly required across the project into a single header file, which is precompiled and is not compiled each time a source file tha ...Show All

  • .NET Development Shortcut to .exe on server doesn't work...

    K, confused... I wrote an app, built it as an .exe and went to put it on a server, for example P:\MyProgram\the.exe I want to drag a shortcut to P:\MyProgram\the.exe onto a local desktop (4 different ones in our office actually) so that way, any time I make a code change to the.exe, I can just upload to P: to overwrite the existing .exe but the shortcuts will still work on the local desktops. In testing, I'm getting an odd error...of course... ...Show All

  • SQL Server Access denied when connecting remotely via SSMS

    Hello, Only the server administrator user can connect to SSIS from remote workstations.  All other users encounter "Access denied".  What security settings are necessary to permit regular user access to SSIS   Firewalling is not an issue.  SSIS is running and works fully for the server administrator user.  All users can manage the Database with SSMS just fine; only SSIS cannot be accessed by regular users.   ...Show All

  • Windows Forms SmartTags support in a DesignSurface

    Hi, I'm doing a Windows Forms Designer using a DesignSurface, I'm adding a couple of services like IToolBoxService to the surface. Now I want to add smartags support, I mean I want to be able to open the action list for controls like in the VS winform editor. I don't know exactly what to do. I tried adding the DesignerActionService but it doesn't works... Regards, Gaston Same thing here! Does anybody have a hint to point us in the right ...Show All

  • Visual Studio Team System Problem displaying the FxCop output results via CruiseControl.NET

    Hi, I am trying to using FxCop to perform the static Code Analysis on the Manage code Assembly .I used Nant Task to run of FxCop. The FxCop Project ran successfully and produced the output in the XML format. I have configured Cruse Control.Net to take the output produced FxCop and to display it. The following is the CCNet configuration. < tasks > < nunit > < path > C:\Program Files\NU ...Show All

  • Visual Studio Team System How to add custom field in alert email contents?

    I would like to add a customized field into the top section of the alert email that is generated when a work item is changed. I have looked into modifying the WorkItemChangedEvent.xsl file however, I would like to add my customized field into the CoreFields section since I want to display this field even if it has not changed. I was able to grab the xml file generated by a work item change event from the TfsIntegration database, dbo.tbl_c ...Show All

©2008 Software Development Network

powered by phorum