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

Software Development Network >> John Wion's Q&A profile

John Wion

Member List

Brian Delahunty
Michael Appelmans
fantacmet
Paul Gerald
Jax Developer
Lucas Almeida
AGuther
katic
Enz3
Nick Ericson
Tom_Miller
ZeeshanHashmi
Kong-How
William Banks
Onur Gorur
Jackd
chrislal
Sahvanikla
Kenny Wolf
Richard Fryer
Only Title

John Wion's Q&A profile

  • Software Development for Windows Vista SQLPersistence in Custom Activity

    I am creating custom activities on the fly and including these activities to the workflow designer toolbox. On completion of every activity on my workflow, I want to persist my workflow. What will be best approach for implementing this I though of adding persistence code in the Execute method of my custom activities. At the time of creating the custom activity, I won't have a workflow instance running and so this is not possible. Is there any way i can raise an event from the Execute method of custom activity I need a trigger to handle the persistence on my host application. Any help will be appreciated. Thanks ...Show All

  • SQL Server SOAPException while calling ListChildren/FindItems

    Hi, I get the following exception, when I try to call ListChildren() or FindItems() to search for a folder/report on the report server programmatically. System.Web.Services: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListChildren .  at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()  at System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message)  at System.Web.Services.Protocols.SoapServerProtocol.Initialize()  at System.Web.Servi ...Show All

  • Visual C++ where can i find the sourcecode for the WinFormsView example?

    Hi! I have found an interresting example in the MSDN library "Managed Extensions for C++" This is exactly the same thing that i have to do. The problem is that i can not find (or download) the sourcecode anywhere.The Name of the Projectfile seems to be " WinFormsView.sln " Can someone tell me where i find the sourcecode Thank you! Harry PS: (I am usind Visual Studio 2005, the example is described in german here: http://msdn.microsoft.com/library/deu/default.asp url=/library/DEU/vcsample/html/vcsamwinformviewdemonstratesusingnetwindowsformscontrols.asp ) See http://www.microsoft.com/dow ...Show All

  • Visual Studio Express Editions Another way than WH_CALLWNDPROC

    If I'm using a VC++ DLL to create a tray icon for an external application, not my own nor connected to my DLL. Is there any other way to detect mouse clicks on that tray icon other than a global hook for WH_CALLWNDPROC I've read that a global WH_CALLWNDPROC hook can be a serious drain on system resources so if at all possible I'd prefer not to use it. If it's the only way to catch the messages I want under these circumstances then I'll do it, but is there another way W For win32 dev issues, please use the newsgroups at http://msdn.microsoft.com/newsgroups/topic.aspx url=/MSDN-FILES/028/201/015/topic.xml ...Show All

  • Visual Basic Just wondering is it possible to change the default title of MsgBox?

    Is there a way to change the default *ugly* title of MsgBox Please don't take it wrong. I know that I can provide the 3rd parameter - but I have to do it on every call. Any ideas   Neo wrote: I think I would like to file a product feedback. You very welcome to :) - do you need any help in doing so (use the send feedback on the community menu item in Visual Studio) ...Show All

  • .NET Development making a data source control

    Ok, I'm making a control that extends DataSourceControl, and it seems like there is many ways to go about things, and I'm not sure how they were intended to be used. It dosen't appear that I need to extend DataSourceControl at all, I can just make a bunch of functions that return DataSet objects and then create a bunch of ObjectDataSource objects that call them. This seems like a better solution, what additional functionality do you gain via a DataSourceControl ...Show All

  • Visual Basic RAMdisk

    Can you create a RAMdisk in VB2005 (or VB6) code I write a file to the hard disk, and then read it back for viewing and printing. Sometimes I need a faster turn-around time. Loading or Reading from RAM would avoid introducing delays to wait for the disk file to be ready. The Help section mentions getting Drive info, but not much on creating a RAMdisk You can use the MemoryStream class to save and read (file)streams from memory. No writing to disk. ...Show All

  • Visual C# Please i really need help In C# network

    Can some one has a little time to explain to me I have 2 computers in network i want to make a program in c# to shut down a computer in local area network I want to create a server side program and a client the server sends a command to the client application and the client executes, but i dony know anything about network in c#, can anyone explain how should i make the client listen to a port for command and how should the server send the command Example:   |server| sends----> My Command(Shutdown the computer) ----> Client recives the command and shut down Please I really need your help Pleaseee I really do Tha ...Show All

  • Visual Studio VSTS Custom Test Types - Some errors and their solutions

    Note - I've already posted this in the VSTS Software tester forum. However, I'm posting this here again as I thought it might be helpful. Defining a custom test type in VSTS Perhaps you may encounter some of the following problems. 1. Error ======== Error loading c:\documents and settings\administrator\my documents\visual studio 2005\projects\solution\tp1\testcase2.xml: Element that does not implement ITestElement or is not a valid ITestElement encountered in collection returned by TIP while loading data from c:\documents and settings\administrator\my documents\visual studio 2005\projects\solution\tp1\testcase2.xml. 1. What solved ...Show All

  • SQL Server Olap server

    Hi everyone, Sql express support olap server , because I try it to make an a Pivot table in Ms Excel, but i can't, then Sql server have this feature thx. p.d: sorry but my english :P Sql Server Express Edition does not have the OLAP server. You need Standard or Enterprise edition. See this page for a list of features: http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx ...Show All

  • Visual Studio Team System How we make ViewState Dynamic

    System is giving me ViewState Error when I run the Script recorded in Machine A and run it on Machine B. When I see the view state of the page (where it is failing) it has hard coded value while recording. How do we make it dynamic I tried to extract hidden value from previous page and try to paramatize this hidden value on the hard coded value, it is not working. It still says invalid view state. Please help me, how can we make scripts transportable from one machine to other machine Thanks Tampali Furthermore, My first page has ViewState value as hardcoded value. How do we h ...Show All

  • Smart Device Development How to Convert Stream to String

    How to Convert a Stream datatype to string.For example Dim path As System.IO.Stream = (Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream(AssemblyName)) the path should to converted string. converting a Stream to String Was this post helpful Hi everyone, I'm having the same problem trying to convert a stream to String. But nothing seems to work. Here's my code: void displayImage(IO:tream^ imagePath) { array <Byte>^bytes = gcnew array <Byte>(( int )imagePath->Length); i ...Show All

  • Visual C# Problem in read a paradox database

    Hi, I got a problem to read the graphic and BLOB type in paradox database. The database contains 14 fields (includes 3 BLOB and 1 Graphic field type). When i fetch the database schema from the paradox, i found that the result dataset miss some fields(the 3BLOB and the graphic field). Therefore, i try to use OleDbCommand to select the graphic field only. However, when i run the ExecuteNonQuery command. An exception has come out to display "No value given for one or more required parameters". I am sure the database contains that field name. Also, i try to use the delphi to read the databse. The graphic can show ou ...Show All

  • Microsoft ISV Community Center Forums Vote

    Current MSDN Universal subscribers get a free upgrade to their choice of one of the Team editions of Visual Studio 2005 when its released.  What about current EmpowerISV members   And what will future members get   I'm planning on joining the program, but I want to be sure I know what my team will be  getting long-term, especially as it relates to Visual Studio Team System. Hi Tim Do you remember who you spoke to at MSDN   As I've spoken with a number of people who just transfer me around an are clueless when it comes to Empower. Would you be able to PM me with the comfirmation email ...Show All

  • Software Development for Windows Vista Workflow Hosting

    Hi Is it possible to host workflows created from different workflow definitions in one host Just to be clear, I do not mean multiple instances created from the same definition but multiple instances created from multiple definitions I cannot find anything to suggest this is possible in the docs/book. Thanks for any help you can give on this... Clare ...Show All

©2008 Software Development Network