User Profile
Collapse
-
Thank you very much that worked like a charm -
Just a question quick question is it possible for the following part to be done using a loop? So that it can be as big or as small as the situation required.
[php]
$boxes = array(
array(1, "Box 1"),
array(2, "Box 2"),
array(3, "Box 3"),
array(4, "Box 4"),
array(5, "Box 5")
);
[/php]Leave a comment:
-
here is the code for what i have so far. I have tried a few things so there is code at the top that is just there to see if different things would work. Every thing else work so far, all that is stopping me from finishing this part is those checkboexes.
[PHP]
<?php
session_start() ;
?>
<html>
<body>
<?php
include("menu.p hp");
...Leave a comment:
-
checkboxes help needed
Hi I just started to try and learn PHP, so sorry if this is a simple thing to do.
I have been try to use checkboxes on a website that I am making, but the only problem is that for the life of me i can't seem to check which onces have been checked. Also to make things more difficult for what I am doing i don't actually know how many checkboxes that there will be until run time. So any help would be nice. -
I just want to take this time to say thank you for the time you took to help me. Because of your help I was able to complete my project in the way that I had wanted with out having to resort to doing a console project at the least minute.
Thank you very much.
From ChallengerLast edited by Challenger; Apr 11 '06, 04:28 AM.Leave a comment:
-
Thank you so much that part of the program works. The only other thing is that when I close the program the window that I am using closes fine but the program is still running in the process tab of task manager. So pretty much it closes the window but does not terminate the program so any thoughts would be nice. This one is not as critical to other parts. Thanks for your time.Leave a comment:
-
I owuld first of all like to say that i really really apreashate your help with this so far. I don't know if this is a stupid question or not but how do you invalidate the starting location and ending location or is that what updateWindow does. Sorry that I have to bug you again.Leave a comment:
-
Urgent
I with regards to the previous post can any give me an answer since i kind of need it by the end of tonight at the latests before i go to plan B. Any help would be great. Thank you in advance.Leave a comment:
-
I am still having problems with my code so far. It seems like no matter what i do I ehter louse input from the keyboard and the graphics are steady, or i have input from the keyboard and the graphics are all messed up. my code so far is.
...Code:/* Trim fat from windows*/ #define WIN32_LEAN_AND_MEAN #pragma comment(linker, "/subsystem:windows") /* Pre-processor directives*/ //#include "stdafx.h"
Last edited by Niheel; Apr 5 '06, 06:39 PM.Leave a comment:
-
Thanks
Thank you very much that worked. I am also working on something were I am getting the user input using the arrow keys which moves a circle. The only problems that I am having is that it is not redrawing the screen is just redraws another circule every time so I end up with a line of circles. Any suggestions on how to fix this. You help is much aprechated.Leave a comment:
-
C++ Visual Studios 2003 GUI Help - error C2664: 'TextOutA'
Hi I am creating a program in C++ using visual studios 2003, and for a project I am required to create a application. In this application for testing purposes I am outputing a number to show that a certain key was pressed. I am getting
error C2664: 'TextOutA' : cannot convert parameter 4 from 'std::string' to 'LPCSTR'
As the error.
My code is
...Code:/* Trim fat from windows*/ #define WIN32_LEAN_AND_MEAN
Last edited by Niheel; Apr 4 '06, 07:42 AM.
No activity results to display
Show More
Leave a comment: