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

Software Development Network >> Jim Conigliaro's Q&A profile

Jim Conigliaro

Member List

a1call
Arrun
dcrooks
learning_to_code
learnerplates
Giles Copnell
Henry Wu
Jonas Roineslien
outsidelife
Richard Otter
Yoshifumi INOUE
subramaniac
Mazmo
Pairair
Ti L H
vincent.wang
David_Som
Robbiex
Bjorn B
freddyboy
Only Title

Jim Conigliaro's Q&A profile

  • Visual C# Should I pass an object to a class using its constructor or using a property.

    I need to instatiate a class and then assign a property with a value. One solution is to: Instatiate the class. Set a property in the instantiated class. Another solution could be: Modify the constructor of the class to accept a parameter. Use the parameter to set the property in the constructor. Any idea if one way is better than another Thanks in advance, Dave If your class ca ...Show All

  • Visual C# Multiple language support?

    Does Visual Studio C# Express have support for multiple target languages (ie program displays English, but I want to also distribute a German version of the program). Would you believe that I had to sign in again using Passport, and lo and behold, there they were... sorry 'bout that... ...Show All

  • Visual Studio Team System It doesn't run a Web page's JavaScript -Any solution?

    Any solution for this problem Problem: Before we begin, readers should be aware that VSTS functionality is not targeted at user interface testing. It doesn't run a Web page's JavaScript or validate the appearance of a page within multiple browsers. Rather, the testing approach is to examine HTTP data flowing over the wire and provide various rules for validating this data. Thanks What solution are you looking for You can ...Show All

  • .NET Development COM dll info in .NET

    In VB we could use "tlbinf32.dll" to obtain the details of any dll like the Version, GUID etc. I am trying to implement the same in C# using the dll. I could get the version info and GUID. How do we retreive the Threading Model for the DLL. Can we use System.Reflection in C# to get the same including Threading Model That Regspy tool I referred to will show you the registration data. The source is there if you need it. ...Show All

  • Windows Forms Adding a dropdownlist to a listview?

    Can anyone point me in the direction of how I can add a dropdownlist filed in a listview cell  An perfect example of this would be in the configuration manager in VS .NET (Cause I need to use the checkboxes as well but that seems  ...Show All

  • Visual Basic Serial Port Error Code Definitions

    Where are they explained/defined Is this what you are looking for: http://msdn2.microsoft.com/en-us/library/system.io.ports.serialerror.aspx Best regards, Johan Stenberg ...Show All

  • Windows Forms Using DateTimePicker as TimePicker only

    Hi, How can I make DateTimePicker Control to work as a TimePicker only. I dont need date selection, I only need time selection. Thanks, bilalso wrote: Hi, How can I make DateTimePicker Control to work as a TimePicker only. I dont need date selection, I only need time selection. Thanks, Set the Format property to DateTimePickerFormat.Time, and ShowUpDown to true. ...Show All

  • SQL Server "(rsInternalError) Index was outside the bounds of the array" after upgrade to SRS SP2

    After upgrading to SQL Reporting Services SP2, we now get an error every time we try to run any of our reports. The error is "An unexpected error occurred in Report Processing. (rsInternalError) Index was outside the bounds of the array." Anyone have any suggestions I looked in the Report Server logs and see this error but there is no other information that points me to the problem. Thanks in advance. Can you ...Show All

  • Visual Basic SQL Server 2005 Data Acccess

    Ok, using VB6, I was able to access individual fields by using the following code, Set db = DBEngine.Workspaces(0).OpenDatabase(LocalDataPath & "Crossdock.mdb") Set rs = db.OpenRecordset("SELECT Password, Update FROM tblUser WHERE user = '" & txtUserName.Text & "'", dbOpenDynaset) If txtPassword.Text = rs![Password] Then I was able to access the individual data field "Password" by ...Show All

  • Visual Basic Performance diff Between vb and vb.net

    Hai, Can any one help me how to find the Performance difference between vb and vb.net for the same coding OR Can any one tell me, What is the performance diff between vb and vb.net Thanks in Advance The performance comparison depends on what you are trying to do. It also depends on whether you are using the .Net way of doing things or the VB way. One example would be the difference between FSO and System.IO for file manipul ...Show All

  • Visual C# MouseMove event not happening after closing a ContextMenuStrip

    Hello Group, I have a simple form where I have a MenuContextStrip and I also look for mouseMove events. The problem is simple to reproduce as it occurs everytime I open the context menu by clicking the right mouse button. If I close the context menu by clicking on the application window (appclick return code) then I no longer receive mouseMove events until the window is obscured and restored. The problem does not happen if I click on one of t ...Show All

  • Visual FoxPro Freezing issues

    We are currently in the process of switching to VFP 9 at work but we are having an issue that seems to be related to VFP and shelling out to DOS.  Occasionally when using command line PGP or using the "run" command to access Novel's nprint command we find that our system locks up and freezes (we are in a Winow 2000 environment.) We needed to place network paths in an ini file for retrievel instead of shelling out to use Novel's "Map" comman ...Show All

  • SQL Server Exclude a Table from SQL 2005 Backup Maintenance Plan

    Hi All, I'm seeking feedback on a backup issue.  I have several databases that I run full backups on nightly (simple recovery) using a SQL 2005 maintenance plan.  Each database has 1 or 2 tables that hold non-critical spam hit data.  This data accounts for approximately half the database size and grows daily. My question: Is there a simple way to skip / exclude 1 or 2 tables during a native SQL backup rou ...Show All

  • Visual Studio Team System Can't Delete Team Project After Creation and Rollback Failed

    I am running VS2005 RC and I have attempted to create a few team projects which failed due to problems with permissions.  .NET attempted to rollback the partially created project but failed at the point of deleting the project because of permission issues.  I am now stuck with ghost solutions.  FYI:  All permission issues are now resolved.  The project does not show up nor can I create a project with the same name o ...Show All

  • Visual Basic MSScriptcontrol And VB 2005

    When i try to do an addobject through the Microsoft Scriptcontrol like... Scriptcontrol1.addobject("Form",Me) Scriptcontrol1.addobject("Form",Me,True) Scriptcontrol1.addobject("Form",ctype(Me,Form),True) it just makes an "Specified cast is not valid" i would realy appreciate some help i fell like i have tryed everything posible to make it work   Thanks it worked fine! Does anyone here have insight ...Show All

©2008 Software Development Network

powered by phorum