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

Software Development Network >> Godwin Lang's Q&A profile

Godwin Lang

Member List

gregori
borgy tan
Felipe Levin
LPXO
peppereyes
MarcelG
Mbd
Jamesraj
Agustín León Robles
kramer
_Thomas
qberry
jeymard
tttsss
swordllake
Jesse Albert
Harley Jacome
Llewellyn
mariascandella
Varun Gulati
Only Title

Godwin Lang's Q&A profile

  • Windows Forms VB.NET multiple selections in DataGrid

    I have a DataGrid.  I'd like the user to be able to select multiple rows in the Grid, then click a Button to indicate they are finished.  I'll then do some calculations based on the rows they selected.  I know the rows can be selected by holding down CTRL while clicking the mouse.  How can I tell which rows have been selected&n ...Show All

  • Software Development for Windows Vista WorkflowWebRequestContext.Current always returns null

    Hi, Why does WorkflowWebRequestContext.Current always return null, and when I create a new instance of WorkflowRuntime i get the error saying that you cannot create more than one instance per appDomain Check to make sure you have this line in your web.config < httpModules > < add type = " System.Workflow.Runtime.Hosting.WorkflowWebHostingModule, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 " name = " WorkflowHost " /> </ httpModules > The WorkflowWebRequestContext.Current.WorkflowRuntime - is established from the http handler (abo ...Show All

  • Visual FoxPro Coming from Excel to VFP9 and need help understanding math functions on cells

    I have set up a simple data tracking form that breaks out the associated costs of a vehicle going to Auction ( dealer costs, transportation fees and so on) for my employer. It works great, and I can enter data into the database successfully, and my Report will print it out nicely sorted by Store. I would now like to create cells on my data entry form that calculate and display various math procedures on the data being entered. For instance, a cell that displays the Sum of all the fees and costs, and then a Result field that displays the amount we sold the car for minus the Sum total of the fees. Boy, do I need some help getting my ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Vector3.Project() doesn't work.

    I guess I posted this in the wrong forum the first time... I'm trying to project the location of a mesh in world space back to screen coords. I've been searching around with no real luck. I've seen people say that you should use Matrix.Identity instead of your world matrix, but that makes no difference for me at the moment. It's not that the code causes an error, it doesn't. It's just that after projecting pos, it remains almost identical to what it was, off by about 0.5. Considering my values are typically in the hundreds, this is a minor rounding error. I get the exact same results using Unproject(). I would have expected that proje ...Show All

  • Visual Studio IWizard

    Is there a template that generates a Wizard and has the boiler-plate code for IWizard Where is IWizard documented Thnx in advance. replacementsDictionary.Add( "$consolemessage$" , consoleMessage);   Here, the consoleMessage variable contains the value we receive through the Form from the user. This basically tells the template engine that wherever you see $consolemessage$ in any of the files in the template replace it with the string in consoleMessage varibale before creating a project. Thus you can define any number of custom parameters and replace them with values provided by user input. Th ...Show All

  • Visual Studio 2008 (Pre-release) Database projects

    is it possible to create a database project that uses DLINQ Or retarget a previous project to use linq I should say i was able to create a retargeted DB project that deploys successfuly to my DB. I dont have access to the libraries i need to use extention methods. Also the DLINQ mapping tool is missing. Are there plabs to integrate this into the db ps - As an alternative, Is there a way to add assemblies to the 'trusted' set of assemblies that are part of the sql server CLR integration ...Show All

  • Visual Studio Team System Rename VSTS Project

    I saw another thread where you could not rename a version control folder at the root level, but, have not seen anything about renaming a VSTS project that would also rename the top level directory...any cool command line utilities to do this...I don't want to rebuild my VSTS project... Just to make sure it's clear: you cannot rename Team Projects in V1 period (it doesn't matter if it's the command-line, Team Explorer, SCE, web services directly whatever). However, it's something we're considering for V2. I just wanted to make sure the "from Team Explorer" part wasn't confusing the issue for anyone ...Show All

  • Visual Studio Team System VSTS Architect vs. VSTS Developer

    With he proposed changes in MSDN subscriptions and Visual Studio licensing, I now have to make a decision between VSTS Architect and VSTS Developer. As I understand, MSDN Universal subscribers will have a choice - they can either go for VSTS Architect and VSTS Developer. I believe that I need both architecture and development tools. Which out of two should I go for The information was interesting but too high-level to be really useful or answer the questions I feel most developers have. I hope you folks will be releasing something with a bit of meat on it like a feature by feature breakdown of what is included in each edition in t ...Show All

  • SQL Server MS SQL Server 2000 Enterprise Edition installation error

    My laptop has VS 2005 installed. I am trying to install MS SQL Server 2000 Enterprise Edition, when i run "install database components", it gave error: "MS SQL Server 2000 Enterprise Edition component is not supported on this operating system. Only client components will be available for installation". then when i click on "ok", then "next", when i click on "next" on the "computer name" page, it gave another error: "A previous program installation created pending file operations on the installation moachine. You must restart the computer before running setup". I restarted my laptop following the instruction, but same thing happened when i ru ...Show All

  • .NET Development How to insulate the client from poor network reliability?

    We are developing some in-house ERP applications, that will use an WinForms UI and an IIS-hosted Web Service.  The clients will be using a wireless network that is prone to alot of interference.  I wish to ensure that the request and response are not corrupted due to network interference.  What would be the best way to accomplish this I imagine some form of checksum on the SOAP messages would suffice.  Is something like this built into web services via VS 2005   If not and I have to implement it myself, what would be the best way to go about accomplishing this FYI, I am accessing the web services via a proxy c ...Show All

  • Visual Studio Tools for Office API request: Document is definitely being closed event

    Hi; The Application and Document beforeClose events fire before the user is prompted if the document is dirty. So this event firs and if the user presses cancel, the document is not closed. Can you please add an event that says the document is definitely being closed thanks - dave ...Show All

  • Windows Forms Having Problem to display form with UTF-8 charactors

    It worked all fine on my laptop computer with English OS XP, but after moving the project folder to my desktop computer also with English OS XP, VS 2005 no longer displays the forms with UTF-8 charactors in recognisable Chinese but some gibberish strings... wondering what I haven't done to make it right. Any advise please Hmm... are Chinese fonts installed on the laptop Probably the answer is "yes" but I don't have any other idea ...Show All

  • Visual Studio Team System WinFx and Application Designer

    I have just installed the WinFx Feburuary CTP I would like to add a Winfx Application to my application Diagram. Can I do this If so how Thanks, Erik This is the best place to post questions about the product as a number of people on the team monitor it and respond to feedback or issues. If you could log a bug at http://lab.msdn.microsoft.com/productfeedback/default.aspx for the crash you described we will look into it for the next release. Thanks for raising the issue. Ian Bavey Software Development Engineer Visual Studio Team Edition for Software Architects ...Show All

  • Visual Studio Team System Using Team Explorer outside VS 2005 Team Suite.

    Hi, is it possible to use the 'light weight' Team Explorer client app outside of VS 2005 - I'm using Beta 2. The scenario is; I'm developing in both VB6 and VS 2005. I want to migrate the old VB6 source code in to Team Server. I know I will loose what VSS integration I had in VB6, so I need someway of checking out files when I'm not in VS 2005. Does that make sense I have tried installing the Client part of Team Foundation on my dev machine which has VS 2005 already installed. Once the setup had finished I still couldn't find any shortcut to the Team Explorer (except in the VS IDE). TIA Graham Ah, okay, I se ...Show All

  • Visual C# dll connection

    HI, i have this dll to get user and password from web, but i need to send both(the string userid and password) to a windows service. How can i do it Could you post some example code (i'm a beginner) using System; using System.Web; using System.Security.Principal; namespace SecurityModules { /// <summary> /// Summary description for Class1. /// </summary> public class CustomAuthenticationModule : IHttpModule { public CustomAuthenticationModule() { } public void Init(HttpApplication r_objApplication) { // Register our event handler with Application object. r_objApplication.AuthenticateRequest += new EventHan ...Show All

©2008 Software Development Network