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

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

TinyTony

Member List

Frank2068
wkst5
jradi
Kevin Sung
Philippe Trottier
Scott L
yhalldorsson
GManNC
StandbySoft
azastawski
LarsLindström
Alan Foster
SnavsDK
Brandon Bohling
Fuzzb
squared
Omar Damiani
frida
Kuda
Jonny_B
Only Title

TinyTony's Q&A profile

  • SQL Server 2005--Management Studio

    We have SQL 2005 -- Yukon 9.00.852 running on one machine. Couple of days ago it is working fine and I am using the Object explorer in Management studio. Know suddnly all the database are gone from object explorer and I only can not see the server name and no database under it. How I can bring all the database backu in Object explort--management studio. From command line I can access all the databases. They are up and running fine. ...Show All

  • Visual Studio Team System Web Testing - When used in Load Test, nothing written to System

    Hi, Pretty beginner question, but unfortunitely I've run out of web-ex's to help me out. I am currently load testing a web site and have written a web test which retrieves data from the data source (10 rows) and inserts these rows into the web site. When run through Test Manager, this works and inserts records into the System. I have now included this test in a load test for 8 users, but I'm not quite sure how this is meant to add data ...Show All

  • Visual Studio ReportViewer Parameter Area

    Does anyone know how I can change the background color of the parameter area of the ReportViewer component For winforms, it is always set to the system control color. For webforms, you can use ReportViewer.BackColor. ...Show All

  • Smart Device Development Why does the new project wizard work this way?

    There are a couple of things I don't understand about the new project wizard (I have only tested the Win32 Smart Device Project variety). 1. Why can't I make an empty static library project The checkbox is grayed out and a ReadMe file is always created. Not very useful at best and annoying when I am moving existing code to VS2005. 2. Why can't I choose not to use precompiled header files if I am making an executable The Microsoft way of doing ...Show All

  • Visual C# Exception handling shortcuts?

    Say, I have one class SampleClass have 20 methods named Method1, Method2, Method3, ..., all these methods need to be enclosed by a try{}catch{} block. Obviously, this is not that pleasant to do it 20 times. My question is therefore, is there any way that I can just set up a try{}catch{} block to catch all the exception occured in the SampleClass One possible way, is to provide a public method, within which the 2o methods are invoked. Is this wa ...Show All

  • .NET Development SMTP Windows Authentication in System.Net.MailMessage

    In .Net 1.1 the System.Web.MailMessage class had a property called Fields where I can add properties for authentication E.g //Windows Authentication. mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "2"); In .Net 2.0 this class has been deprecated and System.Net.MailMessage should be used instead. But it seems they have removed this Fields property. So now how can I send mail via an authenticated smtp server ...Show All

  • SQL Server Remove [Identifier delimiter]'s

    in SQL 2005 in the Management Studio when I right click a table and script to new window the output includes the Identifier delimiter i,e. [FIELD_NAME] I would like these off by default.. for the life of me I can't find out if or where this is done... Can anyone help please Best Regards Jon ...Show All

  • .NET Development Determination of Business Logic location

    When should business logic be put into a SQL Stored procedure and when should it be put into Class object we are debating different architectural approaches and I am looking for some guidance. TIA, Dean Further responses (Architecture Forum) http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=680077&SiteID=1 ...Show All

  • Windows Forms DataGridView -- BindingSource isn't updated

    I have a DataGridView that is bound to a BindingSource. When the user right-clicks on my grid,  I have code that selects the row the user clicked on. It looks like this: private void dataGridView_CellMouseDown( object sender, DataGridViewCellMouseEventArgs e ) {     // Select the row     employeeDataGridView.Rows[e.RowIndex].Selected = true; }   The problem with the above is that the underly ...Show All

  • Visual C++ How to access a database

    Dear All, I am new to Visual C++ 2005 and I would like to write a network application that uses native win32 C++ and that stores and restores data to and from a different databases (depending on the setup). I am planing to make this application portable to be launched and executed on both platforms Windows and Linux. My question is that is there a generic iterface that enables me to connect the C++ application to an ORACLE or MySQL databa ...Show All

  • Windows Forms horizontal separator between MenuItem-s

    Hi,  I created (without the designer) a menu, and the items show nicely one below the other.  But I would like a horizontal separator something like   File       New       Open       --------       Exit I tried with properties like Break and BarBreak, but that is not what I want. There is a frequently used Windows standard, which i ...Show All

  • Windows Forms Reply to the locked message

    add the label to control collection in forms Me.Controls.Add(simpleMsg ) -- Problem creating and display new instance of label class Posted: 17 Jul 2003 08:54 AM  I have this code to display a simple messege at the left top of the window.  Dim simpleMsg&nb ...Show All

  • Windows Forms LookUp Combo Boxes

    Have an application that displays an employee's information and there are several fields that are foreign keys to lookup tables.  We had not planned to actually bind all the controls on the form to the class that is the employee.  The user ...Show All

  • SQL Server SSIS Package Security

    In DTS we had an Owner password and User Password. The User pasword allowed someone to run and schedule the package, but not edit the contents. Owner allowed full /designer access. I like the two levels of password security. What is the equivalent of this in SSIS I can only seem to get ProtectionLevel security to work with a single password that seems to be required to run, deploy and execute. Looks like an all or nothing proposition unless i ...Show All

  • Software Development for Windows Vista Is there a notification service Activity????

    In WWF there are activities that dont come with the instaler, like FileSystemActivity, I was wondering if there is an activity that notifies tha a change has been made in a SQL data base, something like a notification service Activity, does any one know Other than the activities that come with the product there are some sample activites that can be found at http://www.windowsworkflow.net/default.aspx tabin ...Show All

©2008 Software Development Network

powered by phorum