Software Development Network Logo
  • VS Express Editions
  • VS Team System
  • Visual Basic
  • Visual FoxPro
  • Game Technologies
  • Visual C++
  • Visual J#
  • .NET Development
  • Visual Studio
  • SQL Server
  • Microsoft ISV
  • Visual C#
  • Windows Forms
  • Architecture
  • Windows Vista

Software Development Network >> Windows Vista

Windows Vista

New Question

streamline video/direct3d switching
Persistence & tracking in beta 2.2
Query about whether to install PSDK
developing application.. do I have to wait?!!
using accept method of winsock in loop free way
Web services and runtime compilation
VBScript activity
Keyboard settings
Multiple Recursive composition
CallExternalMethod and CorrelationToken

Top Answerers

Tim Mischkin
tom308
Richard0610
Wizard1027
pbrowntwi
MartaGK
some1sxi
PavanS
Darren996
LuisBell
Topix
Only Title

Answer Questions

  • Mmondragon Problems with mciSendString

    Hi. I use mciSendString for playing mp3 file. If I send "seek _ALIAS_ to _position_" and position 2000 or less (total frames count aproximately 25000). mciSendString do nothing 5 or more second then it playing file from start. If position > 2000 mciSendString work correct. How I can correct this problem This problem repeat for all my files. StringBuilder ReturnCode = GetStringBuilder(); string CommandLine = "Ope ...Show All

  • Plow System image lists and sizes

    Is there a reliable way for an app to determine the size of the icons that Vista is displaying on the desktop I'm not sure if this is a bug or, more probably, an opportunity to learn something new. As a developer of icon software, it's frequently important to know the current size of the desktop icons. There are a couple of ways to check this. I like to get a handle to the system image list (SHGFI_LARGEICON) and then query the imagelist for t ...Show All

  • 2lazydba Other Languages for Speech Recognition

    When can we expect additional languages other than English ...Show All

  • Gwiddion ATI Radeon Crashing System

    Shortly after booting, my Vista build 5270 installation crashes. If I switch to my nVidia GeForce 4, it doesn't, but the GeForce isn't LDDM, so no transparency. Safe Mode says that the drivers are right, and when I use the drivers from ATI.com, they're not LDDM, and not even signed. Anyone know what to do Thanks, Scott Logan These are the RADEON drivers... Hi, which version of drivers ...Show All

  • Ricardo Rivera "LoaderLock was detected"

    I get this message after closing any VS2005 application in Debug mode.... VS2005 stays in debug mode until I explicitly kill my app. At first, I thought it was only on Avalon apps, but I get it on any regular WinForms app, even ones that I am recompiling on VS2005... Any idea what it means LoaderLock was detected Message: Attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or ...Show All

  • alazela SetProcessDPIAware

    At the PDC, Raymond Chen said that a call to SetProcessDPIAware will be necessary to get a monitor's true DPI setting in Vista. Is there any documentation available for this yet I'm hoping to dynamically link to this function at runtime so my app will scale nicely like it already does on XP. Thanks. Thanks very much. I'll keep an eye on it in case it changes. Hi Chris, That on ...Show All

  • teeka win32 application

    Error 1 error LNK2019: unresolved external symbol _MAPIFreeBuffer@4 referenced in function "public: virtual long __stdcall CMailRuleClient::ProcessMessage(struct IMsgStore *,unsigned long,struct ENTRYID *,unsigned long,struct ENTRYID *,unsigned long *,enum _MRCHANDLED *)" ( ProcessMessage@CMailRuleClient@@UAGJPAUIMsgStore@@KPAUENTRYID@@K1PAKPAW4_MRCHANDLED@@@Z ) mapirule2.obj I get this error when I build my project. Can you ...Show All

  • Michin1 Timeline, It is driving me crazy.T.T;;;;;

    I made the moving picture to make use of the IAMTimeline Interface and to synthesize moving picture files and bitmap files The moving picture doesn't work when the moving picture which has no sound was synthesized. The first picture which has no sound of moving picture file doesn't work . How to know that which moving picture have audio data or not Please let me know that If I understand what you are asking...how do you to det ...Show All

  • Dadinos disabled/inactive menu actions

    im just wonderin how come the disabled/inactive menu actions are more bitmap looking like here http://www.winsupersite.com/images/showcase/vista5270_020.jpg (paste, paste shortcut) wouldnt it be better to just not show inactive actions in menus or do they ramin in so a person dosnt forget they are there just curious That newsgroups list is very old and incomplete. I'll try to find the person responsible for it. You should try micro ...Show All

  • Dylan K Dreyer How to draw text on video

    hi, i have seen the RGBFilter sample but i want draw a changing string on the video, and the string is changed according the time. For example, when i click a button on my software, it triggers the function to show the string on the video, after ten second, i want to draw another string on the video, how to do that any suggestion is appreciated! hi, LGS First , thank you for your suggestions. but, how to use the capabilities ...Show All

  • JohnFlemming Is QueueUserWorkItem required for Manual Scheduler?

    If I run workflowruntime with the DefaultWorkflowSchedulerServices, it runs in separate threads so I understand I need ThreadPool.QueueUserWorkItem(...) Is this required when raising events under ASP.NET when using ManualWorkflowSchedulerService As this means the workflow runs in the ASP.NET thread, presumably I could just use RaiseEvent Or is it safer to always use the QueueUserWorkItem just in case it's being called from a different thre ...Show All

  • Phil333 Unable To Install WinFX Runtime Components after installing Visual Studio 2005

    I get a setup error. Mateusz   Mateusz Rajca wrote: When will there be one im on the edge of my workstation waiting... I see it is finally available. http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx That version works with beta 2.  There is not a version that works with the final version of visual studio 2005 yet. When will there be one ...Show All

  • odalet Lab 10 Problem: Activity Condition cannot be set

    I dropped an IfElseBranch on the designer, then in the property grid, I select condition to be RuleCOnditionReference. In the expanded properties of the condition, we're supposed to set the condition name and expression. But the sample gives an error when trying click the ... next to 'ConditionName' property: "Value cannot be null. Paramater name: activity." Anyone knows why this happend and how to fix it Vihang, please, you are ...Show All

  • SpicyMikie Can I show the graphically workflow on the browser?

    Like this, I need show the graphically workflow on the browser. I use c#.net base b/s. How can I do this Thanks everyone. I have an example on my blog - make sure to adjust your CAS permissions for the url of the website you create. There is also an example there of using the designer to create an image to display in the browser (which helps to deal with the security issues). Hi Jon, I have some questions to webresource. Can y ...Show All

  • Alquimista09 state initialization activity is not being executed in a state.

    I kept one state initialization activity and other event driven activities in one state. The state initialization activity has child activities. As i understood the state initialization will be executed immediatly after the state is activated. I started the workflow and it went to initialization state , but the stateInitialization activity is not being executed. Can any body expalin why it is not being exected. Thanks. Hi Kruthi, ...Show All

545556575859606162636465666768697071

©2008 Software Development Network

powered by phorum