-
- WorkFlow - threading
by himo
- 4 Replies
- Last post
by himo
- Hello ,
Could i work more than one WorkFlow Instance at the same tiem .
I mean when i do that i must use threading . or what
plz anyonw knows the way tell me please .
thanks al
-
- How to add an item in explorer's right click menu?
by Xfolder
- 2 Replies
- Last post
by Xfolder
- I'm trying to find out how to add items in explorers right click menu, above the cut, copy and delete commands.
Is there a way do so it vb.net
-
- windows vista - users
by SWATHI_VS
- 3 Replies
- Last post
by Bruce N. Baker - MSFT
- i would like to give more permissions to my standard user.
is it possible to create a user that have some of admin rights in windows vista
thanks
-
- Headers and reusing flow document
by D Hanson
- 3 Replies
- Last post
by Michael L. White
- Using Feng Yuan's wonderful example I have developed my own document paginator class so that I can add headers to my xps documents. But I wanted to increase the flexibility of the headers so that any type of formatting could be used, tables is one thing I was looking to support mostly. With my DocumentPaginatorWrapper class a string which describes a FlowDocument can be passed in as the "head
-
-
by JPedroFS
- 14 Replies
- Last post
by JPedroFS
- 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, v
-
- Who can give me an example of obtaining Bitmap data from function IVMRWindowlessControl9::GetCurrentImage()
by farming
- 2 Replies
- Last post
by farming
- Hi, The function, IVMRWindowlessControl9::GetCurrentImage(BYTE** lpDib), can retrieves a copy of the current image being displayed by the VMR. In my application, I want to extract Bitmap data for real time processing. That is, I will not save it to a BMP file. How can I write my code could you give me an example code Regards, fanming
-
- Calling CreateProcessAsUser() from service
by wolf777
- 14 Replies
- Last post
by Eric Perlin
- According to some MS documents (e.g. http://www.microsoft.com/whdc/system/vista/services.mspx), it should be possible to use CreateProcessAsUser() API in a Vista service to create a process in user session. I am trying to achive this, but the function returns error code 1307 (ERROR_INVALID_OWNER) = "This security ID may not be assigned as the owner of this object." Does it work for some
-
- vista - security issue
by dnetmgr
- 0 Replies
- Last post
by dnetmgr
- we are trying run an MSI file and load our application in Vista, basically what we do is either read/write into the registry to the following locations Hkey Machine or Hkeys users. So when we ran the MSI file to setup ,it went to the last and at the end it just Rolled back everything and asked us to re run the set up file again. So how can we achieve this.
And the other question is once we in
-
- Application Verifier LUA PRIV/WRP error during install
by Bhall
- 14 Replies
- Last post
by Bhall
- I am performing the following steps for the Certified for Windows Vista Test Case 20
1. Open AppVerifier 3.2 2 .
2. Attach application install executable to AppVerifier including msiexe.exe.
a. Enable the LuaPriv check
3. Install application
4. Once install is complete, view AppVerifier Install Logs.
a. Search logs for LuaPr
-
- use imapi first time in vc++
by wangzg
- 5 Replies
- Last post
by Henry Gabryjelski - MSFT
- We want to develope a program for recording DVD, but we don't know at where we can find the imapi.h.
wo can not find the .h file, so we don not konw the IID of every Imapi2 COM component.
Can you tell me what is the IID of every Imapi2 COM component
Can you tell me how i get PlatformSDK of imapi2.
thank you for help.
-
- Workflow With Asp.net Sample
by Omar Fawzi
- 9 Replies
- Last post
by Omar_Jordan
- i need samples for reject and approval using asp.net:
such as page Default.aspx get the user ability to request vacation and Manager.aspx approval or reject the vacation.
can any one help me please.
thanks.
-
- Shell Namespace Extension's default action not called
by prakashguru
- 9 Replies
- Last post
by Naamala
- Dear Friends I have a shell namespace extension registered under "My Computer". It is working well in Windows XP. I got some problems in Windows Vista. I am unable to navigate my NSE items by double click in the listview (The single click in treeview working fine). Nothing happened when I double click on an item. But in windows xp the item opens and all child items are shown While de
-
- Is there any way for editing workflows outside visual studio?
by Diptesh
- 2 Replies
- Last post
by Diptesh
- Hi
Are there any tools from Microsoft for editing workflows outside visual studio or is there any way of creating graphical workflow editor
-
- Upgrade from XP to Vista deletes registry key and breaks service application
by TheNiko
- 5 Replies
- Last post
by Oliver L
- Hi,
We have a service working perfectly fine under XP. It also works perfectly fine with a fresh install on Vista.
BUT, If the service is installed on XP and then XP is upgraded to Vista, the service stops working. We found out that during the Vista upgrade it deletes the registry key which is the GUID of our service: HKCR/AppID/{ OUR-GUID }
if we set the GUID back then the service works
-
- Visual Studio Crashs!
by Yafarmo
- 1 Replies
- Last post
by Shelly Guo - MSFT
- Hi guys,
I wrote a workflow project in beta version of workflow foundation, and added it to existing website solution. Now when I'm trying to build it, Visual Studio crashs.
I have installed .net framework 3 and its extensions for VS by the way. Thank you for all greate works and help.
-
- How to capture tooltip text?
by ASKavya
- 0 Replies
- Last post
by ASKavya
- Hi All, Can anybody help in how to find a tool tip text I look for objects with class ToolTips tooltips_class32 using Findall of MSUIA. Doesn;t help Please help
-
- Major Microphone issues
by rmhainlen
- 2 Replies
- Last post
by rmhainlen
- I have had no end of problems with Vista Ultimate and my microphone. I am at the point of returning to Microsoft XP pro. So, a month ago, I installed Vista ultimate and my sound worked fine. Then one week ago, my mic just stopped working and as a gamer that is a huge loss. Now, before you say anything, I have tried everything under the sun. What everything boils down to, is that vista does not re
-
- ReadProcessMemory problem
by briscoe559404
- 9 Replies
- Last post
by briscoe
- I can't seem to get anything back from ReadProcessMemory, I can't figure out what I'm doing wrong here. Also bytesRead says it's not used, but it is Here's the gist of it.
Code Snippet
[DllImport("kernel32.dll")] static extern bool ReadProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, [Out] byte[] lpBuffer, UIntPtr nSize, IntPtr lpNumberOfBytesRead); IntPtr bytesRead; byt
-
- How to set Aspect Ratio Mode ? (VMR9)
by kenshin1101
- 8 Replies
- Last post
by Chris P.
- i found in sdk only : VMR9ARMode_None, VMR9ARMode_LetterBox how can i set aspect ratio mode to 4.3 or 16.9 Thanks
-
- Can't Open XPS
by Kevin1969
- 14 Replies
- Last post
by moorpipe1
- I'm frustrated that I can't find an answer or solve this one.
I have 2 machines running XP2 SP2, both running IE 7 and I've installed .NET framework 3.0 on them. I can create .xps documents just fine, but when I attempt to open them, I get the simple message in IE saying "cannot open the webpage".
I have 2 other machines where the reader is working fine.
I can't figu
-
- Headers and reusing flow document
by D Hanson
- 3 Replies
- Last post
by Michael L. White
- Using Feng Yuan's wonderful example I have developed my own document paginator class so that I can add headers to my xps documents. But I wanted to increase the flexibility of the headers so that any type of formatting could be used, tables is one thing I was looking to support mostly. With my DocumentPaginatorWrapper class a string which describes a FlowDocument can be passed in as the "head
-
- How can I use the "PKEY_AudioEndpoint_PhysicalSpeakers" in Windows SDK?
by Wendell Wang
- 1 Replies
- Last post
by My Wendell
- In Windows SDK build 6000, I find the PKEY_AudioEndpoint_PhysicalSpeakers and other properties for audio. When I build my program using IPropertyStore's GetValue() to get channel configuration of audio, VC report the link error: unresolved external symbol _PKEY_AudioEndpoint_PhysicalSpeakersӣBut the SDK says nothing of the property to depend on. I can get friendly name using property : PKEY_Device
-
- SqlTrackingService & Sql Server 2000
by Doron Goldberg
- 7 Replies
- Last post
by Doron Goldberg
- Hi all,
I'm trying to start the tracking service using sql server 2000.
I have used all the required scripts and everything looks ok inside the db. (no errors during setup...)
Problem is that nothing is written into the db, and no errors are happening as well.
When I change the connectionString to a sql-server 2005 instance everything works by the book.
-
- Dual Boot VISTA and DOS?
by JeffEngel
- 5 Replies
- Last post
by Edge30
- I have a system set up for testing, and it would be extremely beneficial to have a boot menu that allows me to select between Windows Vista, Windows XP and DOS (Ubuntu will be added in later, but this is an after-thought). I have no problem dual booting Vista and XP, but adding DOS into the equation greatly complicates things. Has anyone gotten a setup like this to work / are there any suggestions
-
- setenv reports error 'vcdetect is unable to set the environment'
by LiquidEyes
- 2 Replies
- Last post
by Uranor
- 1. Any idea why VCDetect should fail (see below)
2. Does this mean setenv has failed
3. Should I now be able to build applications targeting the SDK
4. Should I be able to build apps from within the IDE as well as from the command-line, or is more effort required for the IDE to 'see' the SDK
Code Block
C:\Program Files\Microsoft SDKs\Windows\v6.0>setenv
VCDetect i