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

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

ashleyhubbard

Member List

nugget2
Stuckagain
Mark-New Hudson Technologies,LLC
JB41
cocohuang
Pvanroos
Avocado
Arasu
Phillip Hancock
K.S
Baskaranselva
qhhm
Gerrit Leppers
Stevo Guy
Patti Biggs
Emersion
Jay S
noppo
Daniel Chait
Muhammad Aamir Iqbal
Only Title

ashleyhubbard's Q&A profile

  • Visual Studio Generate and open Crystal Reports for Visual Studio inside Word for further modifications?

    If (yes) then "how "   ;-) Thanks Peter I guess this is a stupid question. sorry! "i posted this also inside the vs reporting group...maybe i am more correct there..." Hello Peter, You can export a Crystal Report to the Microsoft Word format and then make modifications to the .doc file within MS Word.  These changes can not be sent back to the .rpt file though as MS Word does not have the ability to export to the Crystal Reports format. Samples for this exporting are available at: http://support.businessobjects.com/communityCS/FilesAndUpdates/cr_net_sdk_tutorial_samples_en.zip.asp ref=devzone ...Show All

  • Software Development for Windows Vista Building 'work queues' based on workflow state

    Perhaps you could point me in the direction MS would recommend for building a list of workqueue items awaiting attention. The scenario is: I have raised a purchase order and started a workflow which is now sat in an AwaitingPurchaseInvoice state. I want to populate a grid with all those Purchase Orders currently awaiting a matched Purchase Invoice. It seems I have a number of options: 1) Store the state in my business object and simply query based on that – This feels wrong because I should be able to infer the state from the workflow. 2) Create a StateMachineWorkflowInstance and query that ...Show All

  • Visual Studio Express Editions MSDN Express

    can i download the msdn express library as a seperate download so that i can install them on my network or for later use. It is clearly mentioned Each Express Edition is packaged in its entirety, including all optional components, as an image (img or iso) file. Below are links to the individual image files for each Express Edition Hope this helps. ...Show All

  • Windows Forms Locked dll

    I was under the impression you can update (overwrite) the application dlls even when a user is running the app. Looks like this is true only for asp.net, in windows forms the exe and dlls are locked. I have an app what I wan to deploy on a network and want to be able to update any time without requiring the users to log out fro ...Show All

  • .NET Development WSE3 Kerberos Security

    Hello, I'm writing an application using WSE3. The messaging is great. I have tried to secure my web-servie using KerbrosSecurity. I having difficulty with this: The OS i'm running on is Windows XP SP2. I have configured both the client and the service to use policies which use Kerberos. When the request (contain the kerberos encryption and sign) reach the service, the service thorw an "invalid token exception: bad username or password". I have tried to add "Act as part of operating system" in the local security policy and everything. The only thing that seem to work is running setspn.exe utility. I'm running inside a domain (single domain). ...Show All

  • SQL Server Calendar slow to load

    Is anyone else experiencing performance problems with reports that use the calendar control for date parameters   Whenever we load a report that uses a calendar it takes several seconds to fully load the form (you can see something like this in the status bar:"...ReportViewerWebControl.axd OpType=Calendar...").  This is not a serious problem, but if the user tries to use the control before it fully loads then the page throws javascript errors.  I am wondering if this is a  issue with the report itself or the server configuration, or if it is just something we have to live with. The calen ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Can't install directx 9.0c Please help.

    Hi I am using windows xp professional with service pack 2 installed in it. As we all know that service pack 2 has built in directx 9.0b installed in it. Now if I try update directx 9.0b with directx 9.0c it wouldn’t do it. So using on of the directx uninstall software I have removed the directx 9.0b and restore the directx 8.1 from windows xp professional Service pack 1 cd. Which was successfully done. Owow. But I am still unable to install directx 9.0c into my pc. When I try to install directx 9.0c , a dialog box appear saying “The components installed are now ready for use.” Which is not true. ...Show All

  • .NET Development Simple XPATH query help

    I'm making a C# app that does alot of xpath queries, and I was having trouble with one. Here is the xml I am working with: < xml version="1.0" encoding="utf-8" > <reviewers> <reviewer> <name>Matti Latva-aho</name> <email>asf@asf</email> <country>Finland</country> <affiliation>University of Oulu</affiliation> <username>matla</username> <password>19harava</password> <interests> <interest>Track II</interest> <interest>Track IV</interest> <interest>Track III</interest> & ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. .net 2005 graphic engine

    I am looking for an open souce .net 2005 graphic engine Nothing fency, just the basics. To start learning how graphic engines are created. I doubt this one is open source, but it's worth sharing anyway. http://www.haddd.com/ Also, the Quake II.NET engine is open source. http://www.vertigosoftware.com/Quake2.htm ...Show All

  • Windows Forms Label preview before printing

    I am new to Pocket PC applications. I need to do some changes to an existing Pocket PC application. This application is basically to print a label with barcodes. They are using Bar one software (Zebra) to print it. So as soon as print button is clicked, the label gets printed. But I would like to preview the label before printing it. Is there anyway to do that   Below is the code to print,   TcpClient printer = new TcpClient(ip, 9100); NetworkStream strm = printer.GetStream(); strm.Write(sendBytes, 0, strlength); strm.Close(); printer.Close(); Thanks in Advance Hi CSC, A bett ...Show All

  • Visual Studio Team System Using sharepoint on different port

    Is't possible, to run the sharepoint part of TFS on a different port number. Regards Ewald. Yes, that's possible, I have done it on several TFServers now. Just change the port number in IIS for Default website and register the new port for TFS through tfsreg.exe. The use of this tool is mentioned a few times on this forum. ...Show All

  • Visual Studio Team System Moving Team Foundation Server

    Our organization is in the process of redesigning the server/network architecture, but since it is a very large organization the process moves extremely slow.  My development team would like to go ahead and deploy Team Foundation Server within the current server architecture, but my question is how easy would it be to move to completely new servers when the time comes   We would like to begin using the source control and process guidance capabilities with our current VS 2003 projects, and also begin to wet our feet with VS 2005.  I realize that this is a Beta version with inherent risks, and that we need a golive license to ma ...Show All

  • Visual Studio Team System TFS Version Control Tasks

    Microsoft.TeamFoundation.Build.Tasks.VersionControl.dll contains a get MSBuild task but no tasks for CheckIn or CheckOut. Are we relegated to calling the command line versions Pretty lame if so... You are correct that there is no custom task for checking in or checking out files. Out of curiosity - why would you want to do this during the build process -Aaron ...Show All

  • Visual Studio Express Editions Uninstall problem

    Maybe not the right place to post this but I cant see where else I should. I have Visual Studio Express C++ and Visual Studio Exress C# install willed. But neither will uninstall. They both get as far as "Setup is loading installation components. This may take a minute or two". It gets a few bars in and then stops. I've left it 15 minutes but it just hangs. I need to deinstall both because I have bought Visual Studio 2005 Standard Edition. Any help appreciated. Thanks! I am afraid I am having the same problem. After using Visual C++ 2005 Express for the 30 day period and finally acquiring the full v ...Show All

  • Windows Forms Getting Notification when a Controls Screen Position is Changed

    I need to get notification when a controls screen position has been changed, the only case that I am not able to handle is when the controls screen position is changed due to the user moving the window. I've tried catching the Move and LocationChanged events for the form itself (using MyControl->TopLevelControl += gcnew System::EventHandler (...) but I only get the event when the window is initially constructed. Am I approaching this the right way or is there better way to get notified when the screen location of the control is changed. I really don't want to use a timer to keep track of the actual screen position. Registration of Event C ...Show All

©2008 Software Development Network