199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for alkaholik

Hello Basically I have a huge list of info from a table in a database, the table has a field "week" in which I sort them by. I want a drop down menu which displays the weeks, and when you pick a certain week, it populates the html table below …

Member Avatar for boo_lolly
0
99
Member Avatar for HailttRedskins

Sorry, it should say FORM I was wondering how I can do a upload file. I run a fan website for the Washington Redskins, and what I want to do is have a section where the members can submit there video or picture materials they've made to my site. However, …

Member Avatar for codejunkie
0
130
Member Avatar for went1180

The PHP book i have been using lauds object-oriented php, yet provides poor details on how far the code it presents is supported in version 4. my server runs 4 and i have been having trouble trying out some code from the book on it. I simply don't know whether …

Member Avatar for MCP
0
107
Member Avatar for spike29

Question for a Book (Inernet & WWW How to program) Write a JavaScript program that uses Looping to print the following table of valuses. Qutput the results in an XHTML table. N 10* 100* 1000* 1 10 100 1000 2 20 200 2000 3 30 300 3000 4 40 400 …

Member Avatar for spike29
0
1K
Member Avatar for jbennet

I got a book and some software together ( VB2003 Standard Edition on cdroms and VB2003 Step by step by Microsoft Press). there excellent for beginner. It started me off in VB. Book is 300 big pages and its also included on the CDrom in HTML format. The whole lot …

Member Avatar for jbennet
0
85
Member Avatar for bobby08

hi, I decided to build a quick forum system for my site. nothing too advanced...heres the db setup i have. create table ForumsTopics ( id int auto_increment not null, topic_id varchar(7) not null, title char(100) not null, cat char(1) not null, views char(6) not null, date DATETIME not null, last_mod …

Member Avatar for tech291083
0
100
Member Avatar for dil.om

:) hello frnds i wana ask one question about my project. i m dng the project of family tree. in wch many relationships r considered.if one person make his own family tree thn another parson in his family can make the relation ship wth him.and tht will specify the relatinship …

Member Avatar for Sentax
0
103
Member Avatar for dil.om

:) hello frnds i wana ask one question about my project. i m dng the project of family tree. in wch many relationships r considered.if one person make his own family tree thn another parson in his family can make the relation ship wth him.and tht will specify the relatinship …

Member Avatar for Sentax
0
283
Member Avatar for marloni

<<Forked off from [URL="http://www.daniweb.com/techtalkforums/showthread.php?t=5516&page=1&highlight=tic+tac+toe"]this thread[/URL]>> I need a ticTacToe game code ..is there any body who wrote it before:( .

Member Avatar for ~s.o.s~
0
69
Member Avatar for jam7cacci

Hi! anyone who could help me fix this code for it to work? i need your help very badly. :) i'm having a hard time debugging my program for it to work... i dont know how to use the function rand() properly.. :rolleyes: tried everything i can but it just …

Member Avatar for jam7cacci
0
240
Member Avatar for Cheat King

Hi, I'm new to this forum and am only 11. I know I'm a little too young to do complicated programs in Delphi an Pascal, but I have joined a programming club at my school and already I feel I've done quite a bit of programs. But the programming club …

Member Avatar for jbennet
0
127
Member Avatar for pratigya

whats wrong with this code it compiles well but gives wrong results code is to arrange the 5 numbers in ascending order [code=c] for (a=0;a<=4;a++) { for (b=a+1;b<=4;b++) { if (num[a]>num[b]) { temp=num[a]; num[a]=num[b]; num[b]=temp; } } } [/code]can anyone tell whats wrong??

Member Avatar for Salem
0
319
Member Avatar for davvid

I wana make so many lines appear randomly (like heat beat rate) depend on the base line ..while I run the program . How can i make that works . pls give me some hints or code ,,

Member Avatar for davvid
0
84
Member Avatar for dmmckelv
Member Avatar for zouyu1983
0
355
Member Avatar for TylerSBreton

I've been recently reading the forums a lot, seeing people throw around the phrase "pass-by-reference" in normal C. As far as I've been taught, C only provides pass-by-value. Now.....the developers of C came up with this genious idea of passing an address (which is still a value) through the parameters …

Member Avatar for mathematician
0
185
Member Avatar for SamY

CAn somebody tell me if there is a direct link btwn satellite and phones and if i need to use the space satellite in onrder to network diferrent places. Can i start a mobile telephony service using satellites:?:

Member Avatar for mathematician
0
136
Member Avatar for mauricio_adamo

Hi everyone: I'm reading a file (line by line) but what I wanna do is to jump some lines, but I can't really figure out how to do that. I hope someone can help me out.

Member Avatar for mathematician
0
943
Member Avatar for pugg09

I'm still really green at this, but I've been working at this for 2 hours now and I'm stuck. Can someone help me? I'll post the code first, then the error underneath. thanks everyone! [code] #include <iostream> #include <vector> #include <string> #include <fstream> using namespace std; class Resource { public: …

Member Avatar for ~s.o.s~
0
195
Member Avatar for JoBe

Hello ladies and gents, Was wondering if any of you could check this exercise out, I finished it, but, I'm not sure whether Ive got it exactly right, especially the last two definitions. The exercise is as follows: - Use typedef to define the types unsigned char, const unsigned char, …

Member Avatar for JoBe
0
380
Member Avatar for bullet102

Hi Guys I am new to C# programming and I wandered whether anyone could help me regarding this error message below: C:\MyFirstCOMTemplate\COM\PushTemplateC\PushTemplateC.cs(86): 'PushTemplateC.PushTemplateC.PblReadFile()': not all code paths return a value I am simply trying to get the text below: My name is Neil Rastogi I am aged 25 to be …

Member Avatar for JerryShaw
0
164
Member Avatar for newtoocsharp

I have successfully got the data reader connected but i cannot figure out how to write the values to an array or variables on a windows form created in Visual C# Express edition all examples use the console. Can someone show me an example of how to write these values …

Member Avatar for JerryShaw
0
95
Member Avatar for JohnKelly

I have a main application running on VB6. This has mutiple RS232 inputs which it processes and displays graphically and numerically to the user. I need to create slave display(s) showing limited information on other PC(s) located on the network. What is the best way to communicate between the computers. …

Member Avatar for Sentax
0
108
Member Avatar for sunny123

ive created this currency interest preogram which should calculate the interest depending on the currency amount entered. if 100 but less than 1000 then 1%, otherwise 3% for all other amounts. can someone give me any ideas as how to start the interest part of the program off, and which …

Member Avatar for ~s.o.s~
0
284
Member Avatar for mahesh_gupta024

Hai All, This is Mahesh, I want to create an application in Visual Basic 6.0 that runs in Background and is invoked when system is going to shut down. Can anyone tell me what is the event that is activated in Visual Basic6.0 when system shuts down. Thanks in Advance …

Member Avatar for Sentax
0
337
Member Avatar for vssp

Hai friends I have got the contents from database But i need to search the content if any worsd available in the contents For example when I get the pargraph from the table then i find "Style" this word is avaliable in the paragraph . How can i find the …

Member Avatar for MCP
0
220
Member Avatar for marigold

Hi there, developing an online shop as a final project I need some help. I'll be happy if anyone could help me with it's programming in VB.NET.

Member Avatar for marigold
0
102
Member Avatar for jbennet

