199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for dgg32

Hi everybody. I come here again to ask for your advise. Thank you at first for all your attention. I have a big text file containing, say more than 10000 letters. I want to write a program, openning it, parsing out each word and compare them with a target word, …

Member Avatar for Aia
0
375
Member Avatar for David Wang

[B]Game I am about to make:[/B] Coins are randomly drawn from a set of possible coins and arranged in a line. Two players alternately remove and collect a coin from either end of the line. The game ends when all the coins are removed and collected by the two players. …

Member Avatar for David Wang
0
132
Member Avatar for marequi

:eek: Hello, I'm trying to figure out how to create a database driven login page in ASP.NET 2.0. As you can see I'm new at dotNET so I need all the help I can get. I can't seem to figure out how to use my own database to pull the …

Member Avatar for Fungus1487
0
324
Member Avatar for paurik

Hi i am using java wrapper service api to launch my application as os service. i already configure this service for window os. but ther is problem for linux os. when i run myapplication.sh file it gives me java.lang.noclassdefFounderror error. i put my config my file follow if if some …

Member Avatar for blufab
0
208
Member Avatar for pete212

Hi, need some help with this one. Here is the question: Compose an algorithm for a program that creates a list of words encountered when reading a series of text files. Write a program to open, and subsequently close, each input file, terminating should an attempt to open any file …

Member Avatar for Narue
0
218
Member Avatar for opendep

Hi, I am using visual studio 8 to create an application. I need to incorporate file browser window in a .cpp file. The code i have only browses the folders and sub folders but does not display the individual files. Can anyone help me with this..? Any help would be …

Member Avatar for opendep
0
315
Member Avatar for rrocket

I have a count set up in a SQL view set to '*' with the alias set to 'Cn'. I can get the column name with: [code=vb] grd.columns("columnName") [/code] But it does not work when I use the alias... How can I pull use alias instead of the actual column …

Member Avatar for rrocket
0
84
Member Avatar for VidVB6

Hi all I collected the list of items selected in a listbox into a collection.and i need to perfrm some operation on those selected items. so on click of Ok (after selecting the items on the lis on UI), I need to take the ctrl to the function. in the …

Member Avatar for VidVB6
0
121
Member Avatar for dinozulf

i have a program to do which iv found to be quite difficult, can anyone please help me as i will need it to help me do my propa assignment for corse. thank you

Member Avatar for Sky Diploma
0
79
Member Avatar for swapna7999

i need to develop an application in which there is a web cam or digi cam and my application must take the photo of a particular person and save it in the database. the focus may also be changed plz suggest thank u very much

Member Avatar for swapna7999
0
72
Member Avatar for farifari

HI everyone, can any one tell me how to make a welcome screen after log in,,, i mean if i have login form,,,, username=abc password=123 after login, i want to get a welcome note , i mean a note or screen will come on which the name of ma program …

Member Avatar for farifari
0
86
Member Avatar for AWKTM

Hi all, I am new to Programming,can anyone guide me how to go about this senario, The requirement is like this, In a System there are 8 faults as below, Fault -Fault Code-Description INF1-26-unknown Drive rating INF2-27-for Unknown or Incompatible Power Board INF3-28-ISL communication Fault with Power Board INF4-29-Invalid Industrialization …

Member Avatar for AWKTM
0
102
Member Avatar for dabamb

Good day!! Hi...I having hard times in doing an online voting system using PHP and mySQL as database. It's like...student council election; once I login..i can then view my personal profile then view all the candidates in each position...I can then vote my desired candidate.Only one vote is allowed in …

Member Avatar for dabamb
0
142
Member Avatar for swapna7999
Member Avatar for Nicholas_G5

Hi, I would like to write a function that checks the user input to see if it matches with the allowable inputs. The allowable inputs are stored in a separate text file. [U]User-entered input:[/U] This is the user inpt [U]Contents of text file:[/U] 1. Hello 2. This is the user …

Member Avatar for vijayan121
0
133
Member Avatar for kevin wood

i am trying to send out an email which contains images from a database of images that have been uploaded. when i send the email out only the text and any images that have been hard codeing in using the img tag. i have done some research on this and …

Member Avatar for kevin wood
0
166
Member Avatar for queenc

hi i have a application where i have a text box when the user enters data in the text box i want the data to be inserted in the db and the value displayed in the same page.something like daniweb post quick reply.i know i have to use ajax but …

Member Avatar for queenc
0
261
Member Avatar for ramankrishna

hi this is ramakrishna, i am in my 3yr and i want o develop a project for my jwellary shop which would be standalone project connected to 4 systems in our office with following fields as 1)Transaction - Purchase, Sales, Debit/Credit note, Account voucher, Goods Issue recept, issue to Karigar(worker), …

Member Avatar for Jens
0
123
Member Avatar for Shinbuki

i've been working on a program that extends the limit of an integer using arrays here is my code so far [ICODE]#include<iostream> #include<string> using namespace std; void sub(); void add(); void mult(); int main() { int operation; cout<<"Please Enter a number"<<endl<<"1.Addition"<<endl<<"2.Subtraction"<<endl<<"3.Multiplication"<<endl<<endl; cin>>operation; if(operation == 1) { add(); } if(operation == …

Member Avatar for Agni
0
97
Member Avatar for taotesea

Open Excel file,Error _ConnectionPtr m_adoConn; _RecordsetPtr m_adoRec; ::CoInitialize(NULL); m_adoConn.CreateInstance(__uuidof(Connection)); m_adoConn->Open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\\1.xls;Extended Properties=Excel 8.0;IMEX=1;","","",adModeUnknown); stop this function: inline HRESULT Connection15::Open ( _bstr_t ConnectionString, _bstr_t UserID, _bstr_t Password, long Options ) { HRESULT _hr = raw_Open(ConnectionString, UserID, Password, Options); if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this)); return _hr; } why error thank:)

Member Avatar for fyz
0
191
Member Avatar for swapna7999
Member Avatar for swapna7999
0
53
Member Avatar for w0090463

Hi All, I need help to sort out my C Practical question. I am new to C and looking forward to do programming can some one help for the following. 1. How to write a program in c to calculate file size from KB to Bits? 2. How to write …

Member Avatar for ajay_kumar47
0
175
Member Avatar for NycNessyness

I have an important question at the moment. I wanted to know how I can go about multiplying or adding checkboxes to display information on a label. For example if I have 3 checkboxes labeled chkMovie, chkAmusement and chkConcert and I have 2 checkbox groups called chkChild and chkAdult. How …

Member Avatar for VernonDozier
0
104
Member Avatar for ohhmygod

Hey guys i have a small question here. [CODE] float angle0; printf("\nEnter Original Attack Angle Value in Degree: "); //input angle scanf("%f", &angle0); while(angle0<-180 || angle0>180) { printf("\nEnter Valid Original Attack Angle Value in Degree: "); scanf("%f", &angle0); } [/CODE] i dont get it when i put in 180 it …

Member Avatar for ohhmygod
0
92
Member Avatar for Jeniefer

I am final year student. my final year project is designing digital alarm clock. i want to display digital clock at computer screen and i have worked on it for 2 days but still cant find a way to do it. can anyone pls write a program running in 8085 …

Member Avatar for moriasi
0
767
Member Avatar for alihassan

hello can any one tell me how print a specific in windows notepad using userdefined keyboard. like windows xp keyboard it operate like a original keyboard

0
56
Member Avatar for ohyeah

Im having some trouble writing a booking system for my site. Im using dreamweaver so the built in functions should make it easier but its not helping right now. First of all here is my database [IMG]http://i19.photobucket.com/albums/b178/GregHesp/Untitled-11.jpg[/IMG] Now on my booking.php page I want have a dynamic select menu which …

Member Avatar for vinothkumarc
0
127
Member Avatar for mrhard2004

Hi! I am trying to use MS access to develope a database which can store "Multiple choice questions and options " as input. And out put shold be taken randomly from the database and it should prepare a word file. But I am a physics lecturer. I have a less …

Member Avatar for MidiMagic
0
255
Member Avatar for deeptiraghu

Hi experts wanna some help from u ppl.. i want a page exactly like [url]http://www.dynamicdrive.com/dynamicindex6/[/url] [url]http://www.dhtmlgoodies.com/index.html?page=ajax[/url] [url]http://www.yaldex.com/FSmain.htm[/url] to name a few.. i mean to say i want a form in which the menu button and the content of that menu button must be displayed in same page. i have executed …

Member Avatar for deeptiraghu
0
152
Member Avatar for rajeshkhanna_in

HI all, I have on the form an ADO data control and an OLE object. ADO is connected to a MSAccess Database (With a table having an OLE field). The class of OLE field is "Word.Document.8". Now when I try to connect the datasource property of OLE object, it says …

Member Avatar for rajeshkhanna_in
0
86
Member Avatar for viswa_007

Hi, I am facing a problem with alert message on my web page. When alert message is shown, my current web page which fires events automatically after 3 seconds stops until the alert message is gone.So instead i want to use a div which if shown as alert msg my …

Member Avatar for MidiMagic
0
72
Member Avatar for NancyNancyNancy

I'm looking for a piece of code I used years ago to reveal a link at a later date. All I had to do was wrap the link in this piece of code and - presto - it revealed on the date and time that I wanted it to reveal. …

Member Avatar for NancyNancyNancy
0
305
Member Avatar for K504K

[B]Background:[/B] Modify the Payroll Program so that it uses a class to store and retrieve the employee's name, the hourly rate, and the number of hours worked. Use a constructor to initialize the employee information, and a method within that class to calculate the weekly pay. Once stop is entered …

Member Avatar for K504K
0
194
Member Avatar for vbProg08

Hi, I recently upgraded my application from VB6 to VB 2008. It seems that the checkbox array isn't able to be used. When I try to create a new checkbox array by copy paste, the new pasted checkbox isn't arrayed with the existing checkboxes. I need to know how to …

Member Avatar for vbProg08
0
167
Member Avatar for aminit
Member Avatar for Jx_Man
0
110
Member Avatar for mrgreen108

After looking at the same few lines for an hour now, I cannot figure out why the user named input file isn't opening and the user named output file isn't even being created. I used the debugger in visual studio 05 to figure out the input file isn't being opened …

Member Avatar for mrgreen108
0
294
Member Avatar for marti3a3

I'm trying to write a program that prompts a user for a radius value, then uses class data to return info of a sphere based on that radius. I believe my problem lies in declaring what information goes into what class member, but I'm not entirely sure. How do I …

Member Avatar for Ancient Dragon
0
95
Member Avatar for billabong2388

Hi guys, Quick question. Im having some problems with advanced sorting. Say i have the following list: [number] + [text] 3 text_red 7 text_yellow 9 text_blue 1 text_pink 3 text_black 6 text_orange 7 text_white Firstly the list needs to be ordered via the number at the front of the list …

Member Avatar for vegaseat
0
155
Member Avatar for squint

Hello, I am a first time poster and not that familiar with HTML codes or uses. I did try to look this one up and could not find it. When I enter 26.2, it gives me 26.20001. I do not understand where that 1 is coming from. Thank you [CODE]#include …

Member Avatar for jephthah
0
116
Member Avatar for Scottmandoo

Ok below is my display script, though I have no idea how to make an edit script so could someone either make one for me or if thats too much to ask atleast help me make one. [CODE=php]<? $username=""; $password=""; $database=""; $con = mysql_connect('localhost',$username,$password) or die('Error: ' . mysql_error()); mysql_select_db($database) …

Member Avatar for Scottmandoo
0
125
Member Avatar for Seamus McCarthy

[code= c++] #include <iostream> using namespace std; int main() { char A,B,C,D; const char capacity = 120; char letter[capacity]; int pax = 0; int y =6; for (int i = 0; i < capacity; i++) { if ( y == 6) { char letter[] = {A}; pax++; break; } else …

Member Avatar for Seamus McCarthy
0
106
Member Avatar for lAmoebal

Is there a way to copy a whole smaller array into a section of a larger array? For example, if I have an array of 4 characters, and an array of 16, can I copy the 4 characters into the first 4 of the array of 16. Then another 4 …

Member Avatar for Ancient Dragon
0
142
Member Avatar for sidemon

[code] if (usrPass.length() >= 6) { for (int i = 0; i < usrPass.length(); i++) { passCh = usrPass.charAt(i); if (passCh == ' ') { b = true; //Bad System.out.println("got a space at" +i); } if (Character.isUpperCase(passCh)) c = true; //Good if (Character.isLowerCase(passCh)) d = true; //Good if (Character.isDigit(passCh)) e …

Member Avatar for sidemon
0
86
Member Avatar for jesseb07

hello, I'm working on a personal project and I was looking for some help. I am writing a program that needs to store user profiles in an external file (.user_data.dat). Problem is that anyone with half a brain can find the file and with any text editor look at the …

Member Avatar for jesseb07
0
106
Member Avatar for clueless101

The following code coincides with an onClick event on my form to move to the next record in a file, but I keep getting the Error Code: 424, object required. I have (3) other buttons on my form: MoveFirst, MoveLast and MovePrevious, but they all work fine. What is different …

Member Avatar for clueless101
0
288
Member Avatar for Black Magic

Hey guys, i was bored so made a money converter, nothing is wrong with errors etc in the code but when i run my program, the pound sign is not valid, it comes up as a u with a accent on top, please help. [CODE=C++]#include <iostream> #include <conio.h> using namespace …

Member Avatar for Ancient Dragon
0
107
Member Avatar for CoolGamer48

Hey, I keep getting this error: error LNK2019: unresolved external symbol "public: struct IDirect3DDevice9 * __thiscall Engine::GetDevice(void)" when I try to compile my project. MSDN says that IDirect3DDevice9 uses d3d9.lib, but it still won't work even with that lib in additional dependencies. (using VC++ 2008) I tried linking to a …

Member Avatar for CoolGamer48
0
126
Member Avatar for harisagar

[B]hai i need example code for an project i am developing in gui student management i need code for add,delete,edit student using arrays or files not database[/B]

Member Avatar for jasimp
0
139
Member Avatar for happyns

Hello guys, I am doing a project.I have used Microsoft access as my database.I have created register table with first name, last name, username and password. I have inserted username and password from register table to new table named as login table.After logging in with username and password i should …

Member Avatar for Alekhan
0
268
Member Avatar for nilesh03

Hi... I just wanted to know how quick sort works... I've got to use it in my assignment, please explain it to me... Thank you...

Member Avatar for hammerhead
0
89

The End.