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

Software Development Network >> Shaun Mulligan's Q&A profile

Shaun Mulligan

Member List

chart
Hamed_1983
Ammarak
buick27
gareth andrew lewis
Vanpelt
Jochen Wezel
Polita
Brad Alexander
Hu Xinrui
BS24x7
roshdsa
Rui Moraes
cocohuang
Onomatopoetikon
Trubble
MarkBruce
nicbkw
alea
ramkoth
Only Title

Shaun Mulligan's Q&A profile

  • Visual Studio Team System Exclude File Types from Source Control

    In the "Add to Source Control" dialog, there is an exclude text box which lists "*.pdb;*.obj;*.dll;*.exe;*.res;*.resources" by default. Is there a way to add to this default list on a project level My goal is to make it less likely that a developer would accidentally add certain binary file types to version control. Not as far as I am aware. Most project level settings for source control are stored as annotations against the team project folder. I have not seen the exclude files types there, but it appears to be stored as a user setting in the registry:- HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\TeamFou ...Show All

  • Visual Studio Express Editions VB 2005 Express/MS Access - row is not being added

    Has anyone had any success with adding a row to an (external) Access 2.0 database. My code is: ' *** create a new row by calling the NewRow method Dim thisRow As DataRow thisRow = dsACCIMAGE.AccImageTable.NewRow() ' *** manipulate newly added row using column name ' note: can alternatively replace column name with column index ' e.g. thisRow(3) = SelectedPathName ' Code for the 1st column goes here after auto-counter updating is resolved thisRow( "ImageDateTime" ) = somedate & sometime thisRow( "ImagePathName" ) = SelectedPathName thisRow( "ImageFilename" ) = SelectedFileName ' Code for the ...Show All

  • .NET Development run .net frame work on win 98..

    i insatalled .net framework redistributable 2.0 and windows intaller 2.0 on my win 98 pc .now i want to run this apllication on my pc .how can i run the apllication thank u .NET Framework isn't an application in itself that you run. It's the foundation on which other applications are built. ...Show All

  • Visual Studio Team System Web tests resulting in Internal Server error due to Invalid ViewState

    I am seeing an odd problem when testing our web site.  I have no problems navigating through our website manually from a web browser and experience no problems when creating a web test that navigates through our web site. But, when I run the web test I created, then I keep getting an "Internal Server Error" on the first server page transfer.  When I look at our server logs it indicates that the problem is caused by an invalid ViewState. But, this problem only occurs when playing back (running) one of my web tests.  The ViewState appears to be formatted correctly (it can be parsed) but the error message gives no further indic ...Show All

  • Windows Forms How to create a DataGridViewImageCell - Ranking Column, like in Windows Media Player ?

    hello, i would like to know how to simulate the behavior of the ranking column in media player 10, like when you hover it, stars are on or off, and allows on the fly editing. the cell values are something like : 0; 75 ; 150; 200; 255 there are 5 values for 5 stars my question is: how can i consider it i mean do i have to create 5 columns , one for each star or is there a way to insert multiple image items in one cell, I found nothing about it or shall i simply use 6 versions of image that will not be editable   thanks a lot Here is an unsupported sample that I created ...Show All

  • Visual Studio Team System Generic Test does not seem to deploy the exe

    I seem to be missing something simple here, I guess. The help states that the exe being run by the generic test will be copied to the deployment directory. This is not happening. Even if I add it to the "additional files" list, in effect forcing it to be copied, it is not run from this directory. This matters a great deal to me because I am trying to use a Generic Test to run my GUI to produce Code Coverage results. So I need the test to run the instrumented exe for this to work. Even this simple example shows that this is not working as the help describes: 1) Create a new blank solution. 2) Add a Test Project. 3) Add a Generic Tes ...Show All

  • Visual Studio Adding Controls to Windows Forms using DTE

    Hi All, I managed to create new Windows Appliation Projects in the runtime using the Application Object Model and to add forms to it. But I couldn't figure out how add controls (textboxes, labels,...) to it in the runtime. Can anybody give me a clue Regards, Imesh Hi Imesh, I would suggest you check out the "Windows Forms Automation" sample from the VS2005 Automation Samples . In short, you need to get an instance of the designer's IDesignerHost interface and use that. For example, you can add a button to the active form with the following code: If TypeOf DTE.ActiveDocument.ActiveWin ...Show All

  • Visual C# A few simple questions...

    I could use some help determing the output of the following code: int intY; int intX; int intMysterValue; intX = 1; intMysteryValue; do { intY = ( int ) Math.Pow( intX, 2 ); lstDisplay.Items.Add( intY ); intMysteryValue ++; intX++; } while (int X <= 10 ); lblResult.Text = Convert.ToString( intMysterValue ); I have trouble understanding the Math.Pow method...Any help Also, I can't figure out what is wrong with the following code: int intY = 10; int intZ = 2; do { intZ = intY + 10; } while ( !( intY < 10 ) ); intY--; lblResult.Text = Converst.ToSt ...Show All

  • SQL Server Saving ODBC password

    I have an app that uses ODBC for connection. Everytime the users log in it prompts the user to enter a password. Is there any way (reg key entery ) for the password to be saved so the user is not prompted Thanks MPM No, I'm sorry you can't do that. This is a security issue, since someone may gain access to your registry information, and thereby uncover your password. Even if you modified your registry information to store the password ODBC would not read that information. I can't think of a work-around, unless you had a VB script or something that automatically logged on to a database ...Show All

  • Windows Forms Rulers.........

    Hi Firstly Happy New Year to everyone. Im currently investigating on how I can implement a ruler and add it to a standard Microsoft Panel Control. Ive searched the net for a control to do this but cant find anything at the moment.  A perfect example would be the ruler in MS Publisher. Any ideas or pointers would be much appreciated.  I am wo ...Show All

  • Visual Studio Team System TF30063: You are not authorized to access <server>

    We have two domains - a "foo" domain where our user accounts and most of our development systems reside and a "bar" domain where one machine (call it TFSServer) containing our Team Foundation Server runs. I log into my system on the "foo" domain as gbereny.  I have administrator permissions. When I try to run the "witexport" or "witimport" commands from a DOS window, I get "TF30063: You are not authorized to access TFSServer".  Again, note that TFSServer is on a different domain. If I log into my system on the "foo" domain as "Administrator", the "witexport" and "witimport" commands succeed. There are other people on other systems ...Show All

  • Visual Studio Class Designer Power Toy MSI + VS 2005 RC1

    I'm trying to install the Modeling Power Toys msi with a new install of VS 2005 RC1 and receive this error: This setup requires the Microsoft Visual J# .NET Redistruibutate package version 2.0.50215. I'm going to try to load up the source and compile myself. FYI - a new build of the PowerToys which works with Visual Studio 2005 final product release is now available from http://www.gotdotnet.com/workspaces/workspace.aspx id=fe72608b-2b28-4cc1-9866-ea6f805f45f3 . Enjoy! ...Show All

  • SQL Server Querying AS 2000 Cubes from SQLServer 2000

    When creating a linked server from SQLServer 2000 to query data from AS 2000 cubes, I get an error: Here's the command I used to create the linked server in SQL Server 2000: EXEC sp_addlinkedserver @server='OLAP', @srvproduct='', @provider='MSOLAP', @datasrc='ServerABC', @catalog='OLAP_DB' go and then when I run the following query: SELECT * FROM OPENQUERY( OLAP, 'SELECT [Segment], SUM([Transactions Total]) FROM Summary_Cube GROUP BY [Segment]' ) I get the following error: Server: Msg 7399, Level 16, State 1, Line 1 OLE DB provider 'MSOLAP' re ...Show All

  • Windows Forms How do you save a Word Doc file into an SQL Server 2000 Database?

    Hi All, I have been trying to findout how you go about saving a word document into my database. My current attempts are using the 'image' datatype. The problem I am having is how do I get the file it's self into a variable that I can pass to the database to store I am using VB.Net in VS 2003. Any ideas welcome, Danny Hi, This article (not-VB.NET) might help: http://www.windowsitpro.com/Articles/Print.cfm ArticleID=37903 -chris ...Show All

  • Windows Forms How to resize Windows Forms controls on Internet Explorer page?

    At the moment we are replacing Java applet with a Windows Forms control. The control is displayed ok.. until we resize its frame by mouse. Java applet was resizing automatically with its frame. Now I need the same behaivour from my Windows Forms control. How can I do it Thank you. ...Show All

©2008 Software Development Network