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

Software Development Network >> Jeff Chrisope's Q&A profile

Jeff Chrisope

Member List

tclowe
jonDow
Michel Grootjans
mikewo
sebabas
CGSReddy
Umeshnath
LauraH
JohnnyOre
Larokas
Kur Lan
Tommy0204
Nitramsen1
cleith
Techie-Vicky
Shane T.
David Portas
Ronald Cuzco
MNSiyal
t.voelkel
Only Title

Jeff Chrisope's Q&A profile

  • Visual Basic Checking for optional parameters in a function

    I just seem to be generating questions today. I have a function (UpdateNode) which can be used to write back data to a database.  The function accepts a number of optional parameters depending on what the user wishes to change.  These Parameters are: StructureID - Mandatory (key field) Description (String) Name (String) ParentID (Int) isTeam (Boolean) Where no parameter is specified, then I don't wish to touch what was already in that column on the database.  I have managed to figure out how to check if all the parameters have been given except for the boolean values.  There are two valid options for the isTeam- True or f ...Show All

  • Visual Studio Express Editions Which VWDEE CTP is this Version 8.0.50215.44 (beta2.050215-4400)?

    Which VWDEE CTP is this Version 8.0.50215.44 (beta2.050215-4400) Les - That is the version number for Beta2. Thanks, Luke Hoban Visual C# IDE Program Manager ...Show All

  • Visual Studio Crystal Reports Clarification

    hi i used Crystal report in my application developed in Vb.net i used to retrive data from 2 or more tables based on date r EmpID. I m not able to get the report it displays all data instead of sorting please help me how to over come this muthu ...Show All

  • .NET Development Who can help me translate Visual basic 5.0 code in MSaccess 97 to Visual Basic .net 2003 code

    Hello to you all... i got a small problem and i do not know how to solve it. Maybe someone of you out there knows the solution. Problem..: The code was taken out of my MSACCESS 97 database and written in visual basic in the modules section of MSaccess 97 This works fine in access... Everytime i call SetVolgnr() the Field REVOLG is updated with one (Read: REVOLG=REVOLG+1) Remark: CurrentDb = Leon-NAW.MDB Remark: Volgnumber = one of the tables out of Leon-NAW.MDB Remark: REVOLG = the only field in table VolgNumber             (with only one record) Remark: This is the code Publ ...Show All

  • Software Development for Windows Vista How to creat a filter with multiple inputs?

    Hi, I am trying to create a directshow filter which has 2 input pins and 1 output pin . I have added the pin details to the array of AMOVIESETUP_PIN's, and I have changed the umber of pins in the AMOVIESETUP_FILTER structure. Override the GetPinCount,GetPin.  class CAudioSwichInPlaceFilter : public CTransInPlaceFilter         ,public ISpecifyPropertyPages         ,public IAudioSwControler { public:  CAudioSwichInPlaceFilter(TCHAR *tszName, LPUNKNOWN punk, HRESULT *phr);  virtual ~CAudioSwichInPlaceFilter(); public:  DECLARE_I ...Show All

  • Windows Forms DataGridView FormatProvider error ?

    The DataGridView format provider doesn’t work for me. Here is a quick example: DataGridViewColumn formatColumn = grid.Columns[0]; formatColumn.DefaultCellStyle.FormatProvider = new MyFormatProvider(); formatColumn,DefaultCellStyle.Format = “format1”;   The MyFormatProvider class (which implements IFormatProvider and ICustomFormatProvider) format method never called on the grid.   When I just set the Format property with a known string (i.e for dateTime object) it works fine, but creating custom provider is not working. Am I’m missing something here, or this is a known bug   &n ...Show All

  • Visual C# SQL SELECT statement

    Hello. I have a problem with a SQL statement. When I run the app, I get a Line 1: Incorrect syntax near 'GEM'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: Line 1: Incorrect syntax near 'GEM'. Source Error: Line 86: SqlDataAdapter adapter = new SqlDataAdapter(dataCommand); Line 87: DataSet ds = new DataSet(); Line 88: adapter.Fill(ds); Line 89: dgResults.DataSource = ds; Line 90: dgResults.Da ...Show All

  • SQL Server Help SVP: How to connect to external server and backup db with SSMSExpress

    Bonjour You'll have to be gentil with me, because until today I had never worked with MS SQL (I was developing with Access). Scenario & question: I have installed a phpBB forum running on MS SQL on my clients server. Since Saturday this forum just won't load anymore. I have tested the connection to the SQL database within Macromedia Dreamweaver and it's fine. I can view the table and the data contained in them. I would like to re-install phpBB but I need to back up the db first. I have installed SQL SERVER MANAGEMENT STUDIO EXPRESS, and all the other things like .NET 2.0 etc. It seems to work, as I can look at local SQL database samples, ...Show All

  • SQL Server Is it possible to modify column data type of view

    The SQL Server Management Studio shows the data type of each column of views. I am wondering how SQL server determines the types since my SQL code of views does not specifiy data types for any columns. I am much more interested in knowing whether the data types can be modified. Could anyone offer some hint Thanks, hz SQL Server uses the underlying schema information to do so unless you don’t specify a different data type than the source data type (liek within CONVERT). You can change the resulting data type in the view e.g. via CONNVERT(VARCHAR(10),GETDATE(),112), which was a datetime before and a varchar afterwards. HTH, Jens ...Show All

  • SQL Server conversation groups and processing in order on the target end

    Is there any way to ensure that messages sent on different dialogs have the same conversation group id on the target queue   I was attempting to set the conversation group id on the dialog before sending but learned that this only works on the initator end.   http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=174976&SiteID=1 I have messages that could be sent from different applications (and at slightly different times) that need to processed exclusively (i.e. have the same conversation group id). You can also add an extra message to your conversation. This message is sent first and ...Show All

  • Visual Studio Express Editions permission denied runtime error 70

    I'm writing a program that copies a file over another. Either of the files could be in use at any time by others (momentarily). I want to ensure that I won't get permission denied if one of the files is in use. My thought was a loop that waits for the file(s) to close(if needed), then copies it. How do I check if the file is in use Thanks in advance for your help!   http://msdn2.microsoft.com/en-us/library/8tbkaxz5.aspx     ...Show All

  • Visual Studio 2008 (Pre-release) CodeBehind gone?

    Has the ability to provide a CodeBehind compile at runtime source file been removed from WPF altogether used to be a CodeBehind element in http://schemas.microsoft.com/winfx/xaml/2005 None of the samples that use it work anymore. If you are talking about x:CodeBehind attribute, then it has been removed a long time ago.  You do not need it to specify the code behind. ...Show All

  • Visual Studio How to Install VS2005 Beta 2 in Windows Vista Beta 1?

    Is there a version of VS2k5 that will install onto Vista Beta 1 I get an error installing MSXML6.0 when trying the Beta 2 release. Thanks, Matthew A bug reported and workaround was filed here: http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx FeedbackId=2ed1acbc-0c30-4bd1-99de-3dff389fa885   ...Show All

  • .NET Development BUG REPORT: System.EnterpriseServices.Internal.Publish / .NET 2.0 / Windows 98

    Bug Report: On a Windows 98 system where ONLY .NET Framework 2.0 is installed (no prev. version) the method GacInstall() of class System.EnterpriseServices.Internal.Publish fails (An exception is thrown). Same code works on Win 2000/XP also on Windows 98 if .NET 1.1 is installed. Since Net 1.0, System.EnterpriseServices namespace does not support platforms below Win2k. Functions in this namespace return NotSupportedException. Make sure nothing in your application is calling this function if you are deploying onto W98. ...Show All

  • Visual Studio Tools for Office Outlook 2003 Addin doesn't work on Windows 2003 Terminal Server

    Hello all, I 've develop and deployed an Outlook 2003 Addin using VSTO 2005. The project runs succesfully on Windows 2000 and Windows XP I setup the project with no errors on a Windows 2003 Server which runs as a Terminal Server, but the AddIn does not loaded when Outlook starts. Also there is no Addin in COM AddIn s dialog. I also did this : http://support.microsoft.com/kb/908004/ but nothing seems to work. Any ideas Many Thanks.. Hi, unfortunatelly i can't make Outlook Addin to work in W2003 TS... ...Show All

©2008 Software Development Network