User Profile

Collapse

Profile Sidebar

Collapse
praclarush
praclarush
Last Activity: Sep 8 '09, 08:21 PM
Joined: Oct 21 '07
Location: Oklahoma City, OK
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Never Mind I managed to fixed
    See more | Go to post

    Leave a comment:


  • Converting Javascript code to Visual Basic

    I’ve tried a verity of different things but I can’t seem to find something that works so I thought I would Ask here, if This is the wrong place then Sorry If you could point me to the correct place the I would Post there. Now I have this JavaScript code that I want to get working in a VB.Net Client side application, could anyone here help me with translating it to something that might work in VB.Net? Thanks Nathan

    Code:
    function send_request()
    ...
    See more | Go to post

  • praclarush
    replied to Problems with Modules
    I'll look but I don't think that’s the problem, One of the first things I did was make a new project and redo the program since it was a small one. That didn't work how ever after I did a repair and everything works now, but thanks for the help.

    Nathan
    See more | Go to post

    Leave a comment:


  • praclarush
    replied to Problems with Modules
    Crap well I was hoping to get away with out that but it looks like thats what will hapen, and no spelling was the first thing I checked, thanks for the replay...
    See more | Go to post

    Leave a comment:


  • praclarush
    started a topic Problems with Modules

    Problems with Modules

    I have an application in VB6 that was working, but VB crashed on me and I lost a lot of code. Now when I add a new module to the project and add a method to it, I go back to my main form to try and call that method but it the module nor the method show up in the intellisense and when I type the whole thing out and run it it give me a "method or data member not found with module". I'm confused this wasn't doing this before. does anyone...
    See more | Go to post

  • Thanks, I can't believe i missed something so simple.

    Nathan
    See more | Go to post

    Leave a comment:


  • praclarush
    started a topic Updateing info from one table to another

    Updateing info from one table to another

    I'm trying to Update one table with info from another table this is the query that I'm using
    Code:
    UPDATE Formula INNER JOIN TempFormulas
        ON Formula.FormulaID = TempFormulas.FormulaID
    
    SET Formula.Notes = TempFormula.Notes
    The problem that I'm having is that its popping up a window for data as if there is a parameter there. this is what I don't understand. I'm coming from a background of t-sql so I'm not entirely...
    See more | Go to post

  • Can't Enable Application Framework in Visual Studio 2005

    I'm writing a VB app. in Visual Studio 2005 But when I open up the project properties, to Enable the Application Framework the check box is disabled
    Which means I can't use a splash screen or several other options I would like to use. I've search google but I haven't found much. One place tell me to install the .Net Framework but I already have it installed Does anybody here have any suggestions?

    Thanks Praclarush
    See more | Go to post

  • praclarush
    started a topic MS Access Update Programaticly

    MS Access Update Programaticly

    I'm trying to connect to a access database and post an update to a row in a table though code with Visual Basic 2005, but when I do, I'm getting a Syntax error with the update statment. I don't understand what I'm doing wrong since the update statment looks like one that would be generated by Visual Studio when working with datasets

    Code:
    Private Sub UpdateTest()
            Try
                Using Conn As OleDbConnection = New OleDbConnection(My.Settings.BalanceAssistConnectionString)
    ...
    See more | Go to post

  • praclarush
    replied to an array of the colors in java.awt.color
    in Java
    Ya... Thanks for the info sorry I haven't replayed. I've been a little busy.

    Praclarush
    See more | Go to post

    Leave a comment:


  • praclarush
    replied to an array of the colors in java.awt.color
    in Java
    just the constant ones,...
    See more | Go to post

    Leave a comment:


  • praclarush
    started a topic an array of the colors in java.awt.color
    in Java

    an array of the colors in java.awt.color

    Its been a while since i've writen a java program so I was wondering whats the best way to get an array of the colors in the java.awt.color class. So I can use it to populate a JList. All i'm asking for is a little help in getting started or pointed in the right direction.

    Thanks Praclarush
    See more | Go to post

  • praclarush
    replied to Parse error: syntax error unexpected T_IF
    in PHP
    yes I am sure its this code, but the thing is I just retried to as well just after you post and yet it worked, I don't understand it... strange I hate it when code does this, I may have done something when I was copying it any way Im sorry for wasting your time,

    Praclarush...
    See more | Go to post

    Leave a comment:


  • praclarush
    replied to Parse error: syntax error unexpected T_IF
    in PHP
    Thanks for the replay heres all the code I have

    [PHP]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <!-- meta tag info -->
    <meta name="author" content="" />
    <meta name="Apollo1 Account" content=""...
    See more | Go to post

    Leave a comment:


  • praclarush
    started a topic Parse error: syntax error unexpected T_IF
    in PHP

    Parse error: syntax error unexpected T_IF

    I've just started php, and this is a class assignment, but my question is I’m getting this error PHP Parse error: syntax error, unexpected T_IF, expecting T_VARIABLE or '$' in C:\wamp\www\ssp \SSP04\guessing Game.php on line 42. I’ve tried to make sense of it but I’m at a lose, there error is referring to this segment of the code.


    [PHP]else{
    if(!isset($_GET['word'])){
    echo "<p>****</p>";...
    See more | Go to post

  • praclarush
    replied to getting php to validate xHTML strict
    in PHP
    Thanks for the help, sorry I didn't post earler,
    praclarush...
    See more | Go to post
    Last edited by praclarush; Feb 21 '08, 04:39 PM. Reason: Spelling

    Leave a comment:


  • praclarush
    started a topic getting php to validate xHTML strict
    in PHP

    getting php to validate xHTML strict

    php version 5.2.5

    well here’s the problem, I have this home work for a class, in it we just had to copy things out of the book as they have it and follow along basically. Then the teacher add extra things onto it, one of them is to make sure everything validates xHTML strict. That’s fine except I can't get this small piece of code to validate, can anyone offer a little help. I’m new to the whole php thing.

    [PHP]<p><input...
    See more | Go to post
    Last edited by praclarush; Feb 20 '08, 01:06 AM. Reason: Removed extra spaces

  • praclarush
    replied to Image Object help displaying images
    hey thinks I can't belive i missed something so simple
    thinks a lot for the help,
    praclarush...
    See more | Go to post

    Leave a comment:


  • praclarush
    started a topic Image Object help displaying images

    Image Object help displaying images

    I need to take an image that was in a Array object image and have it display in a table. this is for a item list the table has four columns one for the image, one for a description, one for a price, and the last for the amount of the item.
    I've looked on the internet for help but all I find is how to do image switches for links and slideshows. nothing on how to just pull the image from the array and then print it.
    this is the image...
    See more | Go to post

  • She's talking about the actual print line. (ie.. System.out.prin t("System.out.p rint(format(7, student1.getNam e()));
    System.out.prin t(format(20, student1.toStri ng()));
    etc.)


    If I understand you right then yes this is the same as you have been doing, you declare the object with the information in it then later you print it out to the screen as i have above.

    hope this helps if it doesn't let me know...
    See more | Go to post
    Last edited by praclarush; Nov 4 '07, 12:51 AM. Reason: misspelling

    Leave a comment:

No activity results to display
Show More
Working...