PoW's Q&A profile
Visual Studio 2008 (Pre-release) How to make a tree in WPF
I need to make a tree which datas are fetched from stored Procedure,the stored Procedures make the datas at the following model: lvl fullPath 1 A 2 A.B 3 A.B.C 3 A.B.D 2 A.E 2 A.F .... when I fetch the datas from stored Procedure,I need some class to deal with it and then binding with XAML,make the tree in presentation at the following model: A |--B | |---C | |---D |---E ...Show All
SQL Server New SQL Express Installation
I just installed SQL Express in my workstation but when I try to create and ODBC connection, the new server does not show in the drop down. Do you have any tips... Thanks. If the server is not the default instance (if you installed it as named instance) you may have to type in the instance name manually. ...Show All
SQL Server How to add a new .mdf with ONLY sql authentication in SQL Express?
Hi all. I am going around in circles all day on this. I have a clean new install of win XP SP2, VS 2005 Pro RTM, and a NAMED instance of Sql Express with mixed authentication mode specified at setup. The sa pw is 123456 I would have liked just SQL authentication but no such option. I am trying to add a new mdf file. If I just use the "Add New Item" in VS web app project it just adds a new .mdf file with windows authentic ...Show All
Visual Studio Team System How to add new project alert types
There are four project alert types defined in TFS: My Work Items are changed by others Anything is checked in A build quality changes A build completes How do I add new types for team members to select For example, it would be particuarly useful for the team lead to know if "Any work items are added or changed" Thanks Bob Check out this post: http://forums.microso ...Show All
Visual Basic What is Boxing
I am a newbie learning VB 2005. can anyone explain it to me with an example what is boxing The only thing I foudn in the book is boxing refers to treating value type (int) as reference type. Why do we ever need to refer a value type to a reference type. Boxing and unboxing is a essential concept in VB’s type system. With Boxing and unboxing one can link between value-types and reference-typ ...Show All
Visual Studio Team System Team Project name in Work Item type
Is it possible to get the name of the Team Project within a Work Item type The System.AreaPath has the name name of the project as one of the areas, but it doesnt appear you can get the value from this field. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=70067&SiteID=1 I would like to create one work item type that is universal to all of my team projects, and populate a drop down box with values based on the which team project ...Show All
Visual Studio Express Editions Power control of windows: How to reboot and wake from hibernate/standby?
Hi everyone: I have only found system.windows.forms.application.setsuspendstate method could make system into standby or hibernate state, but I don't know how to reboot the system via .net method. Must I call API functions to reboot the system And I want to know how to wake up the system after hibernate/standby For example, if my user input "3" and hibernate, the system should enter hibernate and wake up itself after 3 minutes. Is ...Show All
Visual Studio VSS 2005 can not show history.
I'm using VSS 2005 and VS2005, both version are 8.0.50727.42. I'm using VSS Explorer. The "Show History..." does not work. No any results when I choose a long period. I tried to empty "From" and "To" fiels, the result is same. Any idea Thanks in advance. Computer Comfigurations: Windows 2000 Advanced Server sp4 English Dual Monitors VSS in english mode (i think) 80 gig hd 1 gig mem p4 3 ghz Windows XP Pro sp2 same config as above Checke ...Show All
Smart Device Development How to share sourcecode between winformcomponents and compactframework components
How do i share sourcecode between the design of winform components and compactframework components i design. I design custom controls for both winforms and compact framework applications eg. a serialport and picturebox decendant. The components i design are really simple descendants of components available in both 'frameworks' . Now I put the controls sourcecode in separate libraries (winform / cf.net libraries = duplicate code for the sam ...Show All
SQL Server Problem to view OLAP data on web
The client I use IE6 and WindowsXP sp2 with Office2003+ Office web component to access data file type .htm that has pivottable I accept this error "The query could not be processed. The Data provider didn't supply any further error information" while i can view file suggest .html (that not include pivottable) normally on the server side I can view olap data as normally Any Suggestion Thanks for help ...Show All
Visual C++ How to retrive process memory usage in windows 98
hai, how can i get process memory usage in windows 98 ..Can i get memory info from Toolhelp32ReadProcessMemory function. dijesh Please ask questions only once and be patient when you wait for an answer. This is beyond the scope of this forum try ir here: http://msdn.microsoft.com/newsgroups/ Note support for Win98 and ME ends at 11th of July this year! http://www.microsoft.com/windows98/default.asp ...Show All
Software Development for Windows Vista WF Beta 2 and February WinFX CTP Compatibility
Does anyone know if WF beta 2 is compatible with the February WinFX CTP ...Show All
Software Development for Windows Vista Workflow Monitor Sample
Hi, i'am a little bit confused because some important sample dont work in my environment. eg: There is a DatabaseService.cs in WorkflowMonitor, and it try to use a non exsisting stored procedure: //Query for all workflows from the SqlTrackingService using the 'GetWorkflowStatus' stored procedure internal void GetWorkflows() { try { connection.Open(); string sqlCommand = " GetWorkflowStatus " ; SqlCommand command = new Sq ...Show All
Visual Studio Team System Team System Cube Structure
Is it possible to open the Team System OLAP cube in cube designer hosted in an Analysis Services project I am interested to find out about dimension attributes, perspective definitions, dimension usage in measure groups etc. Thanks in advance. Yes, you can download a project of the deployed cube by opening BI Development studio and choosing "New Solution". For the solution type, specify "Import AS database", and ...Show All
Windows Forms Create excel file
i am developing a vb.net application i have a dataset populated by data from a database. i want to create an excel file, this file should have data from he dataset. can anyone help Thank you Joe for the code, it really helps  ...Show All
