-
- How to add Header and Footer to the flow documents?
by Siong
- 5 Replies
- Last post
by BILLANT Arnaud
- Hi,
I am having problem in creating the flow documents with the header and footer that appear in every page something like microsoft document. The flow documents are in xaml format and then its will be used to create xps file. Is there any way to create the header and footer. Please advise.
Thanks!
-
- CComboBox GetLBText return weird/garbage characters
by Anonymous4683
- 3 Replies
- Last post
by Anonymous4683
- Hi all
I got a CComboBox and tried to retrieve the text. Listed is what I had done
(Method 1)
CString str; GetLBText(0, str)
the value of str retrieved: (some weird/garbage characters, which is not suppose to be like this)
(Method 2)
CString str;
int n = GetLBTextLen(0);
GetLBText(0, str.GetBuffer(n));
str.ReleaseBuffer() -->>> CRASH!!
T
-
- Active Movie Window appearing while using Video Mixing Renderer 9 in windowless mode
by djin94
- 2 Replies
- Last post
by djin94
- Hi everybody. I encountered a problem while using the Video Mixing Renderer 9 to display video file and camera. In fact, each time I change the video file to play, I destroy the graph by that I mean I remove all the filters in the graph. Then, I build a new graph again including the Video Mixing Renderer in it. The problem is that it works fine for a moment but while using about 10 times this meth
-
- GetCurrentBuffer() error in qedit.dll under XP
by Ken Fast
- 7 Replies
- Last post
by Ken Fast
- I have a video frame grabber app that uses buffering, SetBufferSamples(TRUE). I get the frames that I want using GetCurrentBuffer(). It works fine under Windows 2000, but it crashes in qedit.dll with "0xC0000005: Access Violation" under Windows XP. Under Windows 2000 I was using DirectX 8.x and 9.0. Under Windows XP I am using DirectX 9.0c. In both cases Iam using MSVC++ 6.0.
In a
-
- Passing parameter from one activity to another
by raich
- 3 Replies
- Last post
by Serge Luca
- Hi!,
I am using Workflow Designer for dynamically creating and saving workflow. I am not able to pass a parameter from one activity to another. Say, I want to use IfElse activity, but the code conditions are to be hard coded, but I want user to enter the condition and as per that go to the next activity. Please help.
Thanks in advance.
-
- Is there another method to grab an image from a video?
by farming
- 14 Replies
- Last post
by Bowljoman
- Hi everyone, I have a problem at grabbing an image from a video for real-time processing. I use the method IVMRWindowlessControl9::GetCurrentImage() to grab an image. However, it need long time to finish this work. In my computer, 2G of RAM and Pentium CPU 3.0GHz, it took 313 ms to get an image from a video file, and it took 266 ms to get an image from a real-time captured video. I hope the time
-
- Vista Error Reporting broken by VC6 uninstallation?
by _B
- 0 Replies
- Last post
by _B
- I recently upgraded my XP install to Vista Ultimate (32bit). At the time of the upgrade I had VS2005 Express and Visual Studio 6 installed - I uninstalled VS6 after the upgrade.
My problem is that application crashes are not visibly reported to me - ie. there are no 'this application has failed' type dialogs. From Task Manager I see that Werfault.exe launches, it writes debugging dumps and
-
- TC23 - Problems undoing registry changes after installation rollback
by Igor Mendizabal
- 5 Replies
- Last post
by ErikTsarko
- Hello,
I'm trying to pass test case 23, and even if I finally got the installer to remove all the files that it installed (I had problems with reportengine.msm of Crystal Reports) after the rollback, I realized that it didn't undo the registry changes made during intallation.
I think I read (in a post in this forum that right now I can't find) that we should make a little script to launch af
-
- Burn video stream directly to DVD !?
by Ready4u
- 10 Replies
- Last post
by Dean Rowe - MSFT
- Hi, to all !!!
I'm new to this community.... i'm searching info about bunrning method in windows vista...
It's possible to burn a video stream, such as camcorder, directy to DVD using IMAPI v2 in windows vista (rc1), and where i can get info
Thx for all response !!
-
- How to run STS with a Kerberos Auth.?
by Xuan Chen
- 14 Replies
- Last post
by Xuan Chen
- Hi, Currently I am experimenting a CardSpace demo with Managed Card and STS. I've downloaded the Sample STS and built STS service with U/P, Smartcard, Self-issued Auth. All of them works fine . According to the introduction of Cardspace, kerberos can also be used to auth against STS. But I have no idea about how to use it with Cardspace. What shall i do to use kerberos within CardSpace Can anyone
-
- Worked on one computer now SqlWorkflowPersistenceService fails to persist on new computer.
by Stanomatic
- 6 Replies
- Last post
by Stanomatic
- I transferred a state machine ASP.NET project from one machine to another. I created the persistence database from the Ħ°C:\WINDOWS\Microsoft.NET\Framework\v3.0\Windows Workflow Foundation\SQL\ENĦħ SQL files. I changed the connection strings. Every time I run the web application nothing is persisted to the DB. No errors either. It has been running for months on the one machine with no problems. No c
-
- creation of services in vista
by sathya553375
- 1 Replies
- Last post
by NathCorp
- Hi, I am new to this windows programming. I want to create a service which is user created one in Vista. When i issue the sc create command.It is saying that "access denied".But the same works fine in win2k3. Can you help me out in this
-
- RTM
by Delboy
- 14 Replies
- Last post
by suhalka
- Is there a release date for WWF yet Will there be a cost Will it work on Windows XP Pro/W2K3 Thanks
-
- Odd MEX request behaviour
by Dave Coombs
- 4 Replies
- Last post
by Dave Coombs
- Hi folks, I've written a PHP-based infocard STS, which Kim Cameron recently blogged about, and I'm now trying to smooth out some wrinkles I'm seeing working with CardSpace. The first time I use CardSpace to submit an infocard that my STS generates, I am granted access to my relying party, as expected. The second time, the WS-MetadataExchange process fails. Here's what I'm observing in my apache lo
-
- regarding raising event in workflow
by nikunj_say
- 1 Replies
- Last post
by Mahendra - MSFT
- can any one help me to how to raise event in workflow from another form that loads instance (guid ) of same workflow ,i have code for it but it not raising event when we checks for null like,
TicketApprove != null ,
here TicketApprove is Event to call to HandleExternal Event.
here it remains null so it not goes inside workflow.
-
- IVMRWindowlessControl9.GetCurrentImage returns black frames.
by Olcay
- 14 Replies
- Last post
by JohnWein
- Hi,
I am extracting frames from a DVR-MS file created by Vista Media Center. It works fine but sometimes IVMRWindowlessControl9.GetCurrentImage(IntPtr iDIB); returns a black frame. If I run the graph and pause the thread of my application for a second and get than the current image - it works just fine.
So it looks like it needs a few ms to get the frame etc... Fyi, I am using C# and develop
-
- RasEditPhonebookEntry() error
by Graham F
- 6 Replies
- Last post
by cg13
- Using Visual Studio 2005 on Windows Vista Beta 2 Build 5472, RasEditPhonebookEntry() returns error 120 (ERROR_CALL_NOT_IMPLEMENTED ). Code that worked previously on Windows 98-XP SP2 is:
#include "Ras.h"
#include "Raserror.h"
#pragma comment(lib, "Rasapi32.lib")
DWORD dwRet = ::RasEditPhonebookEntry(m_hWnd, NULL, _T("Test"));
The resul
-
- IVMRWindowlessControl9.GetCurrentImage returns black frames.
by Olcay
- 14 Replies
- Last post
by JohnWein
- Hi,
I am extracting frames from a DVR-MS file created by Vista Media Center. It works fine but sometimes IVMRWindowlessControl9.GetCurrentImage(IntPtr iDIB); returns a black frame. If I run the graph and pause the thread of my application for a second and get than the current image - it works just fine.
So it looks like it needs a few ms to get the frame etc... Fyi, I am using C# and develop
-
- How to create custom claims?
by gold420sam
- 13 Replies
- Last post
by Daniel Bartholomew
- hi,
how should I go about creating custom claims based on primitive data types
thanks,
-
- TC32 Cannot crash service application (Access denied)
by Igor Tsurcanovscky
- 11 Replies
- Last post
by Igor Tsurcanovscky
- To crash my service application I run from elevated console following command:
Code Snippet threadhijacker.exe /crash:av /tid:1004
and I get following error:
Code Snippet
Attempting to hijack thread 1004 ERROR HijackThread; Could not Open Thread; hr=80070005; Error 0x80070005 + File:e:\vrtmtest\testsrc\windowstest\fsp\feedback\tools\threadhijacker\hijack er.cxx; Line:668
-
- State Workflow runs a bit and then, well nothing... (and its driving me nuts!)
by DavidR100
- 4 Replies
- Last post
by DavidR100
- I have added the tracking service to get an idea of where it has gone, and it just indicates that the base WorkflowActivity is running (according to the workflow monitor sample app)
I set a breakpoint in the code of the very first custom activity in the start state, and it goes into its constructor, but not into its Execute override.
I've seen this issue before and its just gotten it
-
- InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'XXX'
by BillyB
- 2 Replies
- Last post
by Manuel Fernandez Lopez
- I'm trying to create a series of COM+ "transaction wrapper" classes, and I'm encountering the InvalidCastException menited in the subject line. Background:
I've created a base class like so:
[ ComVisible ( true )]
public abstract class ServicedTransactionBase : ServicedComponent , IServicedTransaction
{blah blah blah}
Here's the interface:
public interface
-
- Suspend long running process
by bigbit
- 5 Replies
- Last post
by Darren Headrick - MSFT
- Hi, I have the state machine workflow. In the first state I have StateInitializationActivity. In this activity I have code activity and into this code activity I run long process (e.g. searching files). In this first state I have also EventDriven Activity and into them I have HandleExternalEvent activity with suspend activity. What I want is to suspend StateInitializationActivity (when is searchi
-
- Critical Bug in CredUIConfirmCredentialsW within the credui.dll
by MarshallB1
- 2 Replies
- Last post
by Bascom
- When a user enters a different user name than the one previously stored in the credential cache in the dialog provided by CredUIPropmptForCredentialsW the subsequent call to CredUIConfirmCredentialsW fails with result code of ERROR_INVALID_PARAMETER. This is not the behavior that is documented for the API. I can post some example code if anyone is unable to reproduce this behavior however I would
-
- conime.exe procedure issue in console application
by Vian Zhou
- 5 Replies
- Last post
by brooz2001
- Hi all,
I am using a non-western language Vista, when I start my console application, the extra procedure conime.exe (as I know, it's shared to use for all console application) is launched automatically. But when my console application exits, the procedure conime.exe still has some relationship with my console application, I can't remove my console application folder (my console application is