199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for FaridMasood
Member Avatar for andrew13d

Hey guys, I would like to create a chatting application with C++ or C#(preferably C++) that would run on a local computer network ( and internet if possible) ie enable users on a local computer network to chat. I'm kinda new to programming and I have only done the basics …

Member Avatar for VernonDozier
0
2K
Member Avatar for DrWhoFan

When I started to formally learn web programming, determining what browser was being used was a very complicated process as standards hadn't started being established. Most of the methods of doing this were based upon filtering the navigator.userAgent. (which is probably why even server-side languages gives you access to this …

Member Avatar for DrWhoFan
0
100
Member Avatar for andy_aphale

hello all, my self anil i am doing some timepass work in VB for practice. i am creating a webbrowser and i need some help i am creating it by using some components like microsoft internet controls. now i have created stop,refresh,back,forward,home buttons succsessfuly but i want some help from …

Member Avatar for selvaganapathy
0
188
Member Avatar for Alex Edwards

I'm having a small design issue with a Checkers game to be done in Java-- I'm not really worried about coding it, I can do that. The problem is listing out the dependencies between classes. For example, what should be responsible for what? IF I code the program with the …

Member Avatar for Ezzaral
0
2K
Member Avatar for redrum237

Hi, i am required to make a game, here are the details: zombie island This is a simple turn based game. Set up a 2d grid. Onto the grid randomly position holes, zombies and a man (each represented by a simple character e.g. O Z and M). The man moves …

Member Avatar for ivailosp
0
118
Member Avatar for ramukneevan
Member Avatar for Narue
0
62
Member Avatar for hiddendragon

how would u diplsay the lowest or highest value of an array that the user entered so u ask the user to enter several number and it goes into an array then how would u display the highest/lowest value in that array to the sreen

Member Avatar for titaniumdecoy
0
2K
Member Avatar for jakesee

Hi, I have a table in a form like this [CODE] <form> <table> <tbody id='target'> <tr id="dolly"><td><input name="hobby[0]" /></td></tr> </tbody> </table> </form> [/CODE] I also have a button to add a new row, by cloning the 'dolly' tr and appending to 'target' [CODE] <input type="button" onclick="AddRow('dolly', 'target') /> [/CODE] May …

Member Avatar for jakesee
0
5K
Member Avatar for RichardBerry

Hi I am wanting to make a board with about 80 LED's for my son's room. The LEDs must brighten and dim. I am aiming to make it look like the stars at night with the LEDs mounted on a black perspex plate, while also acting as a sort on …

Member Avatar for Colin Mac
0
146
Member Avatar for brizhou

1) The following C++ program reads in a number, checks that it is a three-digit integer and, if it is, echoes it on the screen in the reverse order. It uses a C++ function, called isolateDigits, which takes in a 3-digit integer number and returns the three digits that make …

Member Avatar for doddware
0
118
Member Avatar for jsosnowski

I have a recurring problem: On some days, it appears that Delphi has problems with identifying some of the files in my "Uses" section. Certain files will be underscored in red zig-zag and identified in the structure window as "cannot resolve unit name ...". If I right click the unit …

Member Avatar for jsosnowski
0
185
Member Avatar for lifeworks

Ive been asked to do some work for a client and he wants to use a touch screen. I'd like to know if anyone knows if there are limitations to functionality that a touch screen may impose...? Thanks lworks

Member Avatar for lifeworks
0
69
Member Avatar for Cosa

Hi, i am trying to write a program that would work much like the tail command in UNIX. The idea is to print the last 10 lines of a file. I started off by finding out how many lines were in the file, then attempted to seek to the appropriate …

Member Avatar for Cosa
0
4K
Member Avatar for masterjiraya

My target is to make a code of Cartesian coordinating points of a rectangle... then it must be tested by quadrilateral and square. If the tested point is a rectangle then the out put program will be like this..... Program Output: ************************************************************ ....+y .....+ ..............+ ..point a............................................................................. point b ..............+ …

Member Avatar for Alex Edwards
0
92
Member Avatar for jackassplus

I'm trying to work out what this does: [code] ptr = input_string; dest = input_string; while( *ptr && *ptr != '\r' && *ptr != '\n' ) { if ( *ptr >= '0' && *ptr <= '9' ) *dest++ = (char) ( (*ptr) - '0' ); if ( *ptr >= 'A' …

Member Avatar for jackassplus
0
128
Member Avatar for FullBjarne

Hello! I have a problem with the size. I've made a function that saves the size, but each time I start the application does the size get larger then the last time. How do I fix that problem? Here are the code for the function: [code] using System; using System.Collections.Generic; …

Member Avatar for AmirBedair
0
92
Member Avatar for psathish2

in the mysql table more then ten date column records there. i want select only last insert date record ,next i want selected date add 7 days in the date to store db again person want insert again select the last record then add 7 days selected last date ........ …

Member Avatar for Shanti C
0
273
Member Avatar for aas1212

Hey people, I am doing BE IT from Pune University. I have got a final year project in which i have to create a website in PHP. I dont have any knowledge about PHP, neither my group members. So we have to start from scratch to do this project. This …

Member Avatar for peter_budo
0
80
Member Avatar for lllllIllIlllI

Hi I have a weather forecasting program that uses a few threads. These threads stop and start at different times throughout the program so there is no set amount of threads at one time. My problem is when i try and close the main thread the program keeps going because …

Member Avatar for jlm699
0
99
Member Avatar for oliver_mk

Hi, I am getting this error "[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied." when trying to get some data from SQL Server 2000 database. SQL Server is installed on Windows Server 2003, and i am testing the application from WinXP sp2. Testing from other machines with same settings …

Member Avatar for oliver_mk
0
225
Member Avatar for ishlux

Hi all, Whats wrong here in the first part it showing value of rows but in the second part it is displaying zero number of rows, ........its displaying 0 for this statement... echo $sentid1; [code=php] <?php session_start(); include('database.php'); $result = mysql_query("SELECT * FROM autoalto_contractor_sentitems" ); while($row = mysql_fetch_array($result)) { ?> …

Member Avatar for praveen_dusari
0
109
Member Avatar for Suneetha Reddy
Member Avatar for oliver_mk

Hi, I am getting this error "[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied." when trying to get some data from SQL Server 2000 database. SQL Server is installed on Windows Server 2003, and i am testing the application from WinXP sp2. Testing from other machines with same settings …

Member Avatar for AmirBedair
0
399
Member Avatar for ShreyaTrivedi

I have created a user control (uctxt) and an application to test that user control. Suppose the application lies in folder D:\snt\TestOcx on my local machine. And its exe will be created in D:\snt\TestOcx\TestOcx\bin\debug\TestOcx.exe and the dll of the usercontrol (uctxt.dll) to be tested will also be lying in the …

Member Avatar for AmirBedair
0
106
Member Avatar for Shanti C

Hello all... please help me to solve this thread very urgently??? How to rotate an image by 360 degrees in javascript or any other technology??? What requirements need to complete this task??? see this link for refernce: [url]http://www.i-spy360.com/en/ispyspin/[/url] Thanks...

Member Avatar for Shanti C
0
109
Member Avatar for Shanti C

Hello all... please help me to solve this thread very urgently??? How to rotate an image by 360 degrees in javascript or any other technology??? What requirements need to complete this task??? see this link for reference: [url]http://www.i-spy360.com/en/ispyspin/[/url] Thanks...

Member Avatar for Shanti C
0
105
Member Avatar for gargg321

Hi, I am developing a PHP module where I need to pass a particular data through different pages without notifying the user about it. The site I am building have forms on every page except 1. So what I was doing before was sending that data through forms in a …

Member Avatar for Shanti C
0
110
Member Avatar for Hannahlv

Hi everyone! I want to call a child program from my parent program. Are there any methods to do this in C++ (platform is Linux)? I searched Google but the material found quite difficult to understand. If have any examples, it'll be better for me (as you know, some people …

Member Avatar for Hannahlv
0
3K
Member Avatar for flopoloco

Hello, I would like some tips on setting up [B]formmail.pl[/B]. Currently I get an error [QUOTE]Error: Bad Recipient One of the recipients of the information on this form is not a customer of pair Networks or is not currently configured as a valid recipient. Sorry. [/QUOTE] which is good because …

Member Avatar for flopoloco
0
124
Member Avatar for karang

Hi I am writing a code in which I have to display the print dialog. PRINTDLG pdlg; memset( &pdlg, 0, sizeof( PRINTDLG ) ); pdlg.lStructSize = sizeof( PRINTDLG ); pdlg.Flags = PD_RETURNDEFAULT | PD_RETURNDC; PrintDlg( &pdlg ); But I am getting an error message "[Linker error] undefined reference to `PrintDlgA@4' …

Member Avatar for mitrmkar
0
940
Member Avatar for rathor0407

Hi, I have a html form, in which 7-8 checkboxes are there. On submission, this form will be processed by an asp file, in which i want to read the values of the selected checkboxes and for each selected checkboxes i have to insert a row in the database. My …

Member Avatar for amitbajaj.tm
0
81
Member Avatar for vbCNEW

good afternoon.. do you know how to install or configure clanlib in vs2005 ?? im getting hard time... i tried it so many times but up to now i havent succeed... i read this link [url]http://www.clanlib.org/docs/clanlib-0.8.0/Tutorial/Kavanek/01-Installing.html#windows[/url] but its hard to understand and im not sure if i download all file …

Member Avatar for Nick Evan
0
461
Member Avatar for Manutebecker

I wanna have my program be able to let the user manually open a text file by destination and retrieve data from it, I have everything like ifstream good, i just need to know how to let the user cin something like C:/files/myfile.txt, but with the ifstream format I need …

Member Avatar for ivailosp
0
88
Member Avatar for kux

I try to create a generic binary tree class but when i try to define an inserting function I get these compilation errors error C2072: 'Btree<T>::recins' : initialization of a function error C2143: syntax error : missing ';' before '*' c:\documents and settings\kux\my documents\visual studio 2005\projects\btrees\btrees\btree.h 54 Error 6 error …

Member Avatar for ArkM
0
749
Member Avatar for ika

hi. can anyone help me. i want to download file from local folder using the paths store in database. please..

Member Avatar for ika
0
83
Member Avatar for karang

Hi All I have written a code to change the settings of printer Orientation(i.e. Landscape or Portrait) I have written following code [code=C++] void SetDefaultPrinterOrientation(short dmOrientation) { HANDLE hPrinter = NULL; LPTSTR pPrinterName = NULL; DWORD dwNeeded = 0; PRINTER_INFO_2 *pi2 = NULL; DEVMODE *pDevMode = NULL; PRINTER_DEFAULTS pd; BOOL …

Member Avatar for karang
0
128
Member Avatar for vibhashin

Hi, I m new to vb.net. i need help. How can I increment a number in a textbox everytime when the form is loaded? Suppose Customer_id I want that first time when the form gets loaded Customer_id should appear in the textbox as CDD01. Second time it should appear as …

Member Avatar for ruudmu7
0
164
Member Avatar for nouryn

I Used to be a c++ programmer and now i'm starting to learn java all by my self so i need a help in how to get starting begging with compiler and IDE tools and the basic diffrants between c++ and java Thanks

Member Avatar for nouryn
0
157
Member Avatar for zebanaqvi

As a beginner I want to create a text editor that autosaves the text at intervals. It's not a part of any HW or anything like that. I just wanna learn things. Plz Plz help me out. Got 20 days at home. Wish to complete it before joining college.

Member Avatar for Nick Evan
0
81
Member Avatar for ishlux

Hi.....here i am able to display only the last row contents.....pls help me......i want to display the rows based on user selection.....here what ever u select it will disply the last row..... [code=php] <?php session_start(); include('database.php'); $result = mysql_query("SELECT * FROM autoalto_mail" ); while($row = mysql_fetch_array($result)) { ?> <tr><td width="10%"></td> …

Member Avatar for lydia21
0
118
Member Avatar for ishlux

Is the syntax is correct..............i am getting blank page...... [code=php] $result = mysql_query("SELECT * FROM autoalto_mail where mail_id='$_request[$a]'" ); [/code] [code=php] <? include('database.php'); $result = mysql_query("SELECT * FROM autoalto_mail where mail_id='$_request[$a]'" ); while($row = mysql_fetch_array($result)) { echo $row['contents']; } mysql_close(); ?> [/code]

Member Avatar for vicky_rawat
0
148
Member Avatar for davonz

Hi I have spent 2 days struggling to get a veriable to be assigned to "City" and then added as a veriable pasted to the function getDealer. "data" is an array filled with cities names and I index the array by using the veriable "count" I am adding a row …

Member Avatar for davonz
0
180
Member Avatar for hell_tej

Hi Frends, I m creating an access to VB6 connectivity Project. I ahve problem that VB6 Gives not me permition to leave any field NULL so when i save my record it genrate ERROR 94 That is invalid use of null value In my project it is not necessary to …

Member Avatar for manoshailu
0
133
Member Avatar for vinay114

Hello friends May i know how to connect a database to a web page??

Member Avatar for vicky_rawat
0
95
Member Avatar for Epic Tissue

Ok, so this might seem stupid.. but I am just trying to get my head around it. I have 32bit registers (longword size). Unsigned values are values from 0 to 255. Adding two unsigned 128 bit values... So do I need to use 4 registers per value and add the …

Member Avatar for Salem
0
106
Member Avatar for WatsonPsykosis

So I got this code off the internet. The guy who made it said this, "I have done this in SQL Server.If u want to do in Acess Database just create a table name USERS then add two fields name user_name and user_pwd thats it." I tried that and it …

Member Avatar for cutepinkbunnies
0
159
Member Avatar for klactose

Hello, I'm having trouble compiling a header file for a class written in C++. What's so frustrating is that I can't see what I'm doing wrong. when I compile the code I get the the following 2 errors for lines 22 and 25: [B]expected ';' before '<' token ISO C++ …

Member Avatar for ArkM
0
171
Member Avatar for harcaype

hi. I'm trying to delete a row by specifying the actual row number. When I call all columns from one table it does work but when I already multiselect them I get an error: [COLOR="red"][I]Msg 4405, Level 16, State 1, Line 1 View or function 'Records ORDERED BY rowID' is …

Member Avatar for cutepinkbunnies
0
152
Member Avatar for dinilkarun

Hi, I have made a GUI using wxPython. I want to disable the Maximize button, but I am not able to do it. Please suggest a way to implement this. Regards, Dinil

Member Avatar for dinilkarun
0
2K

The End.