stuartwhiteford's Q&A profile
Visual C# Close Right Click On Flash
Hi. How can I close right click on flash files, In code or in fla file itself I have used flash player component. ...Show All
SQL Server How can I query the node in XML with XQuery?
1. I store the xml info below in the XML field Demographics in SQL 2005, I hope to query all the node info with XQuery. The result just like <Folder Name="Root" Id="a6dce8fe-749c-4e38-ab2f-3d03d9711b3d"> <Folder Name="Card" Id="b8dcf8fe-749c-4e38-ab2f-6d03d9711b8j"> </Folder> </Folder> but I can't get the correct result using select Demographics.query('/Folder') from store 2. Furthermore, How can ...Show All
Windows Forms Saving Data in a Related Table
I'm having a problem saving my data. I have a main table with a child table. Each table has it's own Datagrid. The child datagrid is linked with the Datasource set to the maintableDataConnector and the the DataMember set to the Rel ...Show All
Visual Basic Problem with msgbox
I have a problem in VB.Net with the msgbox function. When it runs, it does not always display. Sometimes it just pops onto the taskbar, but and I have to click it to get it to display. The msgbox is coded as follows: Dim Reply As Integer Dim style As MsgBoxStyle style = MsgBoxStyle.YesNo Or MsgBoxStyle.Question Or MsgBoxStyle.DefaultButton2 Reply = MsgBox( "You have made changes to this record, do want to save them &quo ...Show All
Software Development for Windows Vista "The proper type library could not be found in the system registry."
I just installed WF on my machine and now get this error every time I load the IDE. I did not install any of the WinFx components as they looked to be optional. Can anyone point me to the component it is referencing. It says have an administrator login and it will work but I am the administrator so thats not it. If I need the WinFx components I can install them, but was wanting to install as little as possible until the RTM compatibl ...Show All
Visual FoxPro Selecting an object in the "Form Designer - " or "Class Designer - " window
We are trying to make a new tool for manipulating forms using a tree structure (see http://fox.wikis.com/wc.dll Wiki~ContainerTree ). We use aselobj to create an array of objects in the form but only a few control types have a setfocus method. Foxpro can select all the controls (just try it in the properties window) but how do we do this in our routine The only way we found is a modified version of Tamar's code using mou ...Show All
Visual Studio Team System how to daily build automatically?
I create a new buildtype, I want to do daily build with this new buildtype automatically, how can I do I add a new windows taskproject, select the TFSbuild.exe as the programme that I want to run at 6:00 PM each day, in the run textbox, I write as follows: "D:\Program Files\Microsoft Visual Studio 8\Common7\IDE\TFSBuild.exe" start <ubscmserver> <ubs 目> <automatedbuil ...Show All
SQL Server SQLAgent2005 not starting
I installed SQL 2005 successfully but sqlagent is not starting, giving the following error: SQLServerAgent could not be started (reason: Error creating a new session). And in the agent log I see the following error. Message [298] SQLServer Error: 208, Invalid object name 'msdb.dbo.syssessions'. [SQLSTATE 42S02] Can anybody give any ideas how to solve this Thanks... If you fisrt stop the SQL Server (MSSQL ...Show All
.NET Development Jet Database Bloat
I am having a problem with the size of a jet database we are using to store large numbers of records. The application is wrttien entirely in C# and uses the OleDb .Net classes and SQL commands to populate the database. The exception to this is the CompactDatabase method of the JRO component that we call using Interop. We find that as we add records to the database, it grows in size disproportionately to the amount of data we are storing. When ...Show All
Windows Forms Creating docked panels like in Visual Studio 2005
I'm new to C# and Visual Studio 2005. But im looking for a way to create docked panels like for example the Solution Explorer in Visual Studio 2005. I can't find a control in the Toolbox that can do something like that. I hope somebody can help me. Thanks! Ben van Erp wrote: I'm new to C# and Visual Studio 2005. But im looking for a way to create docked panels like for example the Solution Explorer in Visual Studio 2005. I can't ...Show All
Visual C++ Automatic Proxy Detection
Hello Everyone, I have written a program in VC++ (not .net) and it accesses the internet to do file transfers. I am able to handle defined proxy settings, but I have been asked to enhance the program to handle proxy scripts. Does anyone know how to do this If anyone has any examples or if they know where I could find a good article in the msdn or elsewhere to do some more investigation that would be much appreciated. ...Show All
Visual Studio Supported Rendering Formats
I am planning to employ a LocalReport object in a .dll I'm writing which will be used to render reports. Is the LocalReport class going to support the same output formats that Reporting Services does I do like the myriad of output formats (PDF, Excel, CSV, XML, Tif) that Reporting Services currently offers and would hate to think that the report viewer would eliminate any of those formats. Any information would be appreciated. Thank ...Show All
Visual Studio 2008 (Pre-release) WCF XCOPY deployment?
Is it possible to deploy the assemblies for WCF (ServiceModel, etc) to a server using XCOPY deployment I'd prefer not to run the full WinFX installation on our servers if possible - it is far easier to move to a beta if the exposure to bugs is limited to a single app domain. dneigler wrote: Is it possible to deploy the assemblies for WCF (ServiceModel, etc) to a server using XCOPY deployment I'd prefer ...Show All
Visual Studio VS2005 Client Only Install - where are my wizards??
I installed VS2005 Beta 2 (from the lovely gift pack). I only installed the Team Client - there is no W2003 available (and I am not too interested in the Server side anyway at present). But, how do you use it - can you use it - without the server When you attempt to create a new project there are no wizards - I just get an 'empty solution'. Am I missing something extremely obvious And - when I try and open a WinSFX sample I just get a lot of er ...Show All
Software Development for Windows Vista Poster Frame Tutorial
I am having troubles getting the Poster Frame tutorial to compile using the base classes. In order to get it to compile I had to copy the FreeMediaType function directly into my source. I don't know why i keep getting the "Poster Grab.cpp(191): error C3861: 'FreeMediaType': identifier not found, even with argument-dependent lookup" error. I think it has something to do with the library files i am linking, i don't know.&nb ...Show All
