User Profile
Collapse
-
Never Mind I managed to fixed -
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()
-
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.
NathanLeave a comment:
-
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...Leave a comment:
-
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... -
-
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
-
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 -
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)
-
Ya... Thanks for the info sorry I haven't replayed. I've been a little busy.
PraclarushLeave a comment:
-
-
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 -
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...Leave a comment:
-
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=""...Leave a comment:
-
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>";... -
Thanks for the help, sorry I didn't post earler,
praclarush...Leave a comment:
-
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... -
hey thinks I can't belive i missed something so simple
thinks a lot for the help,
praclarush...Leave a comment:
-
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... -
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...Leave a comment:
No activity results to display
Show More
Leave a comment: