199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for sajithdil

hi guys, here's the deal i want to create a java program that will record a voice through a microphone and then save it in a reusable format.........only problem is i dont know how its very urgent that i get help for this much appreciated!!!!!!!!!!!!

Member Avatar for sajithdil
0
184
Member Avatar for m-lamaa

dears i'm new to c++ and i'm trying to make some demos application now i'm buildin an application that use http connection to make http request and get a return value from URL example: use [url]http://www.mywebsite.com/somthing.aspx[/url] this URL should returm a simple string value how i can read this value??

Member Avatar for siddhant3s
0
145
Member Avatar for umandajayo

Hi Flocks.... I am developing a web site by using Joomla And I need to get a data from data base under the following criteria 1. item should be a published (in my module published is 1 and unpublished is 0) 2. and selected data should be a shorting under …

Member Avatar for sourcebits
0
84
Member Avatar for anuragcoder

Hey guys, sorry for the bad rep. But, recently i've obtained a code in c++ which highlights c# syntax in a Richtextbox. [URL="http://www.c-sharpcorner.com/UploadFile/duncanharris/SyntaxHighlightInRichTextBoxP212012005044912AM/SyntaxHighlightInRichTextBoxP2.aspx"]LINK[/URL] I think the basic idea behind it is to specify an array of strings, and now the program should search and highlight the defined strings in a …

Member Avatar for iamthwee
0
136
Member Avatar for Alex John

i am developing a web page... in that i hav added a coding like this... HtmlParser.parse(document, "Chap0702.html"); its showing an error like namespace required... wt is namespace to be included for this....

Member Avatar for kvprajapati
0
122
Member Avatar for sajed

hi how i can let echo like in image [URL="http://img52.imageshack.us/img52/5373/gggpr.jpg"]http://img52.imageshack.us/img52/5373/gggpr.jpg[/URL] first article with image and title after come title only for other articles this is my code [ICODE]$querypub = "SELECT * FROM art_publish where category='$bnrow[1]' ORDER BY id DESC limit 3"; $qrypub = @mysql_query($querypub,$connect) or die ("Wrong Query"); while ($pub …

Member Avatar for sajed
0
109
Member Avatar for sureshrajanmca

If runtime error occur then who find and sent error to the user? I think its JUST-in-Runtime, but I want brief answer.

Member Avatar for kvprajapati
0
100
Member Avatar for rutaba

i want to add an advertisment in my site. is there any control for that as in asp.net or some other way? i wnat adds to be changed after few seconds.. kindly help me and give ur precious suggestions. Thanx

Member Avatar for rutaba
0
73
Member Avatar for tootytoot

Hi ppl, i have a prob here. i'm trying to do a webpage and putting it in a cd for viewers to view. so i found the script below to open a full screen windows. it work! but the prob is that it opens two pages. one normal window and …

Member Avatar for sbonder
0
196
Member Avatar for fiaolle

Hi I'm trying to use a dropdownlist in the DetailsView, but when I click the insert button I see in the table that the field Maker just contain NULL value. I haven't been using the GridView or DetailsView that much so I need help. Is there a way to insert …

Member Avatar for kvprajapati
0
110
Member Avatar for vthokie11

I need to implement Huffman coding using a binary tree. I have successfully created the tree and have been able to execute the program by manually entering the characters and their frequencies but I now need to read the characters/frequencies from an input file and then output their matching Huffman …

Member Avatar for daviddoria
0
141
Member Avatar for laghaterohan

Hello, i have two controls one Dropdownlist and another a text and i have add button besides them. Both the ddl and textbox r populated from database. I have a gridview placed below these controls. when a user clicks on add the gridview should populate with the selected value in …

Member Avatar for rohand
0
271
Member Avatar for iamchamith

I am use asp.net with C#.net... my question is how to get message box at server side... example is ..> we think there is the asp textbox in the asp page.if this textbox is empty message box [conform box] must appear with the message called "Are u really want to …

Member Avatar for iamchamith
0
155
Member Avatar for haydensewell

