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

Software Development Network >> Kevin E's Q&A profile

Kevin E

Member List

GSL
raja.raj.raja
kdogg2188
jdr_42
Swamy Subramanian
Larra
consultutah39258
casimir
bigmanu
awperli
Aldice design
kobusVB
formerly of the exchange forum
Patrick Covert
hattar
Guy Burstein
Green Lantern713
fizbin
oysts
forstf
Only Title

Kevin E's Q&A profile

  • Visual Studio Team System Another 32000 error

    I'm getting this error when installing the foundation server piece Error 32000. The Commandline “c:\program files\microsoft visual studio 2005 Enterprise Server\BISIISDIR\sdk\bin\Bisregedit.exe” http://TEAMSRV01:8080/SCC/public/application/ServiceDefinition.aspx ” TEAMSRV01 BisDB’ returned non-zero value: 1. I get a choice to retry to cancel. If I click retry a few times nothing really happens, I get the same error and the installation s ...Show All

  • Visual Basic How to center controls

    Hello How can I center controls in the form I know how to center controls by using "Format-->Center in Form". But I need a code for centering controls.   Thanks Something like the following should be what your looking for Sub CenterControlOnForm(ByVal Ctrl As Control, ByVal frm As Form) Ctrl.Top = (frm.Height - Ctrl.Height) / 2 Ctrl.Left = (frm.Width - Ctrl.Width) / 2 End S ...Show All

  • Visual C++ SaveFileDialog

    I am trying to make a SaveFileDialog, I've never made one before so I was trying to. I'm not sure where I'm going wrong, I know that theres streaming involved and stuff like that but I'm getting errors. Heres my code: #pragma once namespace Save { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::IO; using namespace ...Show All

  • Visual Studio Tools for Office Export / Save Workbook without Customization

    Hi all, I used VSTO and created a workbook so that users can inject data via action pane, but I now want to enable my users to export nothing just 'data' to a new file. I noticed that the "Save As" function will copy the 'customization' to the new file too, that's what I try to avoid, as I just want to enable users to export or save as (I don't know how to call this process) the processed worksheet to a new workbook. Otherwise, a cu ...Show All

  • Visual Studio Express Editions VB EXpress and SQL Express Deployment

    Hi there, I'm making an application in VB Express with an SQL Express database, when I deploy my application to the end user will they have to have SQL Express installed for the app to work Thanks in advance for any help. Kind Regards Andy Thanks Steve ...Show All

  • SQL Server Execution 'desjl3yk2yzk4f2ycchu5jeb' cannot be found (rsExecutionNotFound)

    Hi, Can u tell me the full description of rsExecutionNotFound Error.I tried to search on msdn2 also but there is not info provided for this. When exactly does this Soap Exception will be thrown by the web service Here is the code for which i am getting this error SecurityBR securityBR = new SecurityBR(); securityBR.ImpersonateUser(Session["UserName"].ToString(), Config.SSRSServerName.ToString()); Repor ...Show All

  • Visual C++ error C2039 and error C2873

    I am migrating some C++ code from VS 2005 Beta version to VS 2005 Released version.  It was running fine with the beta version but with the released version, I am running into the following compilation errors.  Error 139 error C2039: 'S_newio_feof' : is not a member of '`global namespace'' c:\Program Files\Microsoft Visual Studio 8\VC\include\cstdio 26  Error 140 error C2873: 'S_newio_feof' : symbo ...Show All

  • Visual Studio Express Editions Bug In VB Express If Statement?

    Howdy Folks, With the following code, the IF Statement doesn't compare the two strings. It assigns the value of mainPartNum to Me.PartsDataSet........etc. I only have 20 rows of data and twenty part numbers 5900001 to 5900020. If I put 5900088 in the TextBox, that same number is assigned to the Me.PartsDataSet.Part_Numbers(i).PartNumber and I get a match = true. I viewed the values with a MessageBox. Whatever I type into ...Show All

  • Windows Forms get the highlighted row index of a datagridview

    hi all,   i need to know the highlighted row index(which has arrow mark on the row header) of a datagridview control, but the problem is i need to know this when the datagridview control will not have focus. can any one help me on this. thanks in advance --- sombhotla Use the CurrentCell property. The RowIndex property for this cell gives you the active row, even when the grid does not hav ...Show All

  • Software Development for Windows Vista Quicktime and directx

    I am trying to figure out how I can extract single frames one by one from a quicktime movie and load them as textures. Apple has a lot of info, but aparently not anything about extracting frames. Is this something that directx can handle. Perhaps through a plugin I was looking at using directshow to render to a texture and then use it, but aparently this can not be done with quicktime movies We've recently upd ...Show All

  • Windows Forms DataGridVeiw Control(columns)

    Hey, I am trying to amke it so when you clcik on button1 then on datagridveiw1 it will add another column, and the header text of the column will be whatever text you have put in textbox1... I can do all of this except for the adding colums part, I tryed different ways of code to do this but I cant figure out how without getting errors, so can someone help me out Thanks :) EDIT: oh, and I am using Visual Basic ...Show All

  • .NET Development The SqlConnection.ConnectionTimeout Property =0 doesn't cause effect

    Hello, I have a stored procedure which returns a resul tset , but it spends more than 15 seconds in process the information and return it. (executing it directly in the QueryAnalizer spends about 36 seconds) I have modified directly the connection string property, but the message exception continues even if the value is 0. ConnectionString: "Data Source=172.17.30.5;Initial Catalog=infoaccess;User Id=user_infoaccess;Passwo ...Show All

  • Windows Forms Install Source Failure (Unknown Error 0x80005000)

    I am trying to install the TaskVision source package taskvision_1.1.0.0.msi.  Installation proceeds normally until a "TaskVision Source" dialog box containing the string "Unknown Error (0x80005000)" and an OK button appears.  When OK is pressed, the inst ...Show All

  • Windows Forms Requirment for a Bindable Property

    Hello, I am making a User Control, which has one string property. Internally this string property is associated with the text property of a textbox on my user control. I want to use this property to be databinding enabled, what I need to do in order to make it work with databinding. Do I need to attach any attribute to it or I need to implement any interface This does not allow you to bind it to a datafield when you put it inside a Detail ...Show All

  • Visual C++ IDE keeps changing the encoding of the vcproj file

    We are all running the July CPT release. All machines are running US English but runing XP PRO, WIN2K or WIN2K3 Alan   Also, to understand the problem better:  - are all your projects saved with the same code-page are they all utf8 or are they mixed - what action are you performing that causes the .vcproj files to get checked out modifying a solution by adding or removing a project or saving the solu ...Show All

©2008 Software Development Network

powered by phorum