Visual Basic Questions


VB-runtime error-3001 (arguments are of the wrong type,are out of acceptable range,or are in conflict with one another)
Dear sir, I am a student in Visual Basic. I am trying to insert image on VB form (GetChunk–method). It is successfully saved and I’m trying to retrieve in same time. It’s okay. I’m also trying to edit that form and trying to save it. It’s working but it’s creating the same entry in the [...]

Answer Question   |  June 6, 2013  3:28 PM
Visual Basic, Visual Basic Error Messages
asked by:
10 pts.

Crystal report (8.5) is not working on Win 7 (64 bit machines)
Basically we have two Visual Basic projects, lets say 1.Diapp.vbp and 2.adacrystal.vbp. In order to generate the Crystal Reports, I have consumed adacrystalreport.dll into the Diapp.vbp application, adacrystalreport.dll is a part of adacrystal.vbp Visual Basic project. Crystal reports is working fine on Windows XP  but when we generate the Crystal Report on Windows 7, Crystal [...]

Answer Question   |  June 3, 2013  11:38 AM
Crystal Reports 8.5, Visual Basic, Windows 7
asked by:
5 pts.

Location of ‘My Documents’
On my XP computer, the location of ‘My Documents’ is C:\documents and settings\dan shelby\my documents. On my friends XP computer, the location of ‘My Documents’ is: documents and settings\owner\my documents. Since Windows invented the folder “My Documents” it does seem like the location of it should be the same for the same version of windows. [...]

Answer Question   |  May 14, 2013  5:45 PM
My Documents, Visual Basic
asked by:
60 pts.

Report in Visual Basic with data dynamic active report
I developed an inventory. I use Visual Basic as my programming language to access as my database. I want to print an invoice with the report that contains 6 fields including: Selling price, Qty sold, customer name. etc. How can I do that? Thanks.

Answer Question   |  May 6, 2013  6:47 PM
Visual Basic, Visual Basic report
asked by:
5 pts.

Selec Case structure
After the execution of the Select Case structure in Figure 5-96, what value will be found in the text property of lblFemaleHeight if the user enters the number 74 into the txtEnterHeight text box? If the number 81 is entered? If the number 59 is entered?

Answer Question   |  May 3, 2013  2:14 AM
Visual Basic, Visual Studio
asked by:
10 pts.

VB question
Write a program to input any numbers less than 50 by the user. As the output, display how many numbers did the user enter in a message box.

Answer Question   |  April 24, 2013  9:22 PM
Visual Basic, Visual Studio 2008
asked by:
PSN
40 pts.

Visual Basic tasks
Write a program to provide information on the height of a ball thrown up into t6he air, the program should request as input the initial height, h feet, and the initial velocity, v feet per second. the height of the ball (in feet) after t seconds is given by the formula h+vt-16t?

Answer Question   |  March 27, 2013  12:55 PM
Visual Basic, Visual Basic Functions
asked by:
5 pts.

DATE CONVERTION
How to convert date from the format YYYYWW to julian date?? in Visual Basic. yyyy = year and ww = weeks

Answer Question   |  December 21, 2012  5:35 PM
Visual Basic
asked by:
30 pts.

Why is my app so slow when writing from VB to Excel
What I use: An app where following procedure has to be run approx 100.000 times… it takes 5 minutes! It should go faster. Question=how? Dim Record as string Dim oExcel As Microsoft.Office.Interop.Excel.Application Dim EXCBook As Object, Range as object oExcel = New Microsoft.Office.Interop.Excel.Application EXCBook = oExcel.Workbooks.Open(TxtFolder.Text & “FBL.xlt”) Record = strLine & vbTab & strSort [...]

Answer Question   |  November 19, 2012  2:37 PM
Microsoft Excel, Visual Basic
asked by:
20 pts.

Algorithms and Flowcharts
My personal studies (Research Questions) Question 1. Write an algorithm and draw a flowchart to find the average of the set of ten random numbers. Question 2.Write an algorithm and draw a flowchart to find the sum of all odd numbers between 0 and 50. Question 3. Write an algorithm and draw a flowchart for [...]

Answer Question   |  November 12, 2012  3:38 AM
Visual Basic
asked by:
15 pts.

Setup in VB6
After creating the setup within Visual Basic, I run the application then add some data then the data does not insert into the database. Before setup, the data is added in the database but after setup the data is not stored in the database. How can I solve this problem?

Answer Question   |  October 24, 2012  12:04 PM
VB 6, Visual Basic, Visual Basic database
5 pts.

Macro using Visual Basic
Using Visual Basic, I need to choose XYZ information in a cell, in Excel, and another cell must give me ABC predetermined information. How should I do that?

Answer Question   |  October 23, 2012  4:28 PM
Excel 2003, Excel 2003 macros, VBA, Visual Basic
asked by:
20 pts.

Function in psuedocode and visual basic code
I have to write a program that adds 10 to a number in both psuedo code and visual basic and I don’t have any idea how to do this.

Answer Question   |  October 22, 2012  10:14 PM
Visual Basic, Visual Basic Functions
asked by:
35 pts.

VB
For every form in Visual Basic, are separate database needed or not?

Answer Question   |  October 9, 2012  2:11 AM
Visual Basic, Visual Basic database
asked by:
10 pts.

Visual Basic to fill out html form
I have a myform.html form and I have a myform.php that gets called when user fills out the myform.html form and presses send, this all works with no problems, then I have a VB program I wrote that writes to or collects data from an external file and that too also works with no issues [...]

Answer Question   |  September 17, 2012  9:59 PM
HTML file, Visual Basic
asked by:
1,940 pts.

Visual Basic question (how to create box to send to sms)
Hello. I’ll make a program in Visual Basic but my problem is how do I create a box to send information to my mail like this example http://www10.0zz0.com/2012/09/11/11/141096168.png Thank you my friend

Answer Question   |  September 11, 2012  11:48 AM
Visual Basic, Visual Basic commands
asked by:
5 pts.

Visual Basic Get Average Change of Variable
So I have a variable that is being added to every minute and id like to know how I can get the average its being added to per minute. I know how to do the math but I cant figure out the code for it. Please anyone? Id like the actual code for it I [...]

Answer Question   |  September 11, 2012  1:08 AM
Visual Basic, Visual Basic commands
asked by:
40 pts.

What are symbol files?
Can anyone explain to me what Symbol Files are or what it means to install symbol files. I’m using Visual Basic but I don’t think that matters, I think this is a standard term for all programmers.

Answer Question   |  August 14, 2012  7:24 PM
Symbol files, Visual Basic
asked by:
1,940 pts.

Options for compiling VB code to executable
Hello everyone, I have a question about the making of .exe file using Visual Basic I don’t think it matters what version but I’m using VB4. When doing the compiling from code to executable I press the File tab then go down to make exe. File and then I have a button for options I’ve [...]

Answer Question   |  July 20, 2012  7:31 PM
Visual Basic
asked by:
1,940 pts.

Inventory App
If you can help me out with understanding this type of coding, I would really appreciate it. I took a couple of classes on C++, but it has been a while. Currently I’m new to Visual Basic. I work in a chemistry lab and I want to make an inventory serach application / database. I [...]

Answer Question   |  June 22, 2012  12:52 AM
C++, Visual Basic
asked by:
15 pts.