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

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

NodeX

Member List

Ted van Hoof
Need_Helpss
figure8car
Mehmet Ozdemir
Keith Farmer
Warren Blackwell
Niamh
Paul Martin
gmctech
MaheshPrajapati
prgeorge
c0nfig
Elizabeth Maher
OyvindA
RajatTalwar
Greg 3.0
nobelins
godfrank
ponytar
ASKavya
Only Title

NodeX's Q&A profile

  • Visual Studio VSS Internet over HTTPS using forwarded requests

    Hopefully this is solvable but... Here is the setup that I am using which partially works: HTTPS Server (Routes calls to our internal HTTP server)     https://secureserver/hop1/appname/SourceSafe/VssService.asmx HTTP Server (VSS Internet Server)     http://localhost/SourceSafe/VssService.asmx So I have everything working internally but when I connect to this configuration externally through HTTPS it fail ...Show All

  • Visual Studio Express Editions Form Events, Clicking the X

    Hello All, I am having a bit of a problem that I can't seem to figure out. I have an Exit Application form that I would like to have displayed when the user attempts to close the application either by selecting the exit option from the menu, clicking the exit button on the toolbar or by closing the form directly. The first two options are easy enough. I am having trouble figuring out what event is firing when the user closes the form directly ...Show All

  • Smart Device Development Copy Data from one form to another

    Hello Friends, Iam new to this PocketPc App . I would like to know how to transfer data from One Form to another. I would like to ge the value of a textbox in form1 to form2. Thanx in Advance Cheers Biju S Melayil   Just create a public proeprty on form1 which holds the value of the textbox. Then you can call this property from form2. Or add the value of the textbox on form1 as a parameter in t ...Show All

  • Visual Studio Team System Need to do web tests and develop code

    I am a developer who also needs to write web tests and do load testing. Which version of VS 2005 can I use I am forced to choose one of the 3 editions even though I wear several hats. If I choose the Testers edition, can I still write code for my web app If so, what developer features do I lose All of the Team Editions are based on Visual Studio 2005 Professional Edition, so you can absolutely develop code using ...Show All

  • Visual Studio Express Editions Running side by side VS .net 2003, 2005 Express Beta 2 and 2005 Beta 2 Team System for Developers

    Hi, I currently run VS .net 2003 and Express Beta 2 for J# and C# on my test machine. I want to know can I also install VS .net 2005 Team System for Developers Beta 2  on same machine. Thanks I'm running into issues configurationg security with sql developers edition. Can ASP 2.0 work security issues with SQL developers edition without having to install the express edition I would appreciate your input. Wa ...Show All

  • Visual Studio Team System How to delete obsolete fields from Query builder form

    Hi there,      If I use new field let say called 'Repro steps' in bug form and create new procress template using that. Now when I update the bug form and remove this field and delete that process template and create new process template. I still see those removed fields in query builder as drop down fields to choose from to create query. How do I remove them completely Thanks, Anu In beta3 and forward, th ...Show All

  • Windows Forms save a multi-page Tif

    OK, this should be REALLY simple, but im having a very difficult time getting it to work.         Dim img As Image = Image.FromFile("C:\temp\2.tif")         img.Save("c:\temp\dsfsdafsadfdsfsadfdfs.tif", ImageFormat.Tiff) The 2.gif is a multi-page Tiff, when calling the save method, it only saves the first layer of the file. I have tried using Bitm ...Show All

  • SQL Server Extracting Data from SQL CE SDF file

    Hi, I have written application for Pocket PC it stores data on SQL CE database with extension .sdf. I have added data to the table and synchronised to the SQl server. I got the data, then unfortunately i deleted the data in SQL Server, I want to extract the data again from .SDF file of Pocket PC. Is this possible if not then how can i get the data from SDF to SQL Server Its very urgent and waiting for early reply to following mail address prasha ...Show All

  • Visual Studio Using VSS local plugin remotely: problem with credentials

    Hi, Now that I know that I can't use the Internet plugin in VSS 2005 because it doesn't support the History function, I'm trying to use the local plugin to access my customer's VSS database. However, the plugin always assumes that I'm trying to connect with my local network credentials. This is not the case, of course. Why should my customer use my local credentials to give me access to their VSS database The net result is that the plugin ...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 t ...Show All

  • Visual Basic what is ''inline error handling''

    what does ''inline error handling'' mean in plain english pls thanks In many ways you can consider inline error-handling is a simplified form of a try/catch block where you can specify in code something to the effect of: On Error Resume Next Or On Error Goto SomeLabel Ordinarily in an old school VB6 style program had a serious error, it would display a message and then quit... with the first line, rather than blowing up the ...Show All

  • .NET Development Timeout in WinHttp object

    I am using WinHttp object to send and receive information (getting a document in terms of bytes and opening on the browser by converting it into PDF). I am not setting any timeout explicitly in my C# program. I am using synchronous connection to do this process. Sometimes, our clients are coming across 'timeout' error while downloading the document. Does anyone have any idea what could be wrong What is the default connection timeout 60 seconds ...Show All

  • Windows Forms showing notepad in my application

    Hi, My application constantly writes some information in a .txt logfile. Is there any way I can show the information of logfile in the user-interface. Like making a textbox that is somehow bound to the text in textfile. I want to prevent user from opening the textfile again and again to view log information. Thanks, Hi! You can create own TraceListener that will store all Trace messages into internal a ...Show All

  • Visual C# Generic Collections with Events?

    Hi, I am trying to make a tabbed control of my own. It's for a text editor and since the default one doesn't have the close button or a nice litle overflow menu like mine does now, I needed to make my own. I have an implementation now, but I am not very happy with it. What I would love to be able to do is have something like the default TabbedControl, where you can do mTabControl.TabPages.Add(key, tabpage); I am trying to use Generics so I d ...Show All

  • Visual Studio Team System Context Parameters and Test Runs

    We have a set of BVT tests for our website.  The Developers want to run the tests against thier box's.  We (QA) need to run the BVT's against our various pre-production and production servers.  I have parameterized the webserver in all the web tests. Now my question is, How do I run a test run (NOT A LOAD TEST) and override the "WebServer1" Context Parameter   We have 93 web tests in the BVT and changing each one by hand is n ...Show All

©2008 Software Development Network

powered by phorum