Development Questions


Multi Value Select from Cobobox
I want to select Multiple Value from Combobox. Please give me tips for that.

Answer Question   |  October 5, 2008  10:56 AM
VB.NET 2005
asked by:
5 pts.

Visual Basic & Designing a Class Library
I have a project with a few class libraries that are comprised of class hierarchies. The problem is when I access these class libraries from a form I see all of the classes that are inside of the class libraries. This is for a customer so I only want them to see the classes that [...]

Answer Question   |  October 8, 2008  8:33 PM
.NET, Visual Basic, Visual Basic .NET
asked by:
5 pts.

drag and drop from FORM to FORM
I’ve a MDI application and have 2 child forms open. Form A has 1 Button Object Form B has no objects What I would like to know is how can i copy the button from Form A to Form B, using drag and drop. Thanks in advance

Answer Question   |  October 6, 2008  5:38 PM
Application development, MDI
asked by:
5 pts.

INPUTING DATA FROM USER THROUGH WEBPAGE
HI FRIENDS CAN ANY ONE SOLVE MY PROBLEM AS GIVEN BELOW IN ASP.NET WEB PAGE I HAVE 40 TEXT BOXES TO COLLECT INFO FROM USER , PROBLEM IS THAT USER CANNOT VIEW AT A TIME ALL THE FIELDS CAN U SUGGEST THE BETTER SOL,INSTED OF USING TEXTBOXES

Answer Question   |  October 4, 2008  6:21 AM
ASP.NET
asked by:
55 pts.

is there a way to intercept and change a .net framework exception message?
our vendors are not translating an exception message generated by the .net framework for our end users. is there a way to intercept these messages so they are more descriptive for our vendor and end users?

Answer Question   |  October 5, 2008  7:30 PM
.NET, .NET Framework
asked by:
15 pts.

Connect SQL Server 2005 Express db to Visual Basic 2005 Express
I get an error “Generating user instances in SQL Server is disabled. Use sp_configure ‘user instances enabled’ to generate user instances. I run the store procedure on SQL Server and it looks like it worked, but “Test Connection” gives me the same error. What can I do to resolve this error?

Answer Question   |  October 3, 2008  3:46 PM
SQL Server 2005, SQL Server database, SQL Server Express, VB 2005, Visual Basic
asked by:
20 pts.

QA Manager, test case management technologies
I am a QA Manager working on MS technolkogies. I am wanting to know what are the different test case management technologies that can be used in the process. I would like to talk to some QA managers in Bay Area to further discuss on my issue.

Answer Question   |  October 3, 2008  11:06 AM
QA manager, QA testing, Quality assurance, Test management, Testing
asked by:
5 pts.

asked by:
5 pts.

Ftp to download file in Server Folder in Space that time File Can’t Download
I use msinet.ocx in VB6 That work properly but Server Folder in space that time it can’t work plz tell me what charcter use that space

Answer Question   |  October 3, 2008  7:38 AM
ActiveX, FTP, Microsoft Internet Transfer Control, MSINET.OCX
asked by:
10 pts.

Dynamically adding rows to Gridview
Hi friends , Can any one help on following requirement Dynamically Adding a new Row to Gridview Control in ASP.NET

Answer Question   |  October 3, 2008  3:30 AM
ASP.NET, Database programming, GridView
asked by:
55 pts.

Help finding duplicate info in Excel in different columns
Hi, I have an excel spreadsheet that looks like below: Origin Store1 Store2 Percent Source Warren 12345 45678 2.45 b Warren 45678 12345 2.45 r I want to be able to recognize and delete one of these rows as a duplicate. The info is the same just in a different column whether it be Store1 [...]

Answer Question   |  October 8, 2008  12:26 AM
Duplicate records, Excel functions, Excel macros, Functions, Microsoft Excel
asked by:
20 pts.

Typing in a combo box section
How can I type in the combo box section and what I typed add to the list already in there?

Answer Question   |  October 2, 2008  7:29 PM
ComboBox, ListBox
asked by:
5 pts.

vb 2008 help
Least-Square Approximation. A program that calculates and displays the equation of the least-squares line, and then allows the user to enter a fuel price and uses the equation of the line to predict the corresponding consumption of fuel. (Place the numeric data from the table in a text file.)

Answer Question   |  October 3, 2008  6:08 PM
VB 2008, Visual Basic
asked by:
15 pts.

Ad Hoc Testing
What do you think of Ad Hoc Testing on a consistent basis? Do you think it is something that used be used to determine the ability of a tester within a company?

Answer Question   |  December 12, 2008  5:57 PM
Ad Hoc, Testing
asked by:
5 pts.

oracle – automated testing tools
what automated tools can be used to test oracle forms application and oracle database backend

Answer Question   |  October 2, 2008  4:31 PM
Automated Testing, Oracle database administration, Oracle database testing, Testing software
asked by:
Rm1
20 pts.

iSeries Access For Web – Run SQL Function
Hi Has anyone had the problem where iSeries Access For Web does not run some SQL features consistently? I have a customer that is using this to provide reports from the iSeries to his customers. Customers can log onto the iSeries from the web and get to run reports already created. The customer can run [...]

Answer Question   |  October 3, 2008  8:21 AM
iSeries, iSeries Access, iSeries Web-enabling, SQL/400, V5R4, WAS 6.1
asked by:
95 pts.

How to connect Access database to a Visual Studio 2005?
i use the following code to connect and i created DSN but its not getting connected… whats my fault can anyone help me?? Dim X As ADODB.Connection Dim RS As ADODB.Recordset Dim RS1 As ADODB.Recordset i am getting underlined error in adodb.connection, adodb.recordset i think there is some error in the DSN creation. so anyone [...]

Answer Question   |  June 30, 2011  6:38 AM
ADO, ADODB DSN, Database connectivity, DataSource, DSN, Microsoft Access, VB 2005, Visual Basic, Visual Basic 2005
asked by:
5 pts.

Text Box Only Allows Certain Characters
I have a VB6 app running on windows application server, accessed via Symbol scan gun. Sometimes the user can’t enter data they need to into a text box. I could enter spaces but no other characters or numbers. After entering spaces I tried to backspace and a box showed up (in the txtbox field) for [...]

Answer Question   |  October 2, 2008  2:28 AM
Barcode scanners, Database connectivity, TextBox, VB 6, Visual Basic, Visual Basic 6
asked by:
5 pts.

oracle 9i instalation
hello guys I have recently started learning SQL and I am trying to install 9i (database or software where I can practice SQL quires). Long time ago I started learning SQL on that time it was personal oracle7 I installed and used to do my practice…but now I have heard that you can install 9i [...]

Answer Question   |  October 1, 2008  8:38 PM
Oracle 9i, Oracle installation, SQL, SQL queries
asked by:
11g
5 pts.

Place Holder
I have part numbers that are in the form of 12345678-001. I am trying to write a macro that will search through the 13000 lines of part numbers and enter a revision level next to it. I want it to only look at the first 8 numbers (before the “-”). This is what I currently [...]

Answer Question   |  October 1, 2008  7:21 PM
Excel macros, Microsoft Excel
asked by:
5 pts.