Answer Questions
justin kelleher Cannot uninstall previous SQL server
During the unistall of the previous version I uninstalled the ASPNET2.0 prior to uninstall the SQL server. I installed VW 2005 beta 2 with ASPNET 2.0 latest version Now + I cannot install the new SLQ server + I cannot either uninstall the existing one which says (The .Net Framework is not installed...) How can I solve this problem Can re-install the previous version of .Net 2.0 Help is needed I too can't uni ...Show All
Meier How to create a code when I open OpenFileDialog
I've been working on Visual C# Windows Application. My project includes Team Name, City, State, and Players FirstName, LastName, and Age. Then, I create the OpenFileDialog, and SaveFileDialog to read and write into the file. When I enter those information to the textBoxes then click Add Player button to put on many players for each team. I also create "Teams" in the menuStip. My next step is; how I can cod ...Show All
?everser insert
how can i insert a new record programatically Check out the following sample from MSDN docs: http://msdn2.microsoft.com/en-US/library/system.web.ui.webcontrols.sqldatasource.inserting(VS.80).aspx It shows code sample which uses SqlDataSource's Inserting event to insert a employee record using a stored procedure. You will need Northwind database if you want to try this sample code. Hope this helps. ...Show All
The_S_T_ Error LNK 2019 and LNK1120 with VC++ 2005 Express
hi, I have a software package which works well during VC6. Now I tried to compile it in VC++ 2005 Express. Most of projects in the package are no problem. But there is only one project which is a GUI application (using MFC) always got some problems. At first, it missed some lib files. So I copy some lib files from VC6 directory to current lib directory. Then I got the following error. Anyone can give me some ideas Lin ...Show All
Steve Jensen Error 1 Unable to find manifest signing certificate in the certificate store.
I am getting this error when trying to publish my program: Error 1 Unable to find manifest signing certificate in the certificate store. I went into the SIGNING tab and un-selected the SIGN THE CLICKONCE MANIFESTS but when publishing, it automatically re-selects it and I get that error. Suggestions Brian OK, so being a newbie in this area, how do I create a new manifest easlily ...Show All
rwindsley SDK for WinXP x64
Good day, I have AMD64 processor with winXPPro x64 and tried to download the x86 SDK but it wouldn't install (I thought it would install into the x86 folder). I then downloaded the AMD64 SDK and installed from the web...well, I thought I had...but when I went into the "Program Files\Microsoft SDK" folder (after getting a success message) I discovered that none of the sub-directories (include, bin, etc) had installed there. I ...Show All
devpriya Amazon Movie Collection Starter Kit
I downloaded the Amazon-enabled Movie Collection Started kit but I've been unable to install it. When I run the VSI to install the template I get the message: "Installation aborted because the item was a duplicate of an item already installed." The "standard" MovieCollection template is installed by default and I didn't see a way to uninstall it. Any thoughts Thanks. Hi Opher, So, it sounds like you ...Show All
ssteinberg Project Location Change Ignored
I have changed the project location in Tools --> Options --> Projects and Solutions --> General but VB ignores these settings instead defaulting to the My Documents location both on the Start Page and the File->OpenProject dialog, am I missing something in the settings somewhere that enforces these changes Are you sure that you saved your changes in Tools / Options and didn't just cancel If yo ...Show All
ostridge Cannot Access Free Registration Materials via Thank-You Emails
Hi everyone. I'm trying to access the free downloads that come with registration, but I only see the Web Developer downloads listed. I don't see the icons, components, or book that come with C#. I assume they would all be listed on one page, but they aren't there. How can I find them Thanks, John Salerno P.S. I don't understand how to download what *is* there either. The link to the Web Developer book says it's a pdf, but when you download it ...Show All
Zakssj Changing strings from one child form to another
Hello again, I have a new MDI-related question: I have a string in one of my child forms that is changed with a text box. I want to display that string not only on that form, but on another child form. How might I exchange that string between the different forms Thanks! I suggest you create a method on the other form class to accept a new text value. The form that contains the text box would then simply call that method. You would hav ...Show All
Esmond How to add Access Keys to Menu "Edit" under MenuStrip
Hi all, I used the MenuStrip1(from Toolbox) to create Menu "Edit" that has the 2 sub-menus: Get Numbers & Clear Numbers. I also modified the Text property of "Edit", "Get Number" and "Clear Number" to "&Edit", "&Get Numbers" and "&Clear Numbers". How can I add the access key F1 to the Get Numbers menu and the access key F2 to Clear Numbers menu Please help ...Show All
Takashi Toyota Exception thrown in a ClickOnce installation
Hi again, Sorry, but I have another ClickOnce problem. My program runs without exception in the development environment, but the ClickOnce RUN version throws an exception in the form.Load event. Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles MyBase .Load Try Dim fileStr As String = "..\Images\" doorPic(0) = Image.FromFile(fileStr + "Door1.gif&quo ...Show All
Aidy12 Allow Only Text Input
What is the code to allow only text to be inputted into a text box Also what would be the could to only allow numeric values, and another to allow only dates (dd/mm/yyyy) Any help appreciated. Ok, thanks for help. This is very useful hi, you can use keypress event handler to get that , if not char.isnumber(e.keycode) or not e.keycode = '\' then e.handle = true ...Show All
onewnan How do I get the Visual C# 2005 Express benefits?
With help I have managed to register VSC#2005E, but I have received no e-mail with instructions on how to get the benefits. How can I still get them Thanks, Guido You may have the same issue I also experienced later when I tried the downloads. I suspect you have XP sp2 with the active x warning enabled. After closing the File Transfer error message (you'll have to close it first), ...Show All
LenardG sharepoint services
Can Visual C# Express Edition be used to build Web Parts for Sharepoint Services can visual web developer 2005 express edition edit Sharepoint sites in the same way that FrontPage 2003 does The short answer is no. SharePoint Web Parts are ASP.NET Custom Controls and Visual C# Express is for developing Windows applications. The easiest way to develop SharePoint Web Parts ...Show All
