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

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

WedgeSoft

Member List

David Kaye
bighead
vb_sagacious
Heffo
Butch Clark
nollsen
Rick123
Silicon
nanakamado
Srini Kuchi
YulinS
Maria Tzanou
Christopher Crooker
MaxCrash
jeff roberts
SujitKhasnis
.NetProgrammer
BrunoRdaSilva
Martin Drinovsky
iJatin
Only Title

WedgeSoft's Q&A profile

  • Visual Studio Team System Testing for an running build

    Is there any way I can test if an existing build is currently running on the build machine when I am doing scheduled build I would like to not build if it is already building, and maybe log this info so I can adjust my scheduling. If you are willing to write up some code, you can check if a build is in progress by making a call to StartBuild web method on the Team Foundation Server. The web method will thro ...Show All

  • Microsoft ISV Community Center Forums Trouble signing up for the Microsoft Empower for ISVs

    Knowledge Mgmt. Solutions, Inc. wants to be a Small Business Specialist Partner, so we went to our Microsoft partner page and enrolled and paid the $398.64 on September 6, 2005. We then started looking for a place where our techs could go and take the courses which we were told was either Dallas or Redmond but they were not sure of the courses or course numbers being available. On October 14, 2005, they sent our money back to our bank - no expl ...Show All

  • Visual C# Subclassing controls

    I want to modify the bahavior of a standard control by changing some of the methods. I know I can do this by subclassing the control. However, it seems like I need to create a new control as a seperate project and reference the created dll in my main project. This seems like a lot of work for a simple task; what I'd really like to do is have everything in the same project (although not the same file). What I'm used to in Visual C++ is to use th ...Show All

  • Visual C# Custom Web Control Problems (should be easy?)

    I've created the following Master Page, Default.aspx using the master page and then a custom control that sits on my default.aspx page. Custom controls (header.ascx) has a simple <asp:image> and <asp:label> I'm trying to just have the <asp:Image tag" ImagUrl update from a method in the controls class backing file haers.ascx.cs file. For the ascx file I have this for my ImageUrl="<%=GetImageUrl() %>" ...Show All

  • Windows Forms How can I have one event for a group of controls

    I have a windows form user control that has about 45 textboxes on it.  I would like to bind all 45 textboxe's lost focus event to one sub routine.  Is there a way to do this without having to use the "handles" keyword f ...Show All

  • Visual Studio Team System Fail Team Project creation

    After installing TFS Beta 3, everything seems ok. Can connect to it, manage it, etc. However I cannot create projects sucessfully. When I try to I get this (excerpt from log): Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: Unable to connect to the Windows SharePoint Services at TEAMSYS1 Exception Details: The Project Creation Wizard w ...Show All

  • Visual C# Out of Memory?

    When using my application I seem to get an Out of Memory error at random. I cannot find any common "action" that leads to this. additionally it occurs more frequently when the application is either minimized for more then 5 minutes or is a background window (not the active application) for more then 3-5 minutes. It doesn't happen all the time. I seem to only get it once a week at most. It does not seem to occur when the application is ...Show All

  • .NET Development Problem with System.Reflection.Emit

    Hi. I am trying to improve performance by using System.Reflection.Emit. Here is what I do: - I have a class (let's call it vector). It has a 1D array of double for holding the data. - The Vector class has operators (+, -, etc.). In the overloaded operators, I build the expression tree. I am trying to emulate expression template trick. - To copy the result of calculation to the destination Vector, I define a function Assign(). - The fun ...Show All

  • Visual C# space in file path!

    When i use  a file path like "C\ test cases\testfile.csv", the file cannot be opened.. I know the problem is the space in my  path. If  i use "C\ testcases\testfile.csv", then its ok. Is there any tricks to come around this problem.            ProcessStartInfo pSInfo          =  new ProcessStartInfo( "Excel.exe");    &nbs ...Show All

  • Visual C++ DateTime format{ts 'YYYY-MM-DD '} used with SQL

    I am using instances of DateTime within my application and i need their values to be used as selection criteria in an SQL select clause. So i need them to return a literal string representation of themselves in the following format '{ts '1990-01-01 00:00:00'}' Where the date can be any valid date as contained in the DataTime instance. How can i get them to do this I Thanks Martin, that neally wo ...Show All

  • Visual Studio Express Editions Let's go to work on an FAQ for this Forum

      The concerted work that goes on here in really impressive. I'm also thinking about a mass mailed note I received from S. Somesegar, corporate VP of Microsoft development. He said that MS Engineers were not alone in building VS2005. Customers had a lot  to do with it to make it as neat as it is. Continuing in that vein, I though it may be a contribution to see if we can't put together an FAQ that will take care o ...Show All

  • Windows Forms Storing Configuration & Settings

    I am relatively new to the windows forms environment and have recently started on my first significant project in a bid to learn more. My first and most important question is about the preferred/required standards or methods for maintaining the following: 1.& ...Show All

  • .NET Development SQL 2005 SMTP Client problem

    Hi All, I am a little wary of posting in this estemed company, as I'm a SQL pro, not a .NET expert, but I have a problem sending mail from SQL Server 2005 Database mail, and searching through the forums, the only place where I have seen a similar issue is in this forum: ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=112971&SiteID=1 ). When I try to send mail I get an error in the event log: "The mail could not be sent ...Show All

  • SQL Server How to change login in linked server (From Sql Security to Integrated Sec)

    We are having some commercial applications that are running on sql servers at different sites, all with sql security. The software vendor wants to copy data into staging tables on our BI server. But our BI server only support Integrated security. But how can i say, in the definition of a linked server (at the remote machines) to swicth security system If it is possible i could enter a fixed domain-account in that users fields, but i suppo ...Show All

  • Visual Basic Field names

    hi all. i want to know what code to use to change the name of a field (of say a checkbox) if a condition is met while the program is running. is it therefore possible to name 5 checkboxes: P1, P2, P3...P5, and then use a variable, (eg : choice) to assign functions to the fields. eg: P(choice).value = True thank-you for your help. You can't rename a control on run time. But you can change other properties. Best re ...Show All

©2008 Software Development Network

powered by phorum