You could also simple manually control your InitializeComponent method (that is normally controlled by Visual Studio) and change
this.button2.Click += new System.EventHandler(this.button2_onclick);
to
this.button2.Click += new System.EventHandler(this.button1_onclick);
I am looking to purchase Computer Based Training for C# for my company. The audience will be from in-experieced to experienced .NET developers.
Does anybody know of any good companyies that make/sell these? Recommend any titles?
We are a small company with three developers accessing our development server. We all upgraded to Visual Studio.net for our development enviroment (we still don't run .net services, just using the development enviroment right now).
At first, we had problems where when we opened the single...
I have a strange requirement to take data from a MSSQL database alow the user to export it and then re-import it later. The Export and Import are done, however one of the fields that they are allowed to export must be "scrabmled" so that the user can not utilize it. The data is...
I have several databases that we utilize to create and manipulate very large databases. I am getting in to situations on some of these where my log files are growing larger then my data files. This is a problem because when I do a Shrink Database on the database the data file shrinks but the...
Does anybody have any experiece/knowledge about VSVIEW by ComponentOne?
Some consultants that we have hired for a project want us to load this on our webserver, but before I do I am wondering if anybody has any experience with this product.
Is it reliable? Does it require a lot of resources...
OK, I understand that I will still have to update all of my SPs, Views and Indexes if I do the renaming directly in the sys table, but what I am asking is if I do, will I take a chance of corrupting my tables somehow?
(BTW, none of the columns being renamed are indexed, and I do have a lot of...
There is a server setting in SQL 7 that allows you to modify System Catalogs Directly (i.e. Edit a table name by editing it entry in sysobjects table).
I have to do some major table modifications (mainly just column renaming) and am wondering if modify the system tables will be faster, but me...
Has anybody have any experience with MAEDulles as a T-1 Provider?
How is their service? Good Uptime?
How is their wireless service?
Good Support?
Any commnets
Does anybody know what I would need to do in order to get my code to scroll by by using the Intelimouse wheel in Visual Basic 6.0 (SP4)?
This works in Visual Interdev (which is wonderful) but does not work in Visual Basic 6 when viewing code.
-Steve
Has anybody heard of a problem with Windows 2K and Extending Logical Drive on a RAID controller causing data corruption?
I have a COMPAQ ML370 with a Company Smart Array 3200 and I am being told by Compaq that they have an artical (that they can not provide to me) warning that extending a...
How do I determine what the current users Temp directory is? The users are going to be on Win98, and Windows 2000 Pro so I can not hard code c:\windows\temp
Background I am executing this from an application where the user selects the states that they want to have moved.
Problem/Question
Is is possible to execute a stored procedure with a list as the parameter. Here is the storedProcedure I am trying to run
CREATE PROCEDURE [sp_mysp] @StateAbbr...
connection.execute "sp_name" & param1 & ", " & param2
or
recordset.open "sp_name" & param1 & ", " & param2, Connection
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.