captain_semtex's Q&A profile
Software Development for Windows Vista When is CancellationHandlerActivity executed
There doesn't seem to be a lot of information available on the use of the CancellationHandlerActivity. I can see how the FaultHandlersActivity is used when an unhandled exception is thrown and I'm assuming the CancellationHandlerActivity is similar. But it's not clear when the CancellationHandlerActivity is actually executed. Can someone please give a short explanation or point me to one that's already there Thanks much. Bruce Bukovics Author ...Show All
Software Development for Windows Vista Microsoft Sharepoint Workflow(7 Files).zip
Hi. While trying the installation through Microsoft.Sharepoint.Workflow.SetupWizard.exe the error message appears related with missing workflow.config file. How could that file be generated Thanks in advance. Regards, Anar Valiyev. There should be newgroup listed where you downloaded the Office "12" Beta to help you will Sharepoint issues. This forum is intended to answer questions about ...Show All
Visual Studio Express Editions About Combobox
Hi friends. I'm newest user for Visual Studio 2005 VB, i couldn't find right way, I need some information. Sorry My English is not so good. I can explain so; I have one combobox, i connected that to my db(Access) There is so much Column, When i select somthing in Combobox i wish textbox show what a that row compoist for other column. ----------------------------------------------------------------------- | Sno ...Show All
SQL Server Launching and monitoring SSIS packages from a web app
Has anybody developed a ASP.Net app that interfaces to SSIS If so, what was your experience Any pitfalls, tips, etc We have a requirement to launch and monitor SSIS packages via a web interface. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. AudioVideoPlayback
Okay.. Is it possible to display the Artist/Music name with the class Audio of the namespace AudioVideoPlayback Actually.. I'm afraid it's not possible, coz I've seen it's properties at msdn and there isn't the Author or something similar to that on this class, while there is a Author Property on the class Video of the same namespace.. so.. how can I get these information of the mp3 file is there any meta-data on the mp3 files I can retreive ...Show All
Visual Studio Team System CMMI work items
Is it correct behavior, when creating a Team project using the CMMI process template under Beta 3, that only one work item is created, or does it mean my installation is faulty Somehow I had imagined a longer list of work items... ...Show All
SQL Server SQLAgent is not allowed to run
Hi Keep getting this message in the Application Event Viewer . try this link, it worked for me http://www.alanbarber.org/index.php/weblog/comments/fixing_sqlagent_is_not_allowed_to_run_error1/ Nige ...Show All
SQL Server Problems with the VS2005 IDE
I have installed VS2005 MSDN-final, SQL2005, SQL2005 EXPRESS The problems I have are two 1. I can't add a new sql Database to my windows project due to an error about not being able to start a user instance 2. After I create a new database in SQLExpress, then the datasources window doesnot show the datasource I have created when if form designer view Any suggestions please What I meant Is that the datasources w ...Show All
.NET Development BUG
The MSDN profile form is in a loop for some reason and I can't continue, so I can't report the bug I've found in VS2005. Create a new user control, call the project 'TestControl', rename the class to 'TestControl', put a button or a label on the user control just for a visual indication. Compile it, copy it to your C:\ drive just for simplicity. Create a new windows app, go to the form_load event and put the following code in. Dim myAssembly ...Show All
Visual Studio Team System Sharepoint Web Part for VSTS Work Item Maintenance
Hi, I understand that adding, updating etc work items for VSTS is not currently supported in the Sharepoint Team Site for a project. Does anyone know about any third party web parts available to achieve this. Thanks JW I'm not aware of any 3rd party web parts that do this currently, but I can see this being a potential future product or open source project. Since TFS is web services based, creating ...Show All
Windows Forms How do collection items notify a change to control.
hi, I create a winform control with collection property.The collection property include some type object.But when I modify the object's property in the collection on run-time the control doesn't change.How to notify control to change when object's property change in the collection property What kind of control is it, a UserControl If the display of your control is dependant on the contents of a collectio ...Show All
Microsoft ISV Community Center Forums Important MS Partner Question
I'm giving serious thought to joining the Microsoft Empower ISV program, but I want to know for sure what version of MSDN and other software I'll get once MSDN Universal goes away. The Empower ISV website has been recently revamped, but it STILL lists MSDN Universal as the version partners receive. Since MSDN Universal is no more in about a month, what does that mean for active/new partners I believ ...Show All
SQL Server Is it possible to make Calculation-values persistent in a Cube !?
Hello Is it possible to make Calculation-values persistent in a Cube ! I made an very intensive calculation based on historic data. This resolves rather in a complex MDX-statement and becomes slow at retrieving time I was wondering.... Is there a way to calculate the value at processing time (by MDX-expression) and store it in the cube I know there is a field 'MeasureExpression' but this field is not full MDX suitable ! ...Show All
Visual Studio Express Editions Getpixel API
visual basic code: Something like this Private Declare Function GetDC Lib "user32" ( _ ByVal hwnd As Integer ) As Integer Private Declare Function GetPixel Lib "gdi32" ( _ ByVal hDC As Integer , _ ByVal x As Integer , _ ByVal y As Integer ) As Integer Private Declare Function ReleaseDC Lib "user32" ( _ ByVal hwnd As Integer , _ ...Show All
Visual Basic Transparency, again
Hello, I searched on this forum but I did not find any easy solution. My problem: I have a stretched PictureBox on which I want to display a multi-line text with a Label. I want this label to be transparent and NOT have the Form's background, but the PictureBox's one. Is it possible to do that without writing any code (like it was possible on VB6). If yes or if not, please explain it with easy examples. Bonus question : can I make ...Show All
