Software Development Network Logo
  • Visual C++
  • Windows Vista
  • Windows Forms
  • .NET Development
  • Audio and Video
  • Visual Studio
  • VS Team System
  • Visual FoxPro
  • Microsoft ISV
  • Smart Devicet
  • IE Development
  • SQL Server
  • Visual C#
  • Game Technologies
  • Visual Basic

Software Development Network >> Evan Mulawski's Q&A profile

Evan Mulawski

Member List

StUdEnT in distress
Dan Heidel
ottogbg
Adrian S.
Zygimantas
Raybritton
Steve9753
Oscarfh
IceAngel89
AndyL
Thymen
SQLBOY36
storm2517
Kanishka
Cherian
Manik Gupta
Tobias Boehler
FaheemKhan
morphius1
Rob Rice
Only Title

Evan Mulawski's Q&A profile

  • Visual Studio Team System How to specify a placeholder for the name of a GLOBALLIST used in a WIT?

    We want to implement a process template for various projects based on one TFS. Several field values in our WITs should be filled up by global lists which could easily be updated afterwards. But ... the lists for each project should be filled with different values (e.g. different product versions, different supported operating systems, different customers, ...). And ... we want to maintain one process template for all our projects. Is there any chance to specify something like e.g. "GLOBALLIST: [Project] Versions" as a suggested value in our WIT With user groups it is possible to specify e.g. "[Project]\Developers" Thanks for any feedback... Could we perhaps expect to get this "feature" ...Show All

  • Visual Studio Express Editions Accessing web text box

    I am making a program that automates the downloading of a file from a website of one of our providers. There is a login page which I can load up on Form1_Load() which has a user name and password box. Looking at the source code, these are called : document.forms[0].userName.value = ""; document.forms[0].password.value = ""; There is also a submit button : input type="submit" value="Go" How do I access these I want to push a button that enters the username and password and then hits the Go button and effectively submits the data. Any clues be sure you check the values/objects you are going to be working on to make sure that they are not null, otherwise you will get the exception (nullref) To ...Show All

  • .NET Development Speech sdk 1.1 error

    Hi, I insalled speech sdk 1.1 but am using .net 2005. th problem is speech sdk is asking for .net2003.. how to use that in visual studio 2005.. its showing error when am asking to install .net speech tools.. Speech SDK is now up to version 5.1 , you might have missed a few versions. But, it is a rapidly developing technology, typical for something that just doesn't work out of the box (Dragon Speaking, arrrrrhggggh). Anyhoo, it's primary interface is COM, you'd need to add a COM reference to your project to use it. Read about the COM interfaces available to you here ... ...Show All

  • Visual Studio Team System Compare local file date time shows as 1/1/0001 12:00am?

    When you compare local file to server file that date time shows up for the local time... why Why wouldn't it be time the file was edited or time of the last version you had in your workspace Is that expected Thanks Usually it's the time of your workspace version. I suspect this comes from cases where there is no workspace version. Examples would be pending add, pending branch, cloaked file, etc. ...Show All

  • Visual Studio 2008 (Pre-release) How to pre-fetching object graphs using VB Syntax?

    I see posts and other examples in C# for pre-fectching object graphs. I do not see any VB examples. Can someone let me know how to pre-fetch using VB 9.0 C# syntax - e.g. var q = (for c in db.Customers where c.City = "London" select c).Including(c => c.Orders) What is the VB 9.0 equivalent The May 2006 version of VB does not have lambda support so this functionality is not expressible in VB at present. The VB team is considering various options for such functionality. Thanks. Dinesh ...Show All

  • SQL Server How to repeat header of the table for each record

    Hi, In RS 2005 i am using a table to show the multiple records.Now i want to repeat the header of the table for each record of table but dont know how to do this.the layout should like.. Name Address Mach xyz Name Address Peter abc Also how can i make our report multilingual. Pls suggest me. thanks in advance.. Right click on your details row, and select "Insert Row Above". Then you can put your column headers in the textboxes and it will repeat for all records. Another way to do this is, right click on your table header row (the one you want to repeat), and select "Copy". Then right click on your detail row, and select "Paste". This will insert your column headers as ...Show All

  • Visual Studio Express Editions Can I use the System.Net namespace?

    I'm making a Client Server application from a book that uses the System.Net.Sockets namespace and when I compiled it from the command line using csc with no options it compiled fine, but when I try to compile with Visual C# .NET 2005 Express edition it can't find the System.Net.Sockets namespace and I tried adding the reference but I can't find it. Can someone explain the situation Thanks in advance. A reference to System.dll is enough to get access to the System.Net.Sockets classes. Perhaps you need to add this to the top of your source code file: using System.Net.Sockets; ...Show All

  • Visual Studio Tools for Office How to go from Microsoft.Office.Tools.Word.Application to Microsoft.Office.Tools.Word.Document (VSTO v3)

    I have downloaded and played with the VSTO v3 CTP. Am I missing something I can't figure out a way to go from Microsoft.Office.Tools.Word.Application to Microsoft.Office.Tools.Word.Document or the other way around. Document.Application returns a M.O.I.Word.Application and Application.ActiveDocument returns a M.O.I.Word.Document. It not only blocks me for something I want to do but it also seems counterintuitive. You have two seemingly very interrelated objects that aren't actually related in any way. I'm not sure what the new Application object buys me over the old Interop version from a programming perspective. I understand all of the cool features from a deployment and management perspective. I am very excited about the new managed ...Show All

  • Visual Studio Tools for Office Deployment of VTSO solution developed in C#

    Hi, I have been using Microsoft .Net 2003 (C#) and VBA to develop solutions for Microsoft Office 2003. Basically it is a user-template based solution. I want to migrate to Microsoft .Net 2005 and use VTSO to develop the solution for Microsoft Office (2003 and upwards....). It will be a Shared-Addins type of solution. (all the solution are for desktop-winforms) I want to know whether I need to deploy Office PIA to the user's machine when deploying the VTSO solution All the possible solutions are welcome. Also, Please suggest If there is a more better solution in VTSO other than Shared Addins Thanks Padmabhushan I recommend that you do not use the Shared Addins. Instead you need VSTO 2005 SE to create Addins f ...Show All

  • Visual FoxPro How to copy one column to another

    Hi all, I would like to copy a column that has prices (fprice) for parts in it to another column within the same table.  Then I am going to do a replace on the original column (fprice) to increase the price by a fixed amount (I know how to do that).  The table has a column that is not used for anything (by us) within the application.  It is a User Character 3 field (fcusrchr3).  I need to do this so our CFO can look back at the old pricing if need be.  Any help copying the column would be greatly appreciated.  FYI, this is in Visual Foxpro 6. Thanks, Erik FYI scope clause "ALL" that is found in many commands like replace,delete etc are an easy way ...Show All

  • SQL Server SQL 2000 developer edition

    I have a SQL cluster that is using SQL 2000 developer edition on both nodes - I need to bring these servers into production, the question is how do I upgrade Developer edition to Enterprise edition I have been told it’s a simple REG change but can't find it on any forum. Or do I need to de-install and reinstall the correct version - Any help is appreciated. Thanks all in advance Hi, as Allen pointed out this should be enough, the binaries will be exchanged during the setup process. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Live Developer Forums Drawing an area using a set of zip codes

    Hi All, Does anybody know how to draw an area, using polygons, using a set of zip codes Or reversely, a user can click on a map and draw a circle where you get the zip codes from the selected circle area.. Would be very cool when this is possible! Thanks, Henk Ok clearly my memory for US cities is not good. Hopefully my coding memory is better. You have permission to call Sydney the captial of Australia and say "Is Brisbane near Melbourne ". John. ...Show All

  • Windows Live Developer Forums How to do search in sql server database for all properties (with long, lat) that fall within selected map area?

    Would like to create site with similar functionality tohttp://www.realtysouth.com/consumer/listing/ListingSearch.aspx SearchType=map&ListingType=1&ListingSearchID=&RECoJumpSearchID=&action=&defaultlevel= for our site www.mls.ca How to do search in sql server database for all properties (with long, lat) that fall within selected map area thanks steph If you put your logic on the "onchangeview" event then whenever the map is panned, zoomed etc you can get the current bounds and make your query. This covers 2D and rectange. Birds eye I belive is quite different. 3D is a little interesting, becouse you can rotate the view you must ensure your bounds are the right w ...Show All

  • Windows Forms prevent DataGridView selection

    Hello All, I have 3 columns in my datagridview and about 100 rows. When the user clicks on any cell in column 0, I want to prevent that row from being selected i.e. the datagridview should retain its previous selection if any if the user clicks on any cell in column 0, but the default behaviour should be executed if user clicks on any cell in column 1 or 2. Is there a way to achieve this My datagridview selection mode is FullRowSelect Thanks, ...Show All

  • SQL Server please check this trigger

    Apparently I could not insert a text field to another table from INSERTED in a trigger. It seems the following is working, do you see any problem joining INSERTED to the mySrcTable which is the table that has this trigger INSERT INTO myRemoteDatabase.dbo.myDestTable (myTrID,myFirstName,myBigText) SELECT i.myTrID, i.myFirstName, p.myBigText FROM INSERTED i INNER JOIN mySrcTable p ON i.myTrID = p.myTrID WHERE (i.myTrType = 'In') Thanks, What type of database is MyRemoteDatabase It may be that the driver does not support the text format. If this is the case you can try casting the text field as a varchar. Note you would loose any thing over 8000 characters. ...Show All

©2008 Software Development Network