Answer Questions
Mirko Messori Query regarding CreateFontPackage API used for Font Subsetting
Hi, This is regarding the CreateFontPackage API which is implemented in the FontSub.dll as part of Windows GDI which we would like to use for Font subsetting: I got the details about this from the URL below: http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/gdi/t2embed_CreateFontPackage.asp 1. I tried out using this API but the API is returning an error code of 1009 for which I was not able to ...Show All
Matt17 WF Virgin
Dear One & All, As my subject says, I'm a WF Virgin. Having read many an article on the principles of WF, I'm keen to start developing with it. Can anyone point me in the direction of some good simple examples of using WF in dotNet2, preferably in VB.NET. I’ve downloaded quite a few, but most either seem to be for Beta1, or I’m missing the odd reference here and there. Many Thanx in advance, Tim ...Show All
_Werner one workflow persisted and doing work in two hosts
Hi, Anybody has sample where workflow host has created instance of one workflow, then persisted it. Now other host gets instance of same workflow and passes some work to it e.g. host A creats instance of workflow A, and then runtime persists it. Host B now tries to load workflow A and provides some external event to start processing further... runtime in host B again persists the workflow. Provide some sample if anyone has it. th ...Show All
Xancholy Visual Studio 2005 Crashes upon Compilation
I have a workflow defined as: namespace STANWorkflow { public partial class STANWorkflow : SequentialWorkflowActivity { private ADDataSet . ADUserInfoDataTable ADUserInfo; public ADDataSet . ADUserInfoDataTable ADUserData { get { return ADUserInfo; } set { ADUserInfo = value ; } } public string WorkflowinstanceID { get { return this .WorkflowinstanceID; } } } } ...Show All
vic_ My Vista problems - please help
When i try to install the "Windows 'Longhorn' Professional x64 Edition Beta 1" on my PC I get an "setup.exe is not a valid Win32" error. When I try to boot from the CD, it wont! Just some specs on my PC which may/may not be relevent: Athlon 64, SATA Raid array, Asus K8V-X motherboard. You need to format the partition with NTFS with XP's installer. Vista's format is not working well right now. ...Show All
siva_Baskar Custom Activities at runtime-debugging
Hi, I have added designers to my custom activities. Nothing special, just colors and the like, and it works fine at design-time. But when it comes to runtime-debugging, like hitting a breakpoint in the designer view, the Live.Workflow.tmp*.xoml is missing all my custom activities completely. Error on my side or on the designer/runtime-viewer The designers are quite simple generics like: public class ScanActivityDesigner : Activity ...Show All
Dlwilliams State Machine SetState
On a State Machine WF, if I have a SetState block that has some other activities below (after) will the WF transition to the SetState, or will it execute the activities below (after). For example, supose this: State A State B State C If inside State A I have the following logic: [Begin] -> Code1 (prints "I'm Code 1") -> SetState B -> Code2 (prints "I'm Code 2") -> SetStateC -> [End] ...Show All
Turbo_Tail how to make default browser in my vb application ?
hi everyone, i programmed a web browser and i would like to use it as my default browser, how would i go about that im looking to make it run as default its in vb.net express 2005 regrads alex hello! the same problem has been with me. i have created a software using vb 6 but when i make an exe and try to associate a file with it andwhile running it instead of opening my software ope ...Show All
admng ListView sorted column background color
How can I tell the listview to use the different background color for the column which is used for sorting Normally the whole background of the listview is white, if I sort in the explorer all files for size, the size column is darker. Steffen The sort color is computed from the background color. Sorry for the supid questions. The Vista SDK has an "Whats new in Vista" page where all messages and flags are ...Show All
riley. RuleSet Editor
The readme for the RuleSet Editor says you're looking for comments. Well, here's what I'd like to see: Visual Studio integration (duh!) References and IntelliSense like the other Visual Studio editors Storing the rules in XML or a database Ability to search for rules and organize them Add to the Rule class an ActiveCondition property of type RuleCondition. If you set it, then getting the Active property evaluates that condition. If you set ...Show All
Scheinka reference clock misbehaving
Dear fellow developers, I have a filter designed that relies on the reference clock supplied by the Default DirectSound Renderer, and have had great difficulties with it working to discover the reason is that the reference time does not seem to be behaving according to the MS documentation. It jumps backwards, sometimes. Sometimes it jumps forwards by hundreds of minutes. Sometimes it just stops counting and the only way to get it going agai ...Show All
Regsly Windows Vista and DAO
Is it possible to use Microsoft DAO technology to access a JET engine in Microsoft Vista ...Show All
SkotChadwick Where is the visual layout state for the state transition root activity stored (and why is it being lost)?
When you open the completed sample for Exercise 2 of WWF Lab 4 (the State Transitition workflow sample) for the first time, the layout for the 4 activities is lost. By this I mean all of the 4 acitivities appear one on top of the other in the top-left corner of the design surface. Q1. Why is the visual layout of the 4 activities being lost If I rearrange the activities and save them, close the solution and re-open it, the layout is preser ...Show All
sm8680 What if you don't know what interfaces will be needed on local service?
We want to let our users define state machines workflows via an embedded designer. We have a set of defined activities that they can put into their states which interface to our code library / business logic. However it seems like there always needs to be a carefully defined local service to link the workflow with the triggering UI/whatever. We won't know what interfaces will be needed as they will be end-user defined. The only ideas we ha ...Show All
Jeff1 CreateProcess() + "highestAvailable" = error 740
On vista Beta 2, i have added a manifest to one of my executeables that specifies the "highestAvailable" application marking. If I am logged on as a member of the administrator group, with UAC at the default setting, and call CreateProcess() on this executable, it fails with GetLastError()==740. Wouldn't it be better if the process creation succeeded, but as a limited user This makes things very difficult to code for - if my a ...Show All
