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

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

MatthewFisher

Member List

DeltaXXX
Can-Ann
JJKusch
Rob Wheeler
TimoWo
Sam4u2e
ben8coast
Kifaro
bankit
ottogbg
Moridi
TobsTec
mr_superlove
JohnTMSDN
bitskull
rauhanlinnake
Andre's
Rups11
Kevin Hoffman
karthik G
Only Title

MatthewFisher's Q&A profile

  • Software Development for Windows Vista Unable to call "CoInitializeSecurity"

    Hi Everyone. I'm in trouble about DCOM server & client system in Vista. When the Client try to call a procedure in a remote DCOM server, CoInitializeSecurity(client side) is failed by "RPC_E_TOO_LATE". By MSDN document it occurs when CoInitializeSecurity() has been already called. But in this case it had never been called in a same process. I have this problem only in Vista OS. It worked correctly in XP and 2003ServerR2. If anybody have a good suggestion, please tell me. Kohei. Dear Mr.Lundt I really appreciate your quick reply. >CoInitializedSecuirty can be called on the client, the server, >or both and should be OK. Just curious are you calling ...Show All

  • SQL Server SQLAGENT CAN't START

    SQLAGENT CAN't START this log: SQLServerAgent could not be started (reason: SQLServerAgent must be able to connect to SQLServer as SysAdmin, but '(Unknown)' is not a member of the SysAdmin role). the error is self descriptive... your startup account is not having enough permission. Add this particular startup (preferably Domain user) to sysadmin role Madhu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Building XACT project has failed error when building Spacewar

    Building XACT project has failed error when building Spacewar Starter Kit i have latest version XNA Game Studio Express, XNA Framework, DirectX SDK any tips thanks =) All right as I did some more work with Xact... I see that my post wasn't fully right. Tutorial is some way good. I am still don't really understand why in my first try Xact didn't use my projects name to project properties. To help you, try build this...there is a "boom" in initialize: http://www.sendspace.com/file/aep0a9 also maybe you should try to build rocket commander: http://abi.exdream.com/ ...Show All

  • Visual C++ disabling the keyboard

    I am trying to create a program that will disable the keyboard, and another that will re-enable it. How would you go about doing this without doing a full keyboard hook I would do it in a batch file with the command "rundll32 keyboard,disable" but that requires a full system restart in order for the keyboard to become usable once again. Does anyone have an idea on how to do this P.S. I am not sure if this is in the correct forum, if it is not my apologies Hello Re: disabling the keyboard As you may already known, such question is outside the scope of this forum, see: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=789657&SiteID=1 Personally, I'd like to recommend you to d ...Show All

  • Visual Studio 2008 (Pre-release) Need help turning off security on my WCF Service and client

    I am getting a security error when I run my program. I am using WSHttpBinding in both my client and service, but can not access the service on a remote client with my client, but it works great on the host machine. (IP's are not real in the examples below) Below is the error I am getting: Unhandled Exception: System.ServiceModel.Security.MessageSecurityException: An u nsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail. ---> System.ServiceModel.Fa ultException: An error occurred when verifying security for the message. --- End of inner exception stack trace --- ---- Below is my HelloSe ...Show All

  • Visual Basic Process the contents of a listbox as an enum

    Assume that I have populated the contents of a listbox with the members of an Enum. Further assume that a user selects an item in that listbox. Suppose that I want to determine which item was selected. Can I process the selected item somehow using that Enum and its properties/methods i.e., comparing the value of the listbox item to Enum.enumitem Yeah, you can use the shared function System.Enum.Parse: System.Enum.Parse(GetType(EnumTypeName), lboListbox.Text) which returns the value. EnumTypeName is the name of your enumarion. Be sure not to try to get a value for a non existing string value, you will get an exception. Regards ...Show All

  • SQL Server Parameter not working

    I am pretty new to reporting services and hope some of you experts can help. I created a report from AS cube that has a column "Description" with 30 distinct values. The report has a multi-value parameter "Description" with the following details: Data Type : String Value Field: Description Label Field : Description The filter that i have on the table is =(Fields!Description.Value) = Cstr(Parameters!Description.Value(0)) When i preview the report i only see the top 1 item from the values that i select from the parameter list. What am i doing wrong Any help is appreciated. Thanks Rookie, I was able to return results with setting my filters to E ...Show All

  • Smart Device Development deploy pocket pc program

    i can not build or deploy my program!!! my file gives a Hello World in a client rectangle. As you can see it compiles as a win32. ------ Rebuild All started: Project: dddd, Configuration: Release Win32 ------ Deleting intermediate and output files for project 'dddd' , configuration 'Release|Win32' Compiling... stdafx.cpp Compiling... davidtwo.cpp dddd.cpp Compiling resources... Linking... Generating code Finished generating code Embedding manifest... Build log was saved at "file://c:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\dddd\dddd\Release\BuildLog.htm" dddd - 0 error(s), 0 warning(s) ========== Rebuild All: 1 succeeded, 0 failed, 0 ski ...Show All

  • Visual FoxPro Sys(2600) and Apps

    Sys(2600) is the way to send or retrieve a String from a memory Address. Passing the memory address to another application as a parameter, can we retrieve the string in memory sended by the first application I try it, but it doesn't work, I think the GlobalAlloc() doesn't work any more as Global but as Local - according to MS info) Does anyone know how to do it DaCosta11 It is working if you put: _Cliptext = Sys (2600, hMem, lnSize, lcString) and on the "other" fox: _Cliptext ...Show All

  • Windows Live Developer Forums Live Messenger installer Bug

    when ever I open messenger it will sign me in then an installer box pops up tries to install somthing (I don't know what it just says windows live messenger with a green loading bar) then closes and closes messenger with it. This is a clean install of xp sp2 with IE7 rc1 and media player 11 beta if that helps at all. Has anyone elese run in to this problem and how do you fix it We have a user with the exact same issue. No beta software running on this PC, though. We found that if you add the user to the local Administrators group, the Intstaller does not run, and there is no problem. However, if you remove him from the Admin group, the problem reocurrs. Uninstalling/reinstalling does nothing to correct the problem. Live Messeng ...Show All

  • Visual FoxPro HIDE MENU exposes itself?

    "HIDE MENU _msysmenu" and "DEACTIVATE MENU _msysmenu ... have been failing to keep _msysmenu hidden after certain simple myModal forms are called (via object 'click' methods) The deactivated (or hidden) _msysmenu seems to abruptly issue a "SHOW MENU" (or something) between 'queryunload' and 'destroy' events of those modal forms ... during their release. I've tried "push menu/pop menu", "deactivate/activate menu", and hours of combinations to (smoothly) keep _msysmenu in HIDE mode. Any thoughts Thanks in advance Philip >>Any thoughts If this is the main VFP menu you mean, just use: SET SYSMENU OFF (Hide and Deactivate are for user-defined menu bars - accordin ...Show All

  • Visual Studio Team System Team Foundation Server - Deleted project asks to unshelve...

    Hello! From VisualStudio .NET, I right-clicked on an open solution and added the solution to source control. Then I deleted the folder from the TFS server b/c it was added in the wrong place in the tree. Then I right-clicked on the solution again to add it back, but the TFS server, but the option "Add to source control" is not there. Now there's an option "Unshelve Pending Changes...", but when i go there, there are no shelvesets to unshelve. How can I fix this problem so the solution can be added to the TFS server Thank you in advance, Richard Hello, From VisualStudio .NET, I right-clicked on an open solution and added the solution to source control. Then I delet ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sound is choppy in beta2

    I noticed that the sounds in beta2 are choppier and sometimes don't even play when they should.  Were there any major changes to beta2 sound that I should know about nnniiiice! so it looks like soundBank.PlayCue() replaces soundBank.GetCue().Play() from beta1. Thanks Shawn On a side note, now that sound garbage collection is fixed, should we still be calling audioEngine.Update() ...Show All

  • Windows Forms Calling a separate function immediate upon loading the main form.

    Dear All, I have main form where I do all my loading of my data like filling up the combo and grid. So I want a function where upon loading and show all my grid and combo frm1_Load method to call a separate function to do some task. The problem now I am having the function call as my last line in my frm1_Load function but is then delaying the viewing of my form. So how can I avoid this delay and allow the form to appear first. Dear BlueMikey, I dont really get your answer. Do you have any sample of it please Thanks. ...Show All

  • SQL Server Getting SQL result in a variable

    Hi there I have a global variable say cnt in SSIS package, now I want to get total number of rows from a table say emp in that variable cnt. how do we achieve that thanks and regards Rahul Kuamr Hello Rahul, You can use a row count transformation just before the destination component in your dataflow, you a have to declare a variable of type int32 and assign this variable in the row count transformation. Regards, Raju ...Show All

©2008 Software Development Network