-
- midiOutGetNumDevs returns 0
by Hartmut L
- 1 Replies
- Last post
by Hartmut L
- Hi all! I have developed a dll for xp and it doesn't work under Vista. The dll creates some midi output and under Vista the function midiOutGetNumDevs always returns 0. And the strange thing is: If I compile the very same code as an exe file, midiOutGetNumDevs returns 4 and I have access to all Midi devices. If I make a host exe which loads the dll, then inside the host I can access the midi devic
-
- CreateHandle method with C# on Windows Vista
by like_antani
- 5 Replies
- Last post
by Andreas Johansson
- Hi All,
yesterday I installed Vista on my computer and now I'm trying to compile and run some C# projects. I have an error while search the handle of a usercontrol; this is the error:
Error creating window handle.
Any idea Does Vista manages in a different way all this
Thanx in advance
Marcello
-
- Your feedback
by DemandPoint
- 3 Replies
- Last post
by Shelly Guo - MSFT
- It is so frustrating to work with this great thing called WF. It is WWF for the third party to work with. Wasting lot of man hours. Put your question in forum and pray somebody will answer your question. So pathetic. Your samples conveniently skip any ghory details of your modules and take on great example of hello world and wish some customers will pick it up and solve real life samples for you.
-
- Event serizlization issue
by Hargen
- 6 Replies
- Last post
by Hargen
- Seems that some serialization actions will be taken inside WF when run a WF from ASP.NET.
It's known that in C# the event members in an object can not be serialized, we should use [field: NonSerializedAttribute()] to prevent the serialization of event members, so the values of the event members will be lost after deserialization.
However, sometimes we should keep the event value during the s
-
- Standard User Analyzer causes COM and ActiveX to fail
by Jim Keifenheim
- 14 Replies
- Last post
by Bruce N. Baker - MSFT
- We have a legacy application programmed in C++ and MFC that runs on Windows 2000 and XP but has problems with COM and ActiveX when run on VISTA. This app is built with Visual Studio 2003. I remotely debugged this app running on Vista from my development machine and found that the COM and ActiveX problems is the app trying to instantiate the COM components but they return E_ACCESSDENIED. I have che
-
- Multiple Inputs, Single Output
by BobK
- 0 Replies
- Last post
by BobK
- Need to convert my filter to use multiple inputs. I have both a Push and Pull version, I am assuming I need only convert the Pull (and obsolete the Push). Essentially, the filter will be combining / summing the inputs into a single output (think conferencing). Question is, do I move away from using the CPullPin and add a thread to the filter itself I am thinking the filter Process would go throug
-
- sdk sample - Imapi2Sample has some problem
by Leoym
- 2 Replies
- Last post
by Leoym
- Hello to all.
I have run Imapi2Sample, but it has run not as my expected.
Imapi2sample complied in XP SP2, VS2003. Vista SDK
Imapi2Sample.exe is on C:\. In DOS, I type.
C:\>Imapi2Sample Imapi2Sample: 6.0.6000.16384 Usage: Imapi2Sample -list Imapi2Sample -write <dir> [-multi] [-close] [-drive <#>] [-boot <file>] Imapi2Sample -audio <dir> [-cl
-
- I don't think this is a Video Driver or Bios Problem.
by Sarosh79
- 14 Replies
- Last post
by Joelseph
- I'm having a problem with Windows Vista Ultimate 64 bit edtion on my HP laptop, when i close the lid but i have set up what windows does when i close the laptop to do nothing, but when i close the lid, and re open it, the screen is off/black, cant shutdown it properly and must do hard reboot.
Laptop is HP Pavillion dv9000nr
AMD Turion 64x2
Nvidia GeForce GO 6150
1gb memory
-
- MODI not working with Windows Vista (Office 2003, MODI 11.0)
by Igore Lysenko
- 1 Replies
- Last post
by Mo Nail - MFST
- Hello, we are developing application which uses MODI(Microsoft Office Document Imaging from Microsoft Office 2003, MODI version 11.0) library for OCR the documents. It`s working ok on development machines (Windows XP Sp2) but not working on Windows Vista. During the executing of OCR method of Modi.Document class error has been thrown - 'Ocr running error'. We couldn't find useful information on th
-
- Transaction
by himo
- 3 Replies
- Last post
by SonaliC
- hello ,
look at my sample :
I have a statemachine workflow .....and i use three states ( AddState ,, Waiting State .....EndState )
in AddState : user will make registeration and his information added in the database .
then WorkFlow go to another state " Waiting State" in this state the admin approved this user or not ..
and EndState ...the workflow
-
- How to dinamically add or change property of custom activity at design time
by Indigo Cowboy
- 2 Replies
- Last post
by Shelly Guo - MSFT
- Hi, I am implementing custom activity that will have one Property of Type type. I created it using sample code for creating custom activities. I did not find answers for this questions in those samples
DependencyProperty......
[All the attributes....
public Type ObjectType
{
get...
set..
}
1. When I set type value of ObjectType property i would like to create at
-
- What makes a child window disappears after enabling DWM?
by parcalto
- 0 Replies
- Last post
by parcalto
- Hi all, I am porting existing Win32 application to Vista. In my application, a child window is set to visible when certain button is pushed. However, under Vista RTM with DWM enabled, the child window becomes invisible even if it is set to SW_SHOW. It receives mouse messages normally, but totally invisible on the screen. If DWM is disabled, then it works fine. Did anyone experience such problems
-
- Visual Studio 6.0; VB6 GetAllSettings function does not seem to work in Vista RC-1
by hjachter
- 7 Replies
- Last post
by roylow
- Visual Studio 6 seems to come up correctly however when testing stable VB6 application the following line:
varFiles = GetAllSettings(ThisApp, FileKey)
produces "Run-time error '5'; Invalid procedure call or argument. Both procedure call and arguments from this working program are valid.
This project is completely stable on WinXP machines and below. I have not seen this error unt
-
- Pls Help.. Windows Vista cannot install Windows Mobile 5.0 Pocket PC SDK
by SuperDuper583138
- 0 Replies
- Last post
by SuperDuper583138
- Hi everyone,
I need working on the VS2005 to develop a software for Window Mobile 5.0
ActiveSync is required before installing "Windows Mobile 5.0 Pocket PC SDK"
but my OS now is Vista, It doesnt let me install ActiveSync...
then what should do for developing a software for WM5.0
Thank you very much!!
-
- Need A Very Simple CSource Based Audio Sample
by Vinay Agarwal
- 1 Replies
- Last post
by Vinay Agarwal
- Hello,
I need to create a very simple Audio (PCM format) source filter that possible creates a single waveform output. This would behave live a very small subset of Synth filter in DirectShow. I started working with Synth sample, but it, just like others, are overly complex and lose a beginner (like me) in unnecessary details. In addition, this sample is not derived from CSource for some reason
-
- Vista Logo compatible version for Microsoft Merge Modules
by JojoCC351325
- 8 Replies
- Last post
by Bruce N. Baker - MSFT
- We're designing our application's installer (using InstallShield 12) to be compatible with Window Vista. Our application requires some Microsoft merge modules to be installed on the target PC and one of these is the 'oleaut32.msm'. We're getting errors with this file when we validate it against Vista requirements, so I'm just wondering whether Microsoft has any plan to release a Vista Logo compati
-
- Limited User account cannot log on due to error: "could not connect to the system event notification service"
by Tim Hodgson
- 14 Replies
- Last post
by Bruce N. Baker - MSFT
- In the test cases, step S12, I executed CreateLogousers.cmd which created a number of user accounts, including the limited user account "Logo User 1".
When trying to log on with this limited user account I get the error message "Windows could not connect to the System Event Notification Service service" . Please consult your system administrator.
I am the
-
- creating registry key in HKEY_LOCAL_MACHINE accessible by all
by Tom Rixom
- 8 Replies
- Last post
by Tom Rixom
- Hello, Basically I have an application (dll) that allows admins to configure a system wide configuration that is accessible (read-only) by normal users. The system wide configuration is stored in HKEY_LOCAL_MACHINE\Software. The code of course works on Windows 2000/XP but not on Vista because of, as I suspect, the fact that the information is stored in the virtual store under HKEY_CURRENT_USER. Wh
-
- Vista Certification Test Case 30
by EMSDeveloper
- 10 Replies
- Last post
by LaRubin
- Hello!
We have a .NET application (.NET 2.0) and when I run test case 30 it seems to pass without adding any special "listening" code to the app. (I assume that .NET is handling this )
Our app is not designed to restart after shutdown. When I run "rmtool.exe -p dwPID -S" it shuts down the application and I get "Information" messages in Event Viewer. However, I a
-
- Problems with regsvr32 in vista
by qzy
- 4 Replies
- Last post
by qzy
- Hi,
My OS is Vista 64bit. And I've tried to write a native 32-bit COM DLL and use regsvr32 to install it, and the succeed message showed up. however, I found nothing was added in the registry. How to fix the problem
By the way, I know there is both "system32\regsvr32" and "SysWOW64\regsvr32", and I've tried both.
help me!!
many thanks!!
-
- Does NetTCPBinding require MSDTC?
by DOITConsultants
- 2 Replies
- Last post
by DOITConsultants
- Hi,
We have created a WCF service that is requiring MSDTC. We do not need distributed transactions. The only transactions that we are using is on the server during our save. Several database calls could be wrapped in to a transaction but to only one database via one WCF call.
I don't find any explicit transaction code in our config files or in code. The only mention to transactions i
-
- Application fails to start under Vista: "A referral was returned from the server." Manifest problem?
by mdschwarz
- 14 Replies
- Last post
by MFred
- I'm working on migrating a driver management application (written in Visual C++) to Vista. It requires access to HKLM, so it needs to run with admin access permissions. For testing purposes, we've been modifying secpol.msc to run it in admin approved mode, but obviously, that's not the right thing to do. The right thing to do, from what I can tell, is to add a <trustInfo> tag to the applicat
-
- Problem with IWebBrowser2::navigate2 with IE7 on vista with protected mode on
by vistacoder
- 3 Replies
- Last post
by vistacoder
- My application is trying to open a URL in an IE7 window named "abcd" http://msdn.microsoft.com/workshop/browser/webbrowser/reference/ifaces/iwebbrowser2/navigate2.asp i call navigate2 with "abcd" as my targetfilename and i'm getting the following results case 1) with protected mode turned ON, navigate2 opens 2 new windows named "abcd" with the correct URL. The return
-
- related to comparison between microsoft workflow foundation with skelta
by dipali sshah
- 1 Replies
- Last post
by Tom Lake - MSFT
- Hi............. I want know abt the comparison between skelta and microsoft windows workflow foundation ... is there any similarities in between them..i want similar list of activity names that used(working) in skelta and same functionality is used in workflow.... plz.. reply me as soon as possible..... email id : dipali.shah@hotmail.com thanX
-
- EndUpdateResource error code 5
by Opfer
- 0 Replies
- Last post
by Opfer
- Hello,
I'm trying to generate a string resource-only DLL, doing so by starting with a DLL containing nothing but an empty resource section and then adding string blocks using " BeginUpdateResource", " UpdateResource" and " EndUpdateResource". I'm calling these using Platform Invoke from C#, but that shouldn't really matter.
Now, to the actual problem. S