Answer Questions
KevinInIndy Tablet PC Stylus Events using VC++
Hi Everyone, I'm using Visual Studio 2003 .Net for C++ development. I'm looking for a way to capture a Stylus event under a Tablet PC and hook it up to a WM (Windows Message). There are mouse events such as OnMouseMove, OnLClickButtownDown.....etc. I'm looking for an event from a Stylus like OnSylusDown, OnStylusUp, ...etc. I'm NOT trying to use the Stylus to draw or write, but what I do need is the event that occurs when the Stylus touches the Screen (such an the event that would be caused, for example, when the Stylus is about to write). Ideas Thanks, Jason I think you have found what you are looking for. The stylus acts as the mouse and you will receive Notification through OnLButtonDown(), OnMouseMove() and OnLButtonUp(), amo ...Show All
JoeCoder Invokeworkflow with required parameters
Dear All, I drop an InvokeWorkflowActivity to any workflow. If i'm in the designer, and set the TargetWorkflow property, the property browser show all public properties exposed by TargetWorkflow type and it's easy to set/bind them. But how can I make this binding mandatory Acually i've made a "child" workflow that needs some parameters, and it would be a good thing not to forget setup in design time. My original idea was to inherit from InvokeWorkflow and add a custom validator class, but since InvokeWorkflow is sealed this is no way.... What do you think is there a simple way or should i make a custom activity and using IStartWorkflow in Execute method... Than ...Show All
Skip123123 WPF/E and Virtual Earth on the same page
Has anyone tried putting WPF/E and the Virtual Earth control on the same page I can't get it to work in IE7 It works fine in IE6 and Firefox on the same machine. The code is really simple, just 2 divs, one containing the VE control and the other contains the wpf/e control pointing to a very simple xaml file. When the maps loads, the canvas goes blank. Anyone seen this The code for the page is shown below: <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" http://www.w3.org/TR/xhtml1/DTD/xhtml1-ransitional.dtd "> < html > < head > < meta http-equiv ="Content-Type" content ="text/html; charset=utf-8"> < script src ="js/aghost.j ...Show All
Helder Santos how to implement a functionality built in WPF/E on the wpf platform
hi friends I created a WPF/E based application which is executing a function written in javascript but I want to call that function through my wpf application, Can someone guide me how to integrate a wpf and wpf/e based application and implement functionality of wpf/e in wpf. Hi Abhas, Mr. Rideout is correct (after all he is a PM ). However, there is a way to do it, it is just not a direct implementation. This is an extremely round-about way of addressing your specific problem, however, if you HAVE to call that JavaScript method, you could: Have your WPF application call a webservice that sets some flag that signals the JavaScript method must be called. NOTE: You cannot call the webservice from the actual ...Show All
Vadimus Is there any way (API) to turn off Aero to enable video overlay?
My application uses hardware overlay that can not display on Aero. So I want to turn off Aero Grass by my application. Is there any API for killing Aero ( SystemParametersInfo ) Or any other way ( stop some services. ets... ) Turn Off Aero using a Keyboard Shortcut Ctrl+alt+F9 I found a resolution to my problem on Friday on how to disable the Vista Aero theme while doing our desktop sharing session and then re-enabling it once we're done. The root to my solution was found on a fellow by the name of Kenny Kerr's blogg http://weblogs.asp.net/kennykerr/archive/2006/08/10/Windows-Vista-for-Developers-_1320_-Part-3-_13 ...Show All
Dr Crs Create Task within Loop
Hi everyone, First time posting here. I'm having a problem with developing a MOSS Workflow. The scenario is this: Within my workflow, I have a while loop construct. Within this while loop, there is a series of CreateTask->Wait for Task to be Changed -> CloseTask. It works fine until it loops back around to try to create another task with the same correlation token. In fact, that's the error I get. How do I get around this issue by disassociating the token or something like that. Thanks in advance for any help. rnellis2002 You should post this question to the SharePoint - Workflow forum found at http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=1207&SiteID=1 . ...Show All
WoFe Publish as WebService Error: "The language specified is not supported by any of the installed packages."
This is with the latest 3.0 RC and the RC5 VS2005 Extensions. Any ideas Thanks Webservices are published to developer server by default. You can publish this to IIS later. Just right click on the webservice and select Publish Website option. Help! This is holding me up, I cannot finish my POC. Some additional info: There are no errors in the Event Viewer. Thanks Costas I was able to replicate this on my laptop as well. Here's the lappy info from VS2005: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Enterprise Microsoft Visual C# 2005 77642-113-300 ...Show All
Bo Yu MonthCalendar recognized as pane...
Hi guys, I'm having a problem with the MonthCalendar control not being recognized as one, it's just recognized as a pane. I tried different applications: - A C# (Winforms) app with the basic control - A native Win32 application - The MonthCalendar control in the 'Date and Time Properties' of Windows Nothing...Allthough the control should to supported: http://msdn2.microsoft.com/en-us/library/ms753925.aspx Any idea on what is causing this PS: I'm using the release version of Winfx. Thanks, Nick Unfortunately, there is no client-side provider for the MonthCalendar control. ...Show All
Ronny Lewandowski Problems uninstalling a program on vista Premium
I tried to install Nero 7 ultra edition later to find out that Nero 7 ultra is not compatible with vista and when i go to uninstall Nero it stops half way through then i tried to delete the files manually and it said access denied i am really frustrated if any one could help me out Email me at KISSFAN1029@aol.com or post back because i want to install Nero 7 ultra edition enhanced but it won't let me untill i uninstall Nero 7 ultra Clint_vbBoy Hi, I have exactly the same problem, the windows (C) server stops running etc. The link below gives download which clears Nero off your PC. I want to install, but when I try I get the same problems as before. I bought Nero 7 Premium Reloaded as it claims ...Show All
Oliver 123 No Net Send on Vista?
I have deployed Vista on 2 machines 64 Bit AMD machine and a pentium D processor 32 Bit machine. I wanted to use the Net Send Feature of Windows But unfortunately I am not able to cofigure it through the My Computer -> Mange-> Services Screen... There is no "Messgenger Service" to start of stop. Is this service still supported or it has been made obsolete or does it run under any other name or anything else needs to be done to get it working Please help... Chanakya! >Obsolete - Disabled but may still be used by XP SP2. I use this still. I agree, but.. what about spam issue nevertheless here you find gui tool for NET SEND http://www.fomine.com/netsend.html ...Show All
Visualbrin How to call & pass the parameter to a workflow inside a workflow
Hi I have a workflow inside which i m calling two another workflow simultaneously. The problem I am facing is that I am unable to pass the parameter to the child workflow and also unable to returning the parameter from the child process back to the parent process. Also if anybody have any link from where i can get the sample which can solve my problem. Plz tell me. Thanks Kanhaiya can u please provide me the example of ur case as i am working on the same scenario. Kanhaiya, Your scenario requires a Request-Response Message Exchange Pattern, where the request sends an information about the sender (in your case, it is the Parent's WorkflowInstanceID) to the Reply (child) ...Show All
pgoel6uc How to make driver works both on WinXP and Vista?
Hi All, I have developed a driver in WinXP. But it can not work in Vista. I build the driver with WDK under the environment of ' Windows Vista and Windows Server Longhorn x86 Checked Build Environment'. The driver can be installed in Vista. After launching the corresponding application, the Vista is end with blue screen without any message.( In Win 2k&XP there will be some message on the blue screen) How to make my driver works on Vista Any comments is appreciated >> Is there a way to turn off the drivers signature checking on Vista x64 during boot Not that I have heard of. Oliver, thanks for your quickly reply! Here is more info to you: For mutiplatform, my Vista PC is 32-bit and I build my driv ...Show All
Mahyar154572 Xaml only UIElement and the Ruleset Editor
Hi, Does anyone know if it is possible to create a ruleset for a xaml only ui element (i.e. it has no code behind) I can serialize and render the xaml but would like to apply some simple rules to the element content (e.g. a value in a field has been supplied) If anyone knows the answer or can point me in the right direction I'd be grateful. Trev Trev, This appears to be a WPF question, since you're talking about UI, and fields being completed on the UI. Although WF and WPF both use XAML serialization, they interpret the XAML differently. I suggest that you ask your question on a WPF forum. Dave ...Show All
Ademaure WF Designer: Glyph provider is not being used by my viewer
Hi all, I have a web page that displays the workflow image for a given workflow instance id. I based this code on the WorkflowMonitor in the June CTP SDK. To avoid CAS issues, my workflowViewer saves the workflow image as a stream which is returned to the web page for rendering (as opposed to hosting a designer surface directly in a web page). This is working fine, however I am unable to hook in the glyph provider to mark Closed and Executing activities, as is done in the SDK. Here's the relevant code extract: --- IDesignerGlyphProviderService glyphService = (IDesignerGlyphProviderService)designSurface.GetService(typeof(IDesignerGlyphProviderService)); WorkflowMonitorDesignerGlyphProvider glyphProvider = new WorkflowMoni ...Show All
nhaas I need a way to determine whether a Windows Workflow is alive or not.
I wanted to know there is a way to create a method to call to "poll" a Windows Worklow Webservice that I've created to determine if it's alive or dead. This doesn't mean actively running a workflow, but simply making sure it's ready to run one. (like a heartbeat) I'm using a Sequential Workflow and it's tied to 1 method currently that's called. Is it easier than I'm making it out to be If anyone can point me in the right direction I would really appreciate it! Thanks! What I mean is that this would be something you'd need to create on your own using WCF and using the WCF functionality to expose the service. In other words, you couldn't use the functionalitiy in WF to expose the worfklow as a service because ...Show All
