Answer Questions
Calinoiu Alexandru Office 2003 Applications asks to Accept/Decline License-Agreement on EVERY Startup on Vista. Why ?
Hello I have installed Office 2003 Professional (ENU) on Vista Home Basic (DEU). So far, Word Excel etc. work fine ... but they ask me on EVERY Startup of ANY of those Programs to Confirme or Decline the License-Agreement (which is shown in a Dialog Box). As I have Registered, Activated and Accepted what I was asked for - I cannot understand why the same Question about License Agreement comes again and again. Has anybody an Idea what I can do simmons Thanks to everyone for this solution, the license thing was damn annoying!! Hello Damian W Thank you for showing us how to bypass Microsoft's errors and our problems. Personally I could not wait for Microsoft to solve the error ...Show All
koldFUSiON Before releasing SDK
Before Windows releases the SDK for Windows Vista don't you think they should fix some of the bugs first I can easily name 2 off the bat. #1 - If a % sign is in a folder or file name and you right click on it, explorer crashes. #2 - If you move your mouse over a link really fast back and forth some giant gradey arrow follows it. > It happens on any website, including yours. You have to move the mouse > really fast back and forth over a link. Then you'll see a giant gradiant > arrow, look really closesly. I went as fast as my hand would go but couldn't reproduce. I have 2 Vista test systems with an nVidia 5200 and 6600, so perhaps they are just lacking the graphic features being u ...Show All
awsiv Automate testing Website using C#
I would like to automate testing of a Website writing code in C#, The idea is to open the browser,navigate to the site,once the page is loaded search for a text box write some stuff in it click a button wait for the page refresh and search a string or an element on the page if so Succeeded else report failure, Guide me with some method or article describing the procedure how to do it, Thanks in advance Habeeb InCisif.net is an automation tool designed to implement client-side functional testing of web applications under Internet Explorer 6 or 7, using languages such as C#, VB.Net or IronPython. Tests can be developed within Microsoft’s Visual Studio 2005, 2008 or Express Editions. New fe ...Show All
DavidThi808 Fail to create key on HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\Root
Hi, Do anyone have any idea how to create a key under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\Root When i right click the folder and clicked "New" button, It shows " Cannot create key: You Do not have the requisite permissions to create a new key under Root" The image i'm using is 5384 with all User Account Control Disabled & No prompt under secpol.msc. Thanks.. Brian.. I have a similar problem: when trying to make Win 2003 Server display a pretty welcome screen with fast user switching(using shsvcs.dll) you have to create a legacy non-plug'n'play device called LEGACY_FASTUSERSWITCHINGCOMPATIBILITY. The problem is, that Windows seems to deny access to ...Show All
WXS123 64-bit and 32-bit handles
Hi, http://msdn2.microsoft.com/en-us/library/aa384203.aspx : "Handles to named objects such as mutexes, semaphores, and file handles can all be shared." Does this mean that I can use DuplicateHandle in a 64-bit process and pass the duplicated handle truncated to 32-bits to the appropriate 32-bit process and call DuplicateHandle in a 32-bit process and pass the duplicated handle zero-extended to 64-bits to the appropriate 64-bit process Thanks for your help. Creation of a handle to a named object is usually performed in the create function. For example: "HANDLE mutexHandle = CreateMutex(NULL, FALSE, "MyCorp:MyApp:MyMutex");" I would recommend that approach compared to passing the value of a handle between applicatio ...Show All
Evan Mulawski Get "NextState" in Invoke event
In a state, there are several EventDrivenActivities, in each EventDrivenActivity, there is a HandleExternalEventActivity and a SetStateActivity, for the HandleExternalEventActivity, there is a corresponding Invoked EventHandler, I want to do something in it, and the first thing I want to get is the TargetStateName of the SetStateActivity in the same EventDrivenActivity just below the HandleExternalEventActivity. I know the PossibleStateTransitions, but it is not what I want. In a state, there are several EventDrivenActivities, in each EventDrivenActivity, there is a HandleExternalEventActivity and a SetStateActivity, for the HandleExternalEventActivity, there is a corresponding Invoked ...Show All
AlistairSKing CreateProcessAsUser in LocalSystem forked process failed
Hi First of all, all of this is using Windows Vista RTM from MSDN. I've a process running as localsystem and I can run another process with CreateProcessAsUser using a token got from another user to show the child process GUI in the session 1 (console session) as I expected. But now I'm forking a child process from the local system service with CreateProcess (so the child process is a local system process too). This child process are using CreateProcessAsUser as before, but it fails with "required operation needs privilege escalation". Why this This forked process is local system too and I not have the privileges There as some clue before call CreateProcess from the forked child process, or maybe in the main service ...Show All
Yelnik Power icon problem
Hello, I've just installed the Windows Vista Beta 2 (Build 5384) and so far so good, except for one thing: somehow i can't activate the option to show the power icon on the "notification are" of the "taskbar". When i go to the properties of the "taskbar", and then go to the "notification area" options, i'm allowed to select to always show the clock, volume and network icons, but not the power icon. Do you know what can i do to fix this problem Because of this problem, i never know when the battery is low. Thanks for your help!! Mike-- Do you see a battery icon in the system tray Even if you have multiple batteries, you will only see a single icon in th ...Show All
Sharad Birajdar Statemashine workflow - handleExternalEventActivity
is that the HandleExternalEventActivity must have to handle a different event in a Statemashine workflow why Can't they hand the same event like "approval" it is impossible to define a lot of events. Thank you! Do you have any sample I have a generic review complete event. The event arguments and associated data is listed below... Let me know if this helps Jaco /// <summary> /// Required data for a review in a workflow process /// </summary> [ Serializable ] public class WorkflowReviewData { #region "Contructors" /// <summary> /// Default Constructor /// </summary> publi ...Show All
mtm81 Debug stepping options?
In Visual Studio 2005 you have 2 options for debug/stepping options: instance and branch. Can someone explain what they are for If you set stepping option to "Instance" and debug a workflow using F10 or F11, debugger will follow the runtime, in the sense it will break at the activities that are currently executing. Stepping option "Branch" makes sense if you are debugging composite activities whose children can execute concurrently. For example activities like Parallel which has multiple branches or CAG which has multiple children. This option is useful if you want to debug only a particular branch of parallel or a child of CAG without worrying about what is happening in other branches. To see th ...Show All
Joseph Ollero Webservice Workflow with Dynamic SetState Activity
I am writing a webservice workflow using Visual Studio 2005. I am trying to add in a Hold State in my workflow so that users can temporarily hold an approval process or something. I can use recursive composition to create an event so that the Hold State can be reached from any other state. The problem is --- how do I then return to the previous state before the Hold State I have tried to set the TargetStateName property within my workflow class (inherited from StateMachineWorkflowActivity) in a CodeActivity but I get a InvalidOperationException. It seems that I can't set the state within StateMachineWorkflowActivity while running. Thanks for any help. Thanks. I'll check this out. ...Show All
MrSock WMVcore.lib and WMVCore.dll missing from WSDK
Hi, I've just installed WSDK for Vista on the RTM edition but am missing the WMVCore.lib and WMVCore.dll files. I have run the VC integrator. However, the WMVCopy sample will not build and gives the error: Error 1 fatal error LNK1104: cannot open file 'wmvcore.lib' WMVCopy Where are these files located and how can I install them regards Oz WMVcore.lib is included with the Windows SDK for Vista. If it installed correctly, the file is located (by default) in: C:\Program Files\Microsoft SDKs\Windows\v6.0\Lib Also, you have to run Visual Studio at least once before running VCIntegrate. See the Windows SDK Release Notes for more details. Hi Shawn, It doesn't appear in that loca ...Show All
trobin Help regarding windows service which will monitor the mail server
Hi, I am developing a windows service which will monitor the mail server and reads the mail contents and updates in a database. My mail server uses Outlook Express. I am using Outlook Express 6.0.My problem is I need to set my Outlook Express as my default Mapi Client.In the earlier versions of Outlook Express there was an option to set OE as default Mapi client. But in OE 6.0 there is no such option.. Can anybody tell me how to do this Thanks in advance. Regards Exelio You might want to try a different forum. This one is specific to Windows Workflow. -- Bryant ...Show All
LoveDanger ClientSideProviders
Hi, i am working on a framework for automated testing. In a special case i need to obtain the Font information of a label. In UIA this is not implemented so i thought i am going to implement a ClientSideProvider for my special case. But i cannot obtain access to the control in my ProviderClass. When i try to obtain the control with Control.FromHandle i always get a null value because my test software is not within the same process. Did anybody have the same problem and solved it Thanks for answers in advance. ...Show All
elamathi ComCtl32 v6 - Adding a 32bit image with AlphaBlend results in incorrect bitmap information
When we add a 32-bit image with AlphaBlending (which uses the 4th reserved byte), the created bitmap information in the image list appears to be corrupted since when we call then ImageList_Draw or ImageList_GetImageInfo the resulting image slightly differs from the original one. Here's a sample code we are using: ImageLIstHandle = ImageList_Create(16, 16, ILC_COLOR32 | ILC_MASK, 1, 1); ImageList_Add(ImageLIstHandle, BitmapHandle, 0); // BitmapHandle - 32-bit bitmap has non-empty reserved bytes ImageList_Draw(ImageLIstHandle, 0, DCHandle, 0, 0, ILD_NORMAL); This code works just fine with the previous version of ComCtl32 (v5) ...Show All
