I've been trying to clear these error messages that I keep getting, was wondering if someone could help me out here.
1. Value of type '1-dimensional array of String' cannot be converted to 'String'. C:\Users\Black & Gold\AppData\Lo cal\Temporary\p rojects\Windows Application1\Fo rm1.vb 59 33 WindowsApplicat ion1
2. 'Char' values cannot be converted to 'Integer'. Use 'Microsoft.Visu alBasic.AscW' to interpret a character as a Unicode...
User Profile
Collapse
-
Error message!!!!
-
Is there suppose to be one. I'm new to this? -
I'm actually using Visual Basic 2008. Everytime I go to run it I get that error message.Leave a comment:
-
Err: Too many arguments to 'Public Sub Close()'
I'm receiving an error messages that states:
Too many arguments to 'Public Sub Close()'.
Can someone point me in the right dircetion?
[CODE=vbnet]Public Class HelloWorld
Private Sub btnHello_Click( ByVal sender As System.Object, ByVal e As System.EventArg s) Handles btnHello.Click
Dim vName As String
vName = txtName.Text
MsgBox("Hello... -
Required fields?
I'm trying to write a code that will verifiy that each field was fill in. And if not it would return with and error message. Can someone help with this, here is my code so far:
[HTML]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<!-- Created with the CoffeeCup HTML Editor 2007 -->
<!-- http://www.coffeecup.c om/ -->
<!-- ... -
Hey thanks again eWish changing the first line of my code did it.Leave a comment:
-
-
Hey is what I have:
[CODE=html]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<!-- Created with the CoffeeCup HTML Editor 2007 -->
<!-- http://www.coffeecup.c om/ -->
<!-- Brewed on 2/18/2008 4:33:53 PM -->
<head>
<title>Custom er Information</title>
</head>...Leave a comment:
-
-
I'm using html. I would like for it to say thank you when it is done. If I understand it correctly I need to save it as a link that the button points to right, so when it is clicked it will know to open that link?...Leave a comment:
-
Submit button!!!
Hello everyone, I'm in need of some help. I created a simple customer information page requesting name, address, etc., with a submit button. That when clicked it will give you a Thank you statement. But I cannot seem to get it to work right. Can somone give me some pointers. -
New to Unix!!!
I'm trying to learn how to write a simple scirpt, move into it and then save it to a flash drive. Can anyone help me with this? -
-
I'm using MS SQL 2005 Express. I'm trying to write a INSERT statement pulling data from my online school database and I'm not sure how to do it.Leave a comment:
-
Help!!!
Okay I'm totally new to SQL, I need to write a program that has 2 tables, can any one help me get started? -
Adding a pie chart to program!!!
I was wondering if someone could give me some pointers on how to add a pie chart to an existing program. Everything that I've tried will not work for me. So if there is some out there that can point me in the right direction, I would appericate your help.
Thanks!!! -
Look but could not find the answer.
My program seems to slove for all the mortgages at once. And will not clear out the pane and accept another choice by the user. Can someone steer me in the right direction with this problem. My program is shown below!
...Code:import java.awt.*; import javax.swing.*; import java.math.*; import java.awt.event.*; import java.text.*; import java.lang.*; import java.util.ArrayList.*;
-
Okay this is what I have. I'm trying to get my program to show 3 different mortgages neatly. An maybe throw in a menu prompt that you could chose which mortgage you would like to see first. Can anyone help me with that?
import java.awt.*;
import javax.swing.*;
import java.awt.event. *;
import java. text.*;
public class wk3_jrs extends JFrame implements ActionListener
{
JLabel...Leave a comment:
-
Not sure how too!!!
Not sure if I'm looking at it right. But I wrote a program that is going to display 3 different mortgages at once. But they all stream together, I'm trying to block them where each mortgage has its own area in my GUI window. Can someone point me in the right direction? -
Ok, I tried the (this) thing and still getting the error message. I'm new to this so it is going to take a few tries to get it right!Leave a comment:
No activity results to display
Show More
Leave a comment: