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

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

CraigyBoop

Member List

Jakku Ravi
Michael_Law
merc
Uday Malekar
johan claes
neobash
tconkling
tfeaster
Thanes
JoeM
Curtiss12345
Christina LW
Brack0893
mbcoop
ChrisParkinson
Rakesh Kashnia
TempusTI
kmermel
natchURL
Mike1900
Only Title

CraigyBoop's Q&A profile

  • SQL Server A Clarification required on xp_terminate_process

    HI , I have a problem where i have to kill a windows process in my procedure. In sql server 2000 i could find a procedure called xp_terminate_process ( which takes process id as parmeter and kills the process) . but i couldnt find any replacement or another new one to do the same in sql server 2005. if any body have any idea or suggestion regarding how to go about this are welcome.. Thanks in advance Mohan I just can't imagin ...Show All

  • Visual Studio Team System Upgrade from VS 2005 Pro To Team System

    I have several questions. I want to upgrade from Microsoft Visual Studio 2005 Professional Edition - ENU (what the heck does the "ENU" mean ) to Visual Studio 2005 Team Edition for Software Developers. Do I need to uninstall VS 2005 Pro in order to install VS 2005 Team Ed. for Soft. Developers My installation DVD is MSDN Disc #3073 from December, 2005. The DVD came in an MSDN shipment consisting of only that DVD and a lett ...Show All

  • Visual Studio VSS 6.0d doesn't get resx files

    We are using VSS 6.0d integrated with VS 2005.  When we do a GET ALL (RECURSIVE) in the VS IDE we are not getting the latest resx files.  If we open VSS and to a GET in VSS, we do get the resx files.  We use form inheritance heavily.  Has anyone else seen this or have suggestions Hi,  Thanks for reporting this issue.  I was able to repro your problem with the following steps with both VSS6.0d and VSS2005 pr ...Show All

  • Visual Studio Team System Build always checks out most of 'Bin' directory? (VS2005 Team Suite RC1)

    I searched a bit for this, but VS2005 Team Suite has been checking out most of my 'Bin' directory each time I open OR build my solution. Has anyone seen this before Is this simply an option that I have forgotten to turn off or is this a bug fixed in RTM Its a very annoying behavior, because often I just want to build the solution and don't have any pending changes, but because its checking out everything all the time it picks up all the Bin and ...Show All

  • Visual C# How to create the object of the class present in the dynamically loaded Assembly(DLL)?

    Hi All, I have DLL (Assembly) say the name is test.dll . This dll has one class say Math, Math contains two functions Add () and Mul (). I am loading test.dll at runtime Assembly *** = Assembly .LoadFrom(xml[0]); I am getting all the types in that DLL using Type [] types = ***.GetTypes(); With this piece of code I am able to execute the function inside the code, foreach ( T ...Show All

  • Visual Studio Team System quick question:VSTS ??

    Hi All, I am new to VSTS & i have a quick question Is it possible to trace the requirements to implemented code in VSTS or How can I tag a requirement doc/use case doc to the C# code in VSTS Thanks for the reply Venkat Venkat, there is now a requirements tool (based on MS Visio) that integrates with VSTS and is extremley user friendly. Check out tool demo: www.stpsoft.co.uk/vsts Ho ...Show All

  • Windows Forms how to insert textbox into treeview control

    I have searches everywhere but couldnt fing anything. In C#.NET how can i add textbox to treeview control.I mean textbox as a node. Ok. No, the TreeView doesn't have any support for this. You'll need to go a 3rd party route. -mark Program Manager Microsoft This post is provided "as-is" ...Show All

  • .NET Development LDAP Query -> Get non-locked/disabled accounts

    G'day, Didn't know where else to ask this... I have an LDAP query that gets a list of specific users from Active Directory.  How do I only get users who's accounts are not locked/disabled. Thanks Rob I agree, good point. I think the point of the query is to help remove those accounts for things like SharePoint search and AD export queries. It's not intuitive how we get access to these properties when ...Show All

  • SQL Server Recursive Trigger Problem

    Hi,   I'm using windows Sharepoint Services for my application. This sharepoint site contains One Database. In this database one table called Docs Table is there. In this Docs Table i have written Insert,Update and Delete Triggers. Problem i'm facing: When i insert any row in this table(the insertion will be performed when i create a New Document in Sharepoint site or when i Create New Folder in Sharepoint site) my Insert Trigger is cal ...Show All

  • Windows Forms 2 openGL objects in 2 windows

    Hi, I have 2 OpenGL objects in 2 different windows. In the bigger window I show OpenGL object sometimes big than window (and by that way getting scrollbars). In the small window I show optimized OpenGL object to window. When I do refresh of application window (I am working with MDI windows) the scrollbars sets to zero. It happends after I am calling MakeCurrent to the small window or the big window. What I need to do that scrollbars stay and doe ...Show All

  • Visual Basic Source Code on Multiple machines

    Wanted to be sure I can do this.  In Vb6 all I had to do to have my source code on multiple machines was to do the Command Prompt Xcopy to copy from one machine to another.  Can I do the same thing with VB 2005 Or is there a better way.  I use my desk top at home, and use the Laptop at work to develope my code. Thanks Larry Gatlin (I dont play the geeTar!) ...Show All

  • .NET Development Enterprise Library 2006 Error when referenced from GAC

    I get an error when trying to execute this code referencing Microsoft.Practices.EnterpriseLibrary.Data from the GAC, but it works if I reference the assembly locally from the bin directory: Database db = DatabaseFactory .CreateDatabase(); DbCommand dbCommand = db.GetStoredProcCommand( "storedproc" ); db.AddInParameter(dbCommand, "@ID" , DbType .Int32, "2" ); DataSet ds = db.ExecuteDataSet(dbComm ...Show All

  • SQL Server How can i secure my MDF file?

    If a user is a local admin of the box they can gain full access to the database via integrated security. They can create their own database and attach .MDF How can i secure the .MDF so that no one can gain access to it problem with creating a new admin user is.... another admin can delete the user. Then all the files that have been encrypted can no longer be accessed..... that is very bad! ...Show All

  • Visual C++ ShellExecute problem?

    I'm trying to use the ShellExecute API call to run a DOS command, and it doesn't seem to work properly. I have code which worked fine under VC6, and it either doesn't bring up the DOS window at all, or it runs the DOS command incorrectly so that no output is printed in the window. Is ShellExecute working properly in the latest VC2005B2 with latest PSDK Is it something I'm doing or is there a bug Hi, ShellExecute is Windows API and part of ...Show All

  • Visual Studio Dockable window add-in example?

    I have an idea for an add-in that would work best as a dockable window in the IDE.  Are there any examples of this that I could look over before beginning this little quest We are looking at posting our samples for VS 2005 within the next few weeks, which includes samples creating a tool window using VC, VB, C#, or J#. To get you started, if you are using a .NET programming language, then you can create a . ...Show All

©2008 Software Development Network

powered by phorum