C#Learner's Q&A profile
Windows Forms Images do not appear on TabControl when using VisualStyles
Hello, I'm having a problem with a TabControl and VisualStyles. My tabcontrol contains images on each tab, which appear at design time, but when I run the application the images are missing and only the text appears on the tabs. Does tabcontrol support images when using VisualStyles My alignment is set to "Top" if that makes a difference. Thanks Simon Is this .NET 1.1 There was a bug in that v ...Show All
SQL Server SQL Server 2005 Remote Connection Problem... Big Time.
Hi, I installed SQL server 2005 express edition on my windows server and I had no problem with connecting it remotely through Management Studio, then I removed it and installed a full edition SQL server 2005. That's when it's gone all wrong. Now I can't remotely connect the server through Management Studio. The error I get is the same as some of the people in this forum has which is: "An error has occurred while establishing a conn ...Show All
Visual Studio Express Editions Express Questions
Hello All, 1.I downloaded VS.net 2005 and would like to program some xml stuff. Do i need to download any xml files to go with VS 2. DoI need to download any of the .net framework or asp files to go with VS 3. What are the best extra downloads i can take advantage of 4. Is there a good book for Visual Studio.net 2005 for XML 5. What does everyone use for creating great graghics foir the Visual Basic screens Sorry for all of ...Show All
Visual C# He need some help with authentication
Im trying to design a login form that will check against a SQL database to see if the username and password are correct. Could some one please supply some sample code of how i would do this. Thanks, Greg Are you working on ASP.net 2.0, check the following link http://www.asp.net/QuickStart/aspnet/doc/ctrlref/login/default.aspx ...Show All
SQL Server Copy Database
Is there a way to copy a database using TSQL When we set up a new customer we would like to make a copy of the existing database and set up a new database for them. Is there a way to programmatically do this There are different ways you could approach this depending on your needs. If one day of data latency isn't an issue, you could just restore a nightly backup of the database in question as a new data ...Show All
Visual Studio Express Editions Problem in VS.NET 2005 Beta 2 after installing SQLExpress Sep CTP
Hai ...., My VS.NET 2005 Beta 2 was working fine. After I installed SQLExpress September CTP, VS.NET 2005 Beta 2 stopped working i.e. it started to give me errors. When I try to create a new application, it gives me project creation failed error. I don't what went. May be anyone can help me solve this issue by looking at my installation procedure. ...Show All
Windows Forms Found SOlution !!!
I've got forms with Master-Detail DataGridView that show data fine. Contract (master) ContractJobNumber (Details) Edits made in data, then click on the 'Save' icon on the Navigator (the little blue disk thingy). Get out of program and go back in - data I just put in not saved. Trid adding this.Update on a clikc button - no change. Tried private void cONTRACT_JobNumberDataGridView_RowLeave( object sender, DataGridVi ...Show All
Visual Basic running cmd.exe using System.Diagnostics.Process
Hi guys, I am running cmd.exe to start a executable from a web application.Howvever, i need to input 2 more parameters for the account and pwd as shown below. CMD.EXE c:\Documents and setting\desktop>perl scriptest.pl test.txt account(domain/user): xxx password:xxxx 'User enter perl scriptest.pl test.txt, then cmd.exe will prompt for account and password for user to enter. How do i let the web application enter the account and pass ...Show All
Visual Studio Team System Trying to install VS Team for Developers and there is no product key.
Hi, Not sure if anyone can help me but, my IT department transitioned to MSDN Premium (Developers) and then downloaded the VSTS installs from MSDN subscriber Downloads. When I try to install it, I am asked for a product key, and my IT Department can't find one. Due to me not being knowledgeable about how the whole MSDN subscription thing works and the fact that my IT Department is pretty much useless, I was hoping someone out there could ...Show All
Windows Forms Autocomplete in a combobox of a DataGridview
As I can make a autocomplete in a combobox of a DataGridview. I observed that in the properties of the compo of the combobox has an AutoComplete = True, more no he/she works as of the combobox of the form that has the options autocompletemode = SuggestAppend and AutoCompleteSource = ListItems. and I don't Also get to type other thing not to be it that this in the box of listing of the combo o ...Show All
SQL Server Deleted Needed SSRS Report from VS Solutions Explorer
If a deleted report does not go to Recycle Bin and cannot be found using Windows Search, am I correct in assuming that it's completely gone from the hard drive and could only be recovered from a nightly backup tape ...Show All
Smart Device Development Path is not valid as I follow steps in the SQL Server Mobile Edition Tutorials
Hi, I just followed the steps in "creating a mobile application" in "SQL Server Mobile Edition Tutorials". As I am reaching the end of the tutorial and run the code, it reports the error of "path is not valid". Part of the code in the tutorial is as following: =========================================================== public partial class Form1 : System.Windows.Forms.Form { private Sys ...Show All
Windows Forms Shutdown mode
I'm lost, I'm using Visual C# 2005 express edition and I can't find shutdown mode so i could change it to When last form closes. I went on My Project properties - Application tab and couldn't find it. I wasn't able to find it in any tab. Could please someone help me, thank you in advance. Are you asking how to get your application to automatically shut down when the last form closes If this is the case, W ...Show All
Visual Studio Express Editions how to add flash content
hi can anybody tell me how to add a flash content to a visualbasic form If you have installed a Shockewave plug-in or the Flash Player then you should have the Shockwave Flash ActiveX control installed on your machine. Add it to your Toolbox then add an instance to your form. Voila. ...Show All
Visual Studio VSS and virtual websites
Could someone provide some guidance on how to support virtual websites within a VSS/VS environment We are supporting multiple websites, and prefer to do these within virtual websites. We use VSS for source control, and from what I've heard, there are some "tweaks" that need to be done in order to get VSS to work correctly. Apparently it has something to do with the idea that VSS thinks that every ISS project is supposed to be placed in the inetp ...Show All
