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

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

JTK

Member List

Bladergr
JoelMags
Steve Fu
Luis Maria Guayan
Kosta II
PKetteringham
Vikas Maderna
shsu
antwan15
Sunny602
Basils
Tomas_H
Janice Lam
MondeoST24
Vadim Tryshev - Microsoft
klein35
Herr Vorragend
Horseboy
Rhinpoche
petemod
Only Title

JTK's Q&A profile

  • Visual Studio Team System VS2005 RC1 loses Source Control settings (using TFS Beta 3)

    Since this problems seems to be with Visual Studio 2005 RC1 client, I am posting it here instead of at TFS forums. I open up VisualStudio after a fresh install, go to Tools->Options->Source Control and set the plug in to Team Server. Then I go to Tools->Connect to team server and add our TFS Beta 3 server. At this point, Team Explorer is blank and there is no way to tell that window to refresh its contents. Then I go to File->Source ...Show All

  • Visual Studio Team System Creating a new project fails

    Hi, Have installed TFS single server on 2003SP1 with WSS-SP2 and SQL2005 successfully (domain).  Followed the instructions to create users with appropriate permissions. I can connect to TFS from VS2005 on the client machine and change security, etc.  When creating a new project, however, I get the following error: Error TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed during task WITs fr ...Show All

  • SQL Server Downloading from AS 400

    I am trying to use Integration Services for something I've never done before; i.e., download a few files from an AS 400 and then turn around an email them to a user. My basic problem is that I don't know where to start to get the files from the AS400 to a directory on the SQL Server. I have an Iseries ODBC connection configured correctly that will let me get to the files. Do I use a file system task to get the files from the AS 400 or do I us ...Show All

  • .NET Development Managed & Native

    ...They really don't work well together, do they The thing is, there are some information that I store on global level (ie global variable or struct), and due to that the windows or dialogs will be of managed windows forms, the structure will be managed as well, since it will contain a pointer to the main window. But the thing is, you can't have global variables of managed type! WHY ! Grrr... I don't want to pass along parameters with informati ...Show All

  • Smart Device Development GIS applications using .NET

    Dear all, I am a newbie in this mobile applications for palmtops and PDA's . Is there anyone who have used GIS applications on PDA's using .NET Is there any library to help me out from this jeopardise.All suggestions are welcome Regards, Anil Dhiman Checkout commercial 3rd party GIS libraries from PathAway Manav ...Show All

  • SQL Server VBA IsError function in MDX with SQL Server 2005

    In SQL Server 2000 Analysis Services, we use the VBA IsError function to determine if a generated member name actually exists in the cube. See the following example... StrToMember ( Iif ( ISERROR ( StrToValue ( "[Start Date].[Month].[" + Format(Now(), "mmm yyyy" ) + "]" )), [Start Date].[Month]. Members . Item ([Start Date].[Month]. Members . Count -3). UniqueName , MemberToStr ( StrToMember ( "[Start Date].[Month].[" + Format( ...Show All

  • Visual J# click n' drag: easy question (i hope)

    Should be an easy question: I've seen in several programs, that you can click anywhere in a form window to drag the form around, how do I set that up Hi, Here is the J# equivalent ... private final int WM_NCLBUTTONDOWN = 0xA1; private final int HTCAPTION = 0x2; /** @attribute DllImport( "user32.dll" ) */ public static native boolean ReleaseCapture(); /** @attribute DllImport("user32.dll" ...Show All

  • SQL Server Running Process() within SQLCLR

    By using impersonation I am able to push data to network path / old fashioned DBF's. Of course, I must use unsafe. I am unable, however to successfully run a "cmd.exe" process(), even if I populate the Username, Domain and password (with securestring). It authenticates correctly (checked by giving wrong password or bad username). But when it runs (even just a "cmd.exe"), I get an access is denied error... StreamWriter ...Show All

  • Visual Studio Express Editions one form triggering a event in another form

    How do I get one form event to trigger a event in a differant form I want get the check_changed event to do a event in differant form , from the form which the checkbox is placed any ideas !!!! Create a delegate in the form that has the checkbox. Then attach it to an instance in the other form. When the check box is checked, fire the event, it will call the function in the other form. ...Show All

  • Windows Forms How do you mimic Undo and Redo Lists in toolbar

    I have a user control that mimics the list that appears when a user clicks on the undo/redo buttons in VS. However I can't find away of attaching it to a toolbar. If I put a ToolStripControlHost around the control then the control appears in the actual toolbar and the toolbar resizes to be really deep. If I add it as an item to the dropdown the I get a Band down the left and border around my control. All I want is my control displayed. Ideally ...Show All

  • .NET Development ASP.NET access denied problem

    I understand how to fix this problem I am having with ASP.NET not being able to access the file I want it to. It is just when I go to fix it, the "Security" tab does not exist and the Indexing Services are not running. My OS is Win2000. My .NET is 2003. Can anyone help may be the ASPNET account the default account under which the ASPNETworker process runs does not have enough file access prveileges. g ...Show All

  • Visual Studio Team System stsadm.exe non-zero return value -2130246810

    I've been through hell and back with a single server install of Team Foundation Server. I call it hell, bill gates calls it "Microsoft Innovation". I believe this is the last osbstacle. Can anyone give me some guidance on how to get around this problem stsadm.exe non-zero return value -2130246810 but I've yet to get an answer to this. I opted to install a third party product. Guess what Microsoft ...Show All

  • .NET Development How to create a custom masterPage class?

    How to do Hurried; Hi! The short answer to your question is that you can just create a new class in your AppCode folder that over rides the MasterPage class, and go from there. The best place for asking ASP.NET questions is on the ASP.NET community site, and in the forums there. Check out http://www.asp.net/welcome.aspx tabindex=1&tabid=39 . HTH, PEte ...Show All

  • .NET Development How can I build a 3-tiers application using VC# Express Edition

    Hi everyone, I want to build a Appliction that has 3-tiers, those are Client, Server and Database Server, how can I do that Anybody can give me a sample Thanks! The sample you are requesting is very involved and requries a lot of architectural understanding of what you are intending to do.This link below might help.   http://msdn.microsoft.com/practices/GetStarted/default.aspx pull=/library/en-us/dnpag/html/scag.asp Sorry there ...Show All

  • Visual Basic How do I write a value to a specific column with a textwriter

    Unless someone can tell me how to use PLC codes with one of the report writers available to VS. I have to write codes to a Check printer which takes in a raw formatted text file with the PLC codes. In the FoxPro code a line was written like this Field at 8 Field2 at 60 Is there a way to do this with the sw.write(field) function or will I have to build each line by building a string and writing it all at once MyString = Field.padleft(8) + field ...Show All

©2008 Software Development Network

powered by phorum