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

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

hackbabu

Member List

michivo
bennettdan
tp_hi
Ruma Pal
Mojca
Vela
bill perlman
mdfq10
Musiconet
Ashis Kumar Dutta
Alesander
Erik BN
heinrich Breedt
CTA
Chris Webb
WilliamCarver
vampa
zombie_process
jcorra
James V
Only Title

hackbabu's Q&A profile

  • SQL Server SQL Server 2005 Push

    Can someone point me to any documentation, articles, examples, etc regarding the best way to push data and/or notifications to a remote client machine that is running a win forms app from SQL Server 2005 Hi Reese, There is a (very cool) new feature in SQL Server 2005 with ADO .NET 2.0. YOu will find more information about this on http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/querynotification.asp HTH, jens Suessmeyer. ...Show All

  • Visual Studio Tools for Office Action Pane in SmartTag without VSTO

    Hi @ all, is it possible to create a Action Pane for SmartTags in Outlook, Word, Excel etc. I don't find any opinion yet for this. kind regards   You don't need VSTO to create SmartTags or use the ActionsPane. You can create COM objects or managed code that implement ISmartDocument etc. http://msdn.microsoft.com/office/understanding/smarttags/ VSTO however makes this a _lot_ easier to do and gives you lots of support for managed code. Why do you not want to use VSTO to do this Ade ...Show All

  • Smart Device Development CABWIZ/Makecab problems

    Hi all, I'm having trouble building a CAB file for a CF 2 project. Done the usual steps,  Added a Smart Device Deployment project to my solution, set its propertys, go to build and Always get back a message saying ; Error: CAB file "C:\Documents and Settings\DAVE\My Documents\Visual Studio 2005 \Projects\Project1\DeploymentCAB\Release\Project1. CAB " could not be created It's really annoying, I dont want to have to go back to using 2003 to build projects as I really like the new features in CF 2, but if I cant deploy them correctly, then theres no point. Any thoughts/comments appreciated. Dave ...Show All

  • Visual Studio 2008 (Pre-release) How do I access child ui elements of a ListBoxItem

    Is it possible to get the child UIElements from a ListBoxItem created via a DataTemplate The Context property in this case is set to the bounded data object. Do you mean you want to get to the ListBoxItems (and their content) generated by a data bound ListBox If that is the case, please see my blog post in http://www.beacosta.com/Archive/2005_09_01_bcosta_archive.html  with title "How can I get a ListBoxItem from a data bound ListBox " If this is not the scenario you are asking about, can you please explain a little bit more what you are trying to do Thank you. ...Show All

  • Visual Studio Tools for Office User with PIA gets the message "PIA aren't installed"

    Hi, I've received the followin message: Strange. Try running the VSTO trouble shooter at: http://www.microsoft.com/downloads/details.aspx FamilyId=C9FB6A54-8069-4918-A6F9-E744928DFAC3&displaylang=en It will help diagnose what might be missing...do you get any red x's ...Show All

  • Visual Studio How to tell the RTD that a file is dirty

    I need a way to trigger the RTD to think a doc is dirty even though it hasn't be modified by a editor. Hi Bill, The IDE periodically checks if the document is dirty by calling IVsPersistDocData2::IsDocDataDirty(). If you return TRUE from the pfDirty argument, the IDE will display the document as being dirty. Alternatively, if you don't actually implement the DocData object in your scenario, you could try retrieving the IVsPersistDocData2 interface and calling SetDocDataDirty(). Sincerely, Ed Dore [MSFT] This post is 'AS IS' with no warranties, and confers no rights. ...Show All

  • .NET Development Reading EML files in MailMessage

    For the record, is it in any way possible using .NET 2.0 to load a MIME formatted EML files and have it in a System.Net.Mail.MailMessage class in a similar way that you can do so with CDO If not, can I be safe to assume that the CDO COM component will remain a supported component of Microsoft for later versions of the Windows Operating Systems like Windows Vista Thanks in advance for your reply. No System.Net does not have a mime parser yet. CDO should be supported on VISTA. Of course I am not the official spokesman for the CDO guys :-) ...Show All

  • Windows Forms DataGridView: Multiline Cell Data Entry? (Answered)

    It's SHIFT-ENTER, not CONTROL-ENTER, to insert a line break. D'oh! ---Mike (see you figured it out!) The DataGridView supports line-breaks with WordWrap = true, it doesn't support line-breaks when WordWrap is false though. When WordWrap is set to true users can add returns using the Shift+Enter keypress. Does this do what you need -mark DataGridView Program Manager Microsoft This post is provided "as-is" ...Show All

  • SQL Server How to change the storage location of templates

    Hi, I am looking for a way (if there's one at all) to change the location where the templates do come from in SSMS. I would like to have the template explorer pointing to a common resource (sharepoint or shared folder) for our department. But right now the location of these templates is always my personal profile folder. Unfortunately I did not find settings in the "Tools" > "Options..." to adjust the location. Does anyone know Thanks in advance, Frank Hi Frank, That's a good suggestion. It's not currently possible, but I'll log the suggestion. Cheers, Dan ...Show All

  • Smart Device Development Debugging of eVC++ 4.0 application on WinMobile 5.0 using VS2005 dummy project

    Hi Friends, I am doing following steps- 1) Install eVC 4.0 SP4 and Visual Studio 2005 on the same machine. 2) Build the eVC 4.0 MFC project and copy the executable to the appropriate location on the device using Remote File Viewer from Visual Studio 2005. 3) Create a dummy project on Visual Studio 2005 (this must be an executable project) for the correct WM 5.0 platform. 4) In VS 2005, open the project properties page and navigate to the Debugging page. Set the Remote Executable to the eVC 4.0 application using the macros to specify the target directory. 5) F5 and things should just work. ...Show All

  • Visual Studio Team System Error: Additional code analysis warnings or errors cannot be displayed

    I'm getting a couple of errors consistently when I enable Code Analysis on my ASP.NET Web Project in VS 2005 RC1.  The build fails, and around 200 warnings from FxCop are displayed.  Here are the errors: Error 204 CA0503 : Additional code analysis warnings or errors cannot be displayed Error 205  FxCopCmd.exe returned error code 8.   I looked up error code 8 for FxCop, and found it to be an "Assembly load error".  It did give me a couple of other errors related to the loading of external referenced assemblies (which do exist locally): Error 1 CA0055 : Could not load XXXXXXX.d ...Show All

  • SQL Server code creating a flat file destination

    I'm looking for a manner to create by code a flat file connection manager and a flat file destination.Greets Try the last post in this thread - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=359347&SiteID=1 ...Show All

  • Windows Forms wat is the actual way to open & close window form?

    wat is the actual way to open & close window form i doing the login form which will show the main page after user login.. so i put this code at login button frmmain main= new frmmain(); main.ShowDialog(this); then it will load the form main, but how to close it i try to use main.close(); main.dispose(); still cant'.... is it anything wrong Go to the entry point of the application (in C#, likely static void Main() in Program.cs). There will be a static call to Application.Run that will create a new instance of your main form. Change the form in this call to change the main form of the application. ...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_client_event table. In this XML file there are two main sections the CoreFields and ChangedFields. I would like to put my customized field CompanyName.Common.Reference into the CoreFields section. How ...Show All

  • .NET Development importing excel file into sql server

    Hello all, I want to import excel file into sql server 2000 using ASP.net . Similarly i want to write a data set to an excel file. Could this be done If yes kindly help me in this regard... If there is a sample code or a tutorial that would be perfect.. Thanz in advance . http://support.microsoft.com/default.aspx scid=kb;en-us;321686 How to import data from Excel to SQL Server View products that this article applies to. Article ID : 321686 Last Review : December 14, 2005 Revision : 3.0 This article was previously published under Q321686 On This Page ...Show All

©2008 Software Development Network