T. McClung's Q&A profile
SQL Server How to connect SQL Server Mangement Console to Adventure Works
This may not be correct request but I have SQL Server Management Studio Express. How do I connect the Adventure Work Database to the console How do you use Access to connect to the SQL Server Express Thanks for your help. To connect Management Studio Express to the AdventureWorks database, you need to have SQL Express (or another edition of SQL Server) installed and running that has the AdventureWorks d ...Show All
Software Development for Windows Vista Workflow runtime hosting questions
We're interested hosting a single workflow runtime to manage all our workflow instances. These workflow instances are mostly human user approval processes that could span days. The primary method GUI for approving/rejecting will be through a web application. If I implement my workflow runtime in a Window Service how difficult would it be to access the runtime instance. Can the workflow runtime be remoted by a web app or web service I have looke ...Show All
SQL Server SQL Sever Express CTP June 2005
Hello. I installed SQL Sever Express CTP June 2005 along w/ MS Visual Web Developer express beta2 in July '05. Because my office has Visual Studio .Net Enterprise 2003 and SQL Server 2000, our network administrator recommended that i remove the Express editions, and install the Visual Studio .Net 2003 Enterprise Edition. When i did the uninstall process, i successfully removed VWD express, but SQL CTP june 2005 is still un my system, even though ...Show All
Windows Forms Databinding to a DateTimePicker control
I'm trying to bind a DataView to several DateTimePicker controls. Problem is the binding is happening on a newly created row so the datetime columns are all null. I transformed the null values to nothing but the DateTimePicker does not allow& ...Show All
Windows Forms TabControl and ToolStrips:strange behaviour ?
got a form with a tabcontrol on it. On each tappage a ToolstripContainer and some Toolstrips in int. If I see Tabpage 1 in the designer and run...then I get Toolstrips visible on Tabpage 1. Not on ex.TabPage2. if I see Tabpage2 in the designer and run...then I get Toolstrips visible on TabPage 2. No on ex. TabPage1. Is this meant to be or am I missing something Thx JMW You are welcome to have the last word on t ...Show All
SQL Server More questions about data mining plug-in algorithms?
Hi, all here, I am having a more considertaion about Data Mining plug-in algorithms. When we say we are going to embed a uesr plug-in algorithm, so what is the context for that I mean in which case then we thing we need to embed a user plug-in algortihm I know when we say we are going to embed a user costomermized plug-in algorithm, it means we want something more costomized. But what kind of customized features are generally concerned Is it ...Show All
Smart Device Development Windows CE device driver
We are developing an SDIO card for windows mobile for smartphone,PocketPC phone devices. The communication protocol used is SPI (seris peripheral interface) and not the SD or MMC protocol. SPI is a mandatory protocol within the SD and MMC protocol. Does Windows CE device driver support SPI protocol also This forum is for programming issues with the .NET Compact Framework. It sounds lik you need a more "native co ...Show All
Visual Studio Team System Weird Compare Issue
When I click the "Check-In" button on a TFS SCC project in the source control explorer I get a list if .vspscc and .vssscc file conflicts that occur. When I click on resolve and then click the compare button I get a pop-up window that has the notification icon, 2 buttons but no text at all. Not even on the buttons. What is going on here I installed TFS about 4 days ago. Cheers, Mark Sadly, yes I am sti ...Show All
.NET Development Open a serial port with Serialport class ..
Hello, I would like to create a little tools to read informations on COM1. I have a form and a text box under. The infos should display in this textbox. I paste on the firm the SerialPort class component. To begin, I just want to test how to open the serial port and simply read the informations. I test this code : ----------------------------------- Imports System.IO.Ports Private WithEvents objPort As SerialPort Dim objPort As SerialPort obj ...Show All
Visual Studio Tools for Office C++ AddIns 4 MS-Word
Hi all, I programed an addin (with C++ .NET) which works with ms-word. I wish to parse the text of an active ms-word document and to replase some of its words and chars. The questions are: How can I retrieve the documents text How can I write text into the document AND how can I replace text in the document. Moreover, can I get a text with specific format ; as example, all the text in the document which is in Bold or Italic format or al ...Show All
Visual C++ CEdit fails to set text on out-of-proc edit control
I have an application that allows client software to create a dialog box in the application. The application returns the handle to the created dialog to the client. I am running the client out-of-proc. The client is able to initialize all the dialog box controls except for the edit controls. For some reason, when calling the SetWindowText message, the text never makes it into the edit control field. If I later call GetWindowText, the CEdit do ...Show All
Visual Studio Team System How to get code coverage from Web Tests?
Hi, I'd like to get code coverage information from Web Tests. I configure the testo configuration in order to instrument the Web Site. I Run my web test but no coverage information was generated. Is there any additional Step Thanks Hello MunjalD, Unfortunately, when I attempt to follow your example in #1 above, I get the result that was originally reported. I have a solution with a Web Service project and a test project. The unit test I a ...Show All
Visual Studio 2008 (Pre-release) When willbe available the next CTP ?
When will be available the next CTP... It's already necesary...! I hope that it could have more controls unless the DateTimePicker, the idea of a nullable datetimepicker could be very interesting. And, Do you know if when WPF be released will change the name of the properties ...maybe like 'Content' because this will be a very big problems if it change, current code could not work...! Grettings...! -- Miguel Ortiz Falcon michaelof ...Show All
Visual Studio Get Latest Source from VSS using MSBuild.
Hi ! I'm trying to create/explore possibility of using MSBuild scripts for our automated Build process. We have a web project in hand and the sequence of operations we need to acheive are 1) Get Latest Source from VSS 6.0 2) Build the project 3) Create MSI 4) Deploy the Build on Target Test machines. I have some queries around the same. 1) As part of Step 1, we need to get latest code from VSS 6.0. We have defined a task for the same using ...Show All
Software Development for Windows Vista StateMachineTrackingService Missing
Hi I have tried in vain to get an instance of the StateMachineTrackingService using Beta 2. I have all the required namespaces but can unfortunately not get StateMachineTrackingService. Can someone tell me what I'm missing I can run some of the examples that use it. Please HELP I'm not sure exactly what you are trying to do here, but here are some ideas: 1) look at the ordering state machine which has ...Show All
