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

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

itprochris

Member List

XenomX
louthy
ursfriend
Peter Piksa
vvatclor
Anders G
Ryo44453
Tony Ayoub
torras
nay min thu
Nik_MI
Oscar in LA
gnikolaev
AlanW2
Steve Wooster
Larry Beck
Paul_P
gmcnickle
Sambuccus
nuxuser
Only Title

itprochris's Q&A profile

  • SQL Server Connections to SQL Server Files (*.mdf) require SQL Server Express 2005

    When ever I click on an MDF file in VS2005 I get the following message. Required Components Missing. Connections to SQL Server Files (*.mdf) require SQL Server Express 2005 to function properly.  Please verify the installation of the component or download from the URl: http:go.microsoft.com/fwlink/ linkID=49251. I think this may have been due to the install order and options I selected. 1. VS2005 Pro, without SQL Server Express 2005 as I wa ...Show All

  • SQL Server How to restore SQL 2000 DB to SQL 2005

    Hi, All I am trying to restore SQL 2000 DB into SQL 2005 Database. I backup the database from SQL 2000. From Management Suit, I try to restore database but I can not see network drive from there even though SQL serveris running under network account. I could see network drive from SQL 2000 or at least I can type path to find backup file. However I can not do this.. My Q is: 1. How can I restore this SQL 2000 db to SQL 2005 using network path 2. ...Show All

  • Windows Forms Transparent Controls ...

    how can we have the transparent controls in .net (c#) ! because if I set the backcolor of a control in transparency, the program show the parents background and is unaware of the controls below... thanks I found this code : protected override CreateParams CreateParams { get { CreateParams cp = base.CreateParams; cp.ExStyle |= 0x20; // WS_EX_TRANSPARENT return cp; ...Show All

  • Visual Basic help with a listbox in excel 2003

    I am using a listbox that requires multiple selections. However when the multiple select is enabled the click event for the listbox stops working. When one of the items in the listbox is clicked on I need a text box to appear. This is the code i am using for the click event: Private Sub lbxReason_Click() If left(lbxReason.Text, 1) = "T" Then lblSpecifyReason.Visible = True tbxOtherReason.Visible = True Else lblSpecifyReason.Visible = False tbxOt ...Show All

  • .NET Development Run one instance of a window

    How do I run only one instance of a window if I do not know the window name (Just suppose the title had the time in it). This means I cannot use FindWindow. Hi, What do you mean by window If you are talking about you application then you can run its single instanace ... read following post... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=453945&SiteID=1 If you are talking about a particular form the ...Show All

  • Visual Studio Team System can Not create a project

      Hi, I have followed all the posts in this regards. I did everything which they asked me to do. Still I can not create a project. I get following error : ---------------------------------------------- 04/28/2005 05:30:33.734 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://brindan01:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 04/28/2005 05:30:33.734 ...Show All

  • Windows Forms Downloading a file

    Hey, This is so very much a n00b question, but I really can't find any related information because everytime I'm searching on a phrase with the word "download", I get plenty of results how to download Visual Basic or other neat stuff... My  ...Show All

  • SQL Server Migration of SQL Serve r2000 packages

    Hi, In SQL Server 2005, when I tried to migrate existing SQL Server 2000 DTS packages using Migration Wizard, I ran into the following error message. "Index was out of range.Must be non-negative and less than the size of the collection. Parameter name: index[mscorlib]" Please help! Thanks, KP Please check your packages for  a space before or (more likely) after the name of the package . This causes the ...Show All

  • Visual Studio Tools for Office How to empty "From" field using vb.net?

    hi, 1. i opened mail from drafts in outlook and i want to reply but i want "from" field empty. 2. Other problem is I want to change the icon of mail instead of "letter icon" beside mail. 3. in outlook i made button and when i click that button a message will be open, the problem is if i click that button more than one time it will show message box more than one time, how can i disable the button after single click and then enable after messsage ...Show All

  • Visual Studio Express Editions Error spawning CL.exe?

    What is this problem My project can't compile How to solve this rapierguy wrote: I'm actually using VC2005 express Beta 2 atm and I get the following errors: [ ... ] ========== Build: 0 succeeded, 13 failed, 0 up-to-date, 0 skipped ========== And thats with a fresh install of VC++2005 Beta 2 and PSDK for Windows XP SP2 and that was after follwoing the instructions on at http://lab.m ...Show All

  • Visual Studio 2008 (Pre-release) DependencyProperty changed event.

    Hi, I'm using TabItems and want to subscribe to changes to the IsSelected DependencyProperty. How can this be done Thanks a lot In fact I used the SelectionChanged event of my TabControl to trigger the change. I didn't want to override something on the control because this would kill the designer functionality of Cider and Sparkle. ...Show All

  • .NET Development list of files from another web server?

    Hi.   I was wondering if there is a way to retrieve a list of files given a specific url from another web server I know I could use the FTP classes in .NET 2.0 but this is for .NET 1.1. I also know I could have used the http web request classes however that will not work. I get a 501 error (Not implemented error)   the running server will have .NET 1.1 but as for the files, such as images etc... it will be stored on anot ...Show All

  • Visual Studio Team System How to install sharepoint/team system in production server?

    Hi, all. We have one server that many existing web application are running on. We have to install team foundation server and sharepoint on the server. The problem here, is that it disable all other web applications when I install sharepoint. Here, We don't need to consider team foundation server. Sharepoint itself gives me trouble. I don't want to dedicate new server to sharepoint. Is there any way I can run sharepoint (also te ...Show All

  • SQL Server SELECT in a table takes FOREVER

    SQL Server 2000, QA Database: A table called Telephone_Directory with just 4.000 records. SELECT * FROM Telephone_Directory is taking forever. If I stop the select after 1 second I see 162 rows. If I stop the select after 1 minute I see again 162 rows. Why this could be happening The same querie on Production Database is taking 6 seconds to retrieve the 4.000 records. It's bizarre that you don't see the lock when ...Show All

  • Windows Forms Can't get the actual width and height of control?

    I have a picture box.  It was a container under it.  When I access the height of the picture box it gives me the height including the container that is below it.  Is there a way to get just the picture box height Thanks in advance, Devin ...Show All

©2008 Software Development Network

powered by phorum