User Profile

Collapse

Profile Sidebar

Collapse
ghostrider
ghostrider
Last Activity: Apr 14 '08, 09:55 PM
Joined: Jan 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ghostrider
    started a topic Error message!!!!
    in .NET

    Error message!!!!

    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...
    See more | Go to post
    Last edited by debasisdas; Apr 8 '08, 04:49 AM. Reason: added code=vbnet tags

  • Is there suppose to be one. I'm new to this?
    See more | Go to post

    Leave a comment:


  • I'm actually using Visual Basic 2008. Everytime I go to run it I get that error message.
    See more | Go to post

    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...
    See more | Go to post
    Last edited by Killer42; Apr 1 '08, 01:58 AM. Reason: Added CODE=vbnet tag

  • ghostrider
    started a topic Required fields?

    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/ -->
    <!-- ...
    See more | Go to post
    Last edited by acoder; Feb 22 '08, 08:57 AM. Reason: Added code tags

  • ghostrider
    replied to Submit button!!!
    Hey thanks again eWish changing the first line of my code did it.
    See more | Go to post

    Leave a comment:


  • ghostrider
    replied to Submit button!!!
    Thanks for the help!
    See more | Go to post

    Leave a comment:


  • ghostrider
    replied to Submit button!!!
    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>...
    See more | Go to post
    Last edited by eWish; Feb 19 '08, 10:01 PM. Reason: Please use [CODE][/CODE] tags

    Leave a comment:


  • ghostrider
    replied to Submit button!!!
    Understood will post it once I get off work....
    See more | Go to post

    Leave a comment:


  • ghostrider
    replied to Submit button!!!
    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?...
    See more | Go to post

    Leave a comment:


  • ghostrider
    started a topic Submit button!!!

    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.
    See more | Go to post

  • ghostrider
    started a topic New to Unix!!!

    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?
    See more | Go to post

  • ghostrider
    replied to Help!!!
    Thanks this is what I was looking for. Thanks again!!!!
    See more | Go to post

    Leave a comment:


  • ghostrider
    replied to Help!!!
    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.
    See more | Go to post

    Leave a comment:


  • ghostrider
    started a topic Help!!!

    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?
    See more | Go to post

  • ghostrider
    started a topic Adding a pie chart to program!!!
    in Java

    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!!!
    See more | Go to post

  • ghostrider
    started a topic Look but could not find the answer.
    in Java

    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.*;
    ...
    See more | Go to post

  • ghostrider
    replied to Not sure how too!!!
    in Java
    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
    ...
    See more | Go to post

    Leave a comment:


  • ghostrider
    started a topic Not sure how too!!!
    in Java

    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?
    See more | Go to post

  • ghostrider
    replied to Error message
    in Java
    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!
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...