Software Development Network Logo
  • Visual C++
  • Windows Vista
  • Windows Forms
  • Audio and Video
  • Game Technologies
  • Visual Studio
  • Microsoft ISV
  • SharePoint Products
  • VS Team System
  • Visual FoxPro
  • IE Development
  • SQL Server
  • Visual Basic
  • Visual C#
  • Smart Devicet

Software Development Network >> Mojosound's Q&A profile

Mojosound

Member List

minority80
Rob Bowman
dana_lotus
Bluehunter
dzs
Samoyed
Manny06
Mansoor Shiraz
eligh_ll
Seraphino
Raul Garcia - MS
Tryin2Bgood
bboylen
StUdEnT in distress
enric vives
GWILSON1981
Mister T7718
TannerH
Aakash_p
LabMan
Only Title

Mojosound's Q&A profile

  • Software Development for Windows Vista CorrelationParameter results in QueueNotFound error

    I have a sequential workflow with a ReplicatorActivity. The only activity in the replicator is a HandleExternalEvent activity. I use the InitialChildData property of the replicator to make 3 parallel handleExternalEventActivity1 items which receive an event from a web service. The replicator works as expected. When I send 3 web service events they are received and processed (in order) by the 3 parallel handleExternalEventActivity1 activities. But when I try to add a CorrelationParameter to the interface, I can get nothing but the QueueNotFound error.  Here's the whole error: WebDev.WebServer.EXE Error: 0 : 2/1/2007 9:11:55 AM System.Workflow.Activities.EventDeliveryFailedException: Event "Sign1" on interface typ ...Show All

  • SQL Server Connection Error: (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.

    Hello, Please bear with me as I am no Sql Server guru, but am getting this error that is preventing me from continuing with my development work.  I am the only developer on my team running Sql Server 2005 and it has been working just fine for the last week.  I opened the Management Studio this morning, just like every other morning and got this error: TITLE: Connect to Server ------------------------------ Cannot connect to (local). ------------------------------ ADDITIONAL INFORMATION: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233) Of co ...Show All

  • Visual Studio 2008 (Pre-release) NetMsmqBinding across Enterprise

    Iam trying to have a NetMsmqBinding two way communicatiion across 2 of our clients. I have done it on using private queues on my local machine and now i want the same working on queues across the internet. Any useful information on how to setup such an environment and any known issues you have run into will help. ( I know using public queues needs Active Directory e.t.c) T.Ramesh. [1] is a good starting point to look into the admin aspects of MSMQ. [1] http://technet2.microsoft.com/WindowsServer/f/ en/library/040755a5-60f5-4f2c-aa1f-4dad89d747f31033.mspx ...Show All

  • Visual Basic How can I password protect my source code?

    Hello all. I am using the Visual Basic 2005 Express Edition. I would like to enquire whether it is possible to password protect my source code such that it requires a password to open each time I want to view it (Just like password protecting documents and spreadsheets in Word and Excel.) I can't find the option under the Options menu. Thanks in advance. The process in question is called obfuscation. There are varying degrees and qualities of obfuscation. A simpler obfuscator comes with VS called a community obfuscator. It works by routine renaming and string encryption. Good ones will name as many methods as possible the same name and overload them as much as possible. Good obfuscator can encry ...Show All

  • Software Development for Windows Vista DirectKS application in video capture?

    How can a user-mode client achieve direct access to kernel streaming(KS) filter in video capture I know there is a sample from microsoft using KS in audio rendering and capture. Is KS feasible in video capture Any suggesion and samples will be appreciated. Yong ...Show All

  • Visual Studio VS SDK and TeamSystem source control problem

    Hi, After installing Visual Studio SDK, C# project files in my solution are taken in checkout if a build the solution. I'm the only member of our team that have the SDK installed. I look at what is added to project file when I build a solution with the SDK installed. The following XML is added to the prj file: > <ItemGroup> > <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" /> > </ItemGroup> Is there a way to avoid this modification to prj file Thanks We believe we've finally fixed this one for Orcas RTM We no longer mark solution files at all, and we now only mark individual project files when you actua ...Show All

  • SQL Server Rectangle Question

    I know this may be s stupid question, but how would I create a rectangle as a page border so it would start and end at the beginning of every new page YOu would do that by going in the code and calculating the sizes you have to occupie with the retabgle and set the values in the RDL directly, becasue I guess you would never hit the exact position in the UI designer. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server Is anyone using ActiveCipher by RedCraft Software?

    I am considering this third party encryption tool for use on SQL Server 2000 and would like to hear from someone who is using it in a production environment. Thank You There is none that I can find. I'm just looking for another SQL Server Professionals opinion on the software. Could you recommend another Microsoft Forum that might be more appropriate ...Show All

  • Visual Studio Express Editions How do I know if the text in a text file has changed? How do I program Save and Save As?

    I am trying to create a notepad-like program. I noticed that on Notepad, when I go to File | New, Open, or Exit, the program displays a message box saying that the text has changed. I was wondering how I make the program recognize the text has changed and put it into a MsgBox Another problem... I know how to program Save As, but how do I program Save Finally, Notepad is able to display in the title bar just the filename, and I was wondering how to do that. For example, I want it to say "Sample - Notepad", not "C:\Documents and Settings\Administrator\Desktop\Sample.txt". Any suggestions Thanks a lot. If your using a textbox or richtextbox control rather than having a separate boolean dirtyflag variable.  ...Show All

  • Visual C++ Function pointers, pointers and references confusion

    I'm struggling to get my head around this, I'm not entirely sure what is happening here. Wondering if someone could offer a detailed explanation as I can't find an answer elsewhere. In project InterfaceDLL which is a static lib although Interface.h does not make up part of the static lib. class DLLManager holds Interface * m_pInterface; in DLLManager.h. Interface is a struct in Interface.h declared in Interface.h not inside the struct and as extern "C":- bool GetInterface( Interface ** pInterface ); typedef bool ( *GETINTERFACE ) ( Interface ** pInterface ) Inside DLLManager.cpp in function LoadDLL() GETINTERFACE _GETINTERFACE; _GETINTERFACE = ( GETINTERFACE ) GetProcAddress( m_hDLL, "GetInterf ...Show All

  • Visual Studio 2008 (Pre-release) What is xxx.vsHost

    VS.Net often generates a xxx.vsHost file. What is the purpose of this file Do we need to deploy this file in production environment. ...Show All

  • Visual Basic How to build the mazeman.txt file?

    I am in the following project, and don't how to build the mazeman.txt file to work with my VB6 codes. Please help: Your goal is to create a simple game called MazeMan in Visual Basic 5 or 6. The player will use the arrow keys to move through a small maze until they reach the other side. Their total time to navigate the maze should be recorded and displayed. It should request the name of the user so that the best times can be displayed. Best times should be saved in bestscore.dat so that they are re-loaded the next time the game is loaded. The "map" for the maze should be loaded from a file called mazeman.txt . This should be a simple text file indicating where the walls of the maze are and the start and end poin ...Show All

  • Windows Forms Using Spy++ to Assist with Automated Testing

    Hello: I can't tell you how glad I am to know that there are so many Spy++ enthusiasts out there. I only discovered the tool last night, and thought it was truly awesome that the tool detected an app that I was debugging from VSTS (which is incredible, by the way). Anyway, I started the app, and intentionally caused an error, which in turn, launched a MessageBox. Spy++ was able to detect both my app, and the error message (MessageBox). How can I now use information supplied by Spy++ to simulate clicking the OK button on the MessageBox Wish to do automated testing and I am pulling scenarios from a database, so that I can test numerous inputs at once. The messageboxes popup by design. I don't wish to suppress them ...Show All

  • Visual Studio Express Editions Integrate MSDN library 2006 with Visual Basic Express

    I recently downloaded the May 2006 version of the MDSN library and could not figure out how to integrate it with Visual Basic 2005 Express. ...Show All

  • Visual Studio 2008 (Pre-release) 9Scale skinning bitmaps in WPF?

    The examples in WPF have 0 support for bitmap skinning it seems and I get it as its expected that everything is done vectorized. Unfortunately from a designer perspective the difference between photoshop buttons and expression interactive buttons is night and day compared to the leverage you can do in photoshop. Which brings me up to my point. I haven't been able to create buttons with PNGs that can do 9 scale skinning, so you create a button and it automatically scales to whatever size, stretching the middle but the corners remain the same. Just the same as a regular vector button. In flex 2 this is about 4 lines of code, in WPF I've been searching for support for this but cannot seem to find any example of 9 scale skinning PNGs/bitmaps. ...Show All

©2008 Software Development Network