from this starting point: matrix = [[0 for x in range(5)] for y in range(3)] I need to make this: |0 0 0 0 0| |0 0 0 0 0| |0 0 0 0 0| +-+-+-+-+-+ 0 1 2 3 4 I have been trying .append and .replace to try …

Member Avatar for vegaseat
0
2K
Member Avatar for ollie60

I am trying to create a function that takes in a sorted vector of integers, loops through the vector and if there is a value in the vector that is repeated it deletes that entry. This is what I have so far and I am not too sure how to …

Member Avatar for shahramjaved
0
757
Member Avatar for godfather21

hello guys,i am having a problem when i want to post some variables using multiple forms.please i need some help. the first file contains the following: <?php if(isset($_GET["submit"]) && $_GET["submit"]) { $qty1=$_POST["qty1"]; $qty2=$_POST["qty2"]; $qty3=$_POST["qty3"]; $qty4=$_POST["qty4"]; $qty5=$_POST["qty5"]; } else { ?> <table border="3" align="center" width="90%" > <tr><BR><BR> <th bgcolor="#ECD672" align="center">¸éäïò Êáõóßìïõ</th> …

Member Avatar for urtrivedi
0
139
Member Avatar for Monzers

Implement a shape hierarchy. you must have your superclass shape and 2 subclasses two-dimensional shape and three-dimensional shape. Under two-dimensional shape, you have other subclasses, circle, square, and triangle. Under the three-dimensional shape you have the sphere, cube, and tetrahedron. Each two-dimensional shape should contain a method getArea to calculate …

Member Avatar for JamesCherrill
0
272
Member Avatar for niths

hi all, i am having a login page.so that if role==0 it moves to one page and if role==1 moves to another page,if role==2 it moves to some other page. In this i need to add another condition if status is active(1) so i had done that but i am …

Member Avatar for somedude3488
0
177
Member Avatar for sugikrish

hi friends, i cant able do perfect design in php using html. if any spaces allocate means i use only "&nbsp;". if you know any other way for successfully doing this pls send to me.

Member Avatar for urtrivedi
0
78
Member Avatar for raju_boini525

hai all, i am working on a project, my project have 3(bronze, silver, gold) types of payments, payments are done through the paypal the expiry date is one month. if user reach the expirydate we must send email to him, after expirydate is passed his payment type change to bronze(it …

Member Avatar for SKANK!!!!!
0
120
Member Avatar for ally1002

hello peers, im working on a game, a pong-ish game there's is supposed to be a pause button but i dont know what to write. this is the first time i use vb. is there such a thing as a suspend method or somthing. im using vb6 thanx for the …

Member Avatar for vb5prgrmr
0
426
Member Avatar for QWaz

Hi, I would like to set up a html email that gets sent to a mailing list for a client. However I have never done this and am really unsure about where to start. The way i am intending it to work, is for the client to just click a …

Member Avatar for SKANK!!!!!
0
109
Member Avatar for jtapp

I've been messing around with this for three days now.. can you look at my code? I'm not getting any error messages, but I'm not getting any data either. I currently have a working form that successfully returns the results I want from one table in my DB. However, I …

Member Avatar for frazehmad
0
118
Member Avatar for ansar basha.k

I have an array a[]={0,1,2,3,4} and out put should be: 3,4,0,1,2. can any body write the code for this program? if u write appreciate. Thanks!

Member Avatar for Abdel_eid
0
88
Member Avatar for niths

[QUOTE]hi all, i had a problem with logout.Even after clicking on logout,if we press back button i am able to see the details. i am destroing the sessions also. so can any one help me.... Thank u.[/QUOTE] [CODE]<?php ob_start(); @session_start(); require_once ("check.php"); session_destroy(); echo "<strong style='color:#FF3333'>"."<left><h1>Successfully logged out.</h1></left>"."</strong>"; ?> <html> …

Member Avatar for SKANK!!!!!
0
103
Member Avatar for DoctorTom

Hi, I am bulding my own website and I would like to have a drop down selected menu on there. I would like to do it, creating a database on mySQL connected to a php file to show the results. However, I am not sure if what I wrote above …

Member Avatar for SKANK!!!!!
0
2K
Member Avatar for niths

[QUOTE]hi all, i hav a problem so in order to solve that i need to keep the radio button value in a session.but i am not getting it how to keep. so any can can say me.. Thank u.[/QUOTE] [CODE] <?php ob_start(); @session_start(); require_once ("check.php"); include 'connection.php'; $query= mysql_query("SELECT projectassign …

Member Avatar for SKANK!!!!!
0
155
Member Avatar for furqan219

Hi to all Result of my SQL Query is attached My Query is [CODE=mysql]SELECT * FROM $tbl_name WHERE TO_DAYS( NOW( ) ) - TO_DAYS( `pDate` ) >20 AND mid(`SiteID`,1,1) ='C' AND `cDate` LIKE '0000-00-00' AND `crDate` LIKE '0000-00-00' [/CODE] For Showing I use this Code [CODE=php]echo "<table cellpadding=2 align=center cellspacing=2 …

Member Avatar for SKANK!!!!!
0
165
Member Avatar for javan96

hi everyone im new to programing im trying to send a html email using my forum mass email option, but every time i send it nothing shows up in the email but a bunch of source code. CAN ANYONE HELP ME PLEASE. THIS IS MY SOURCE CODE. <html> <style type="text/css"> …

Member Avatar for Prithwirajsaha8
0
177
Member Avatar for rabzzz

hi im using combobox and retriving values in it from database , now what i wan is to get the selected value of combobox and send it in my php function....im unable to do this need your help thanx

Member Avatar for SKANK!!!!!
0
91
Member Avatar for Exaktor

Hi, I have a datagridview in form1. I want that the values from the datagridview shows up in an another form named 'edit'. I have done textboxes in form named 'edit' so I can see the values from datagridview. Check this image it maybe helps you understand better. [URL="http://img532.imageshack.us/img532/5362/inventoryvalue.jpg"]http://img532.imageshack.us/img532/5362/inventoryvalue.jpg[/URL]

Member Avatar for Exaktor
0
350
Member Avatar for andydeans

Hi, I have used Dreamweaver to create my php/mysql data driven site. I have managed to secure the site with it and generate my pages. problem is users should only see their own clients which works on the results page, however if say UserID 1 had a client registered to …

Member Avatar for SKANK!!!!!
0
87
Member Avatar for redgie44

Ok I am currently learning php through wordpress and I have a small project to create a running website which displays the results. CUrrently I can display the results for a certain race that I hard code: [code] <?php // Connects to your Database mysql_connect("XX.XX.XX.XX", "admin", "pwd") or die(mysql_error()); mysql_select_db("db") …

Member Avatar for redgie44
0
159
Member Avatar for pepon

Hi all I have developed a newsletter for my client created dynamicly with PHP and MySQL. Everything was ok since I need to send the newssletter to the unclosed recipients. The problem is that I need elaborate the message with the newsletter inside (CSS,photos,etc) because the archive that contains the …

Member Avatar for Prithwirajsaha8
0
116
Member Avatar for aarya

i want to send the newsletter to all those who subscribe to my website. i ahve a templetae with table navigation ,site logo,some images. i wnat to send news letter with all this . i create the html file . can i do thsi code to send [QUOTE]<?INCLUDE 'd.php'; $title=$_GET['title']; …

Member Avatar for Prithwirajsaha8
0
183
Member Avatar for new2programming

Hi i am trying to make a jump and run game in Visual C++ using SDL I have been following a tutorial([url]http://jnrdev.72dpiarmy.com/[/url]) which was very good but finished before everything was covered. In a game lik mario, the players will navigate over jumps and onto ledges ect. I am using …

Member Avatar for Hidden_mistakes
0
197
Member Avatar for JameB

I just made a program that takes input from the parallel port(or printer port) of a computer and translates that input to English/Numbers. Its a Morse Code Transmitter translator and a Morse Code Calculator. Anyways, so I have to write a writeup about the program and I am kinda confused …

Member Avatar for Nick Evan
0
107
Member Avatar for judithSampathwa

hi there, how can i ad a row to a datagrid view in a programming way. when a Add button is clicked it must do this action. how can i do this.... thanx

Member Avatar for vipsha16
0
92
Member Avatar for mrjoli021

how can i echo this code. when i echo it it prints out the html tags and <? php code ?> i want to echo the html code and interpret the php as php. [code] echo "<h2>Add Contact</h2> <form name=\"form1\" action=\"<?=$_SERVER['PHP_SELF'];?>?mode=added\" method=\"post\"> <table class=\"tableStyleClassTwo\"> <tr><td>Name:</td><td><div align=\"left\"> <input type=\"text\" name=\"name\" /> …

Member Avatar for SKANK!!!!!
0
212
Member Avatar for Alex_

I'm trying to make the container to work with one of my classes. But i don't understand what should the overloaded operator contain. Maybe this is because i don't know the container too well... Please give me some insights. This is my class [code=C++] class Complex{ private: int re; int …

Member Avatar for mitrmkar
0
167
Member Avatar for bobsta

Hi I have just started using STL vectors and iterators so please excuse my ignorance. Suppose I have three classes A,B and C such that : std::vector<A> aObjects wherein each object "a" comprises a vector of "b" objects which in turn comprises a vector of "c" objects ie. [CODE]class A{ …

Member Avatar for Banfa
0
288
Member Avatar for shereefatef

Hello everyone i'am tring to write a program that convert expression from infix to postfix using stack. but i have a problem with my code it terminate the program i can't determine what is wrong but it seems to be in the (precedence) function . so can anyone help me …

Member Avatar for iamthwee
0
157
Member Avatar for thamanna
Member Avatar for nick.crane
0
63
Member Avatar for geoNeo_

Hi everyone! Just a quick question: I have made a little personal application using the notification icon class, and I would like the balloon tip message/title to pop up every 30 minutes - how would I go abou that ? Fanx guys ! Go well and happy coding ! :)

Member Avatar for nick.crane
0
100
Member Avatar for manishwadhwa22

hi i was wondering if anyone could show me how to put graphics to the following card game as i want to learn how to add graphics and what type i should use like for example: DRAC or is there something even better, cheers: [CODE]#include<cstdlib> #include <process.h> #include<ctime> #include <iostream> …

Member Avatar for Ketsuekiame
0
152
Member Avatar for godflesh231

when i run my code i get one, and i can't tell which part of my code is faulty as VC++ points me to this code from <xlocale> [code=c++] _CRTIMP2_PURE facet *__CLR_OR_THIS_CALL _Decref() { // safely decrement the reference count, return this when dead _BEGIN_LOCK(_LOCK_LOCALE) if (0 < _Refs && …

Member Avatar for mitrmkar
0
164
Member Avatar for tinanewtonart

In this program we are going to simulate a simple card game. The rules are that the player selects a card out of a deck of 52 cards. The computer picks a random card out of the deck. The person with the highest card face number wins. In this program …

Member Avatar for kvprajapati
0
6K
Member Avatar for pankajagar2002

Hello friends could any one explain why my code is printing true[code]if(0.0 == -0.0) { System.out.println("true"); } else{ System.out.println("false"); } and if if i write this if(0.0 == -0.5) { System.out.println("true"); } then it is printing dead code. please explain[/code]

Member Avatar for pankajagar2002
0
95
Member Avatar for tuomari

Hi! I have been looking into this the whole day, and I haven't found any good straight answers to my problem. So what i am trying to do, is that I have a XML file where i have defined for example what is the name of the column (In this …

Member Avatar for kvprajapati
0
201
Member Avatar for John A

Hi, I'm not sure if this is the right forum to post this thread in, but here it is. Even though I program on the Mac OS X platform, and am quite good at it, I'm really doing game programming, so I never really learned much Cocoa or Carbon. Can …

Member Avatar for jarimany
0
1K

The End.