ok i have made this blackjack game in VB.NET 2005: Can anyone spot any obvious bugs/superflous code in it? I have to convert it to VB6 for college as its my homework does anyone know fo any potential pitfalls there? [code] [COLOR=#0000ff]Public[/COLOR][COLOR=#0000ff]Class[/COLOR][COLOR=#000000] Form1 [/COLOR] [COLOR=#0000ff]Public[/COLOR] playertotal [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Integer [/COLOR][COLOR=#0000ff]Public[/COLOR] dealertotal …

Member Avatar for jbennet
0
128
Member Avatar for fixyourdns

Hello all and thanks in advance, I am attempting to get a PHP mail form to work “send a URL” I must be missing something. I a trying to do something like this page [url]http://www.willowcreek.org/events/evite.asp?ID=6[/url] they are using a third party company looks like SQL back end. So I found …

Member Avatar for fixyourdns
0
77
Member Avatar for SamY

Could Anyone help me with the codes . Perhaps i can give you the ones for hard drives and keyboards laters coz i have 'em

Member Avatar for Ancient Dragon
0
225
Member Avatar for mimi78

hello, i just finish the hangman project in VB. It's working but i can't get the picture to show if a letter is incorrect. Can somebody help me. thank you (in the image property i put none):sad:

Member Avatar for iamthwee
0
63
Member Avatar for rejoicegants

Hi all, I need to get the length of mp3 song alike length of video file. Is it possible to get the length of a mp3 song? Please assist me regarding this. Thanks in advance.

Member Avatar for iamthwee
0
104
Member Avatar for NSta

This is just a brief question how would i read the attributes from the tokeniser in the same order as declaration occurs in the class declaration, separated by full-colons. Tokeniser class [CODE][COLOR=#0000ff] #include[/COLOR][COLOR=#000000] [/COLOR][COLOR=#800000]<iostream> [/COLOR][COLOR=#0000ff]using[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]namespace[/COLOR][COLOR=#000000] std;[/COLOR] [COLOR=#0000ff]#include[/COLOR][COLOR=#000000] [/COLOR][COLOR=#800000]"Tokeniser.h" [/COLOR][COLOR=#0000ff]const[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]int[/COLOR][COLOR=#000000] Tokeniser::THROW_EXCEPTION = 0;[/COLOR] [COLOR=#000000][/COLOR] Tokeniser::Tokeniser([COLOR=#0000ff]void[/COLOR]): _delim([COLOR=#800000]""[/COLOR]), _data([COLOR=#800000]""[/COLOR]), _currentPos(0), _throwException([COLOR=#0000ff]true[/COLOR]) …

Member Avatar for iamthwee
0
311
Member Avatar for crestaldin

[COLOR="Navy"] Hello everyone, I have two classes Student and Courses. Class Students creates an object of class Courses since each Student will take some Courses. How can I call an object of class Courses in class Students such that each Student class will have an instance of class Courses which …

Member Avatar for Phaelax
0
104
Member Avatar for anti_genius

Hi, Can someone tell me how i can implement a mouselistener interface on a frame. I have a program that loads an image on a canvas. now i want to get the screen coordinate where user clicks on the image. I can do this using an applet but i want …

Member Avatar for Phaelax
0
227
Member Avatar for SamY

How can i create my own hardware and software interrupt, what are the codes sent to hardware to access information/data please help with the codes;)

Member Avatar for SamY
0
175
Member Avatar for laffer

Hello everyone, I'm new to python, but I do have some c and c++ experience, although not extensive. I was looking through the challenges for new people that is stickied at the top of the forum, and was going to work on the * box challenge. I'm going to have …

Member Avatar for laffer
0
230
Member Avatar for anti_genius

Hi, Can someone tell me the code to calculate the distance between two pixel points. If i enter Point(x1,y1) and Point(x2,y2) then i get length of the line between them (in pixels). Thanks.

Member Avatar for anti_genius
0
205
Member Avatar for lawfour

Hi It's been awhile since I had a question, thanks for helping me out before. Now I have another question. I have 50 plus doctors that I have a DB table, I was told that I only needed one table but I could not figure out how. Well I figured …

Member Avatar for digital-ether
0
101
Member Avatar for kihtmaine

Hi guys. In computer science we are using discrete math right? I want know what is the role of discrete math in computing. I mean in our everyday lives, I'd like to see the importance of it. I want to see the theories in discrete math is used in the …

Member Avatar for Rashakil Fol
0
107
Member Avatar for aznballerlee

I have done the following, and I just want to check if I've done them all correctly: [LIST] [*]Declare a pointer variable named fp that can point to a variable of type string. [*]Declare fish to be a 5-element array of strings. [*]Make the fp variable point to the last …

Member Avatar for JRM
0
958
Member Avatar for noman78

Hi there i have a page on which i have button to print the page but the problem is before printing user needs to change the print option manually to landscape. is there any wy tht user simply click print button and it got printed in portrait. as uer dont …

Member Avatar for katarey
0
91
Member Avatar for Goldfish691

Hi there, Im trying to create a simple program that creates an 2D array of numbers and prints them to the screen via a function. I think i have got most of the way however, I cant seem to get the print function to print correctly. It's been a while …

Member Avatar for Goldfish691
0
116
Member Avatar for sgriffiths

Hello All i have a program written in C, and i want to call a sharedobject, which i can do fine! The only problem i am having is passing parameters.. Here is my code [code] int main() { static int (*fp)(int); int *handle; int MatchFound; struct SharedObject_{ char name[10]; char …

Member Avatar for Salem
0
1K
Member Avatar for JRM

I have some old programs compiled in the aout format which I would like to recompile with ELF for Linux. I found this decompiler program (REC) which claims to be able to do the trick. Unfortunatly, the way he has the the download setup is not very good for a …

Member Avatar for Salem
0
138
Member Avatar for bops

Hi, I'm relatively new to socket programming in C/C++ but i have read a few tutorials and had a good go at trying to do it. I have got to the point where i have created a kind server that will accept incoming connections and then when the data is …

Member Avatar for bops
0
480
Member Avatar for CleverGirl
Member Avatar for ~s.o.s~
0
124
Member Avatar for Lunaticrr

import javax.swing.*; public class Pool { public static void main(String args[]) { int input1; int input2; int input3; int Volume; input1=JOptionPane.showInputDialog(null,"Enter the length of the swimming pool:"); input2=JOptionPane.showInputDialog(null,"Enter the width of the pool:"); input3=JOptionPane.showInputDialog(null,"Enter the average depth of the pool:"); Volume=input1*input2*input3; System.out.println("The volume for the pool is: "+ Volume); } …

Member Avatar for karthikbgl
0
135
Member Avatar for Declan123

I have been trying to create an excutable jar file. When trying to added new data to the manifest file it give me an error say 'invalid header field name: |||Manifest-Version:'. Iam using the command line: jar -cfm App.jar META-INF\MANIFEST.MF mainui\*.class the mainfest file looks like this Manifest-Version: 1.0 Created-By: …

Member Avatar for Declan123
0
175
Member Avatar for nhm919

[COLOR=blue]Hi fellows,[/COLOR] [COLOR=blue]This is my first post, and I am really seeking help as I have five problems, which we are asked to do Analysis & Design for them.[/COLOR] [COLOR=blue]This, the Analysis & Design worth 70 marks and which are really important in the year that I am in (General …

Member Avatar for nhm919
0
144
Member Avatar for procyon

I am working on a website and I dont know much of Javascript,but I need to put to work different scripts on the page,and it wont work!:sad: I've already try to chage all that I remeber to chage,but dosen't work!What I am doing wrong?Can anybody help me out? Here is …

Member Avatar for procyon
0
111

The End.