132,723 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Pankaj18

Hi, i want to create a program like below Write ‘C’ language program for maintaining a phone book. Your Program should allow user to “ADD”, “DELETE”, “MODIFY”, “SEARCH”, “Display All Records” and “COUNT” records. All data should be stored in text file and should be available whenever the program is …

Software Development c display
Member Avatar for Ancient Dragon
-2
1K
Member Avatar for mpatram

Hi All, I m working on a TabControl in Vb.Net. Its having 4 tabpages. like Tab1, Tab2, Tab3, Tab4. On Tab1 I m having a checkBox. My requirement is when [B]checkBox.Checked=True[/B] it will enable the Tab2. How can I go for this? [B]Note: I m not selecting the Tab2[/B] Plz …

Software Development vb.net
Member Avatar for ajinkya1234
-2
4K
Member Avatar for Ravneet_1

#include<iostream.h> void main(void) { int x=0,y=2 ; x=y*4 ; cout<<x<<endl<<y<<endl; }

Software Development c++
Member Avatar for kal_crazy
-2
264
Member Avatar for xxn5

how to Find emtpy foldder file and zero siz file and del thm. in vb.net how to find list of zero siz file in vb.net and del them.

Software Development vb.net
Member Avatar for G_Waddell
-2
287
Member Avatar for xxn5

how to find list of open port and close open port in vb.net.

Software Development vb.net
Member Avatar for Mr.M
-2
287
Member Avatar for Edward_2

Write a Java program that will allow a user to calculate interest on a Bank loan. The program should i.Display Bank’s name and loan types available (at least 3). ii.Accept user’s choice of loan iii.Ask for user’s account number and verify. iv.Display Account name associated with account number to confirm …

Software Development java oop
Member Avatar for JamesCherrill
-2
463
Member Avatar for nyfan68

Hello all, I have a test tomorrow on MIPS assembly language, and there is a section where I need to convert pseudocode into MIPS. I was wondering if there were any websites/tutorial that can help with this. The textbook that we use for the class is not very good at …

Software Development assembly
Member Avatar for Assembly Guy
-2
395
Member Avatar for Luckychap

Here is simple Digital Clock coded in C++ and compiler used is TurboC. A class DIGIT is designed to draw digits. Follwoing are the details for this class: Consructor: DIDGT(); for default settings DIGITE(int s,int c,int st); for user define settings s -> is size of the digit c -> …

Software Development c++
Member Avatar for irum.nageen.3
-2
15K
Member Avatar for F_1

// CS 1063 Project 1: Print Text Patterns The Patterns Class Objectives This is one of three major programming projects this semester. You may NOT collaborate on this project. While you may ask for assistance in debugging, this project should be ENTIRELY your own work. [EDITED BY ADMIN ON COPYRIGHT …

Software Development java
Member Avatar for jwenting
-2
319
Member Avatar for Rachana_1

main() { int a=0,b=0; a=(b=75)+9; printf("/n%d,%d",a,b); }

Software Development c c# c++
Member Avatar for lohith44
-2
742
Member Avatar for timmyjoshua

**Pls, somebody help me on writting a code to create word file from my c# form...**

Software Development c# microsoft
Member Avatar for saguni
-2
364
Member Avatar for Saqlainz

**Console.WriteLine("insert The Number::"); int c = Convert.ToInt32( Console.ReadLine());**

Software Development c#
Member Avatar for Mike Askew
-2
285
Member Avatar for TokamakFusion

A student of mine wrote the following code: public class Counter{ private num = 0; public void inc(){ num = num++; } } which fails to increment. Why? If num starts at 0, then the assignment should be num = 0 then num should increment during the postfix incrementation of …

Software Development java
Member Avatar for bibiki
-2
465
Member Avatar for yusking

Using an SQLite database your program should be able to create, read, update, and delete room reservations. Present the user with a menu at the beginning using the console or JOptionPane for example: Choose a task 1. Add a reservation 2. View a reservation 3. List all reservations 4. Update …

Software Development java sqlite
Member Avatar for stultuske
-2
2K
Member Avatar for java_help

Firstly, I am a beginner in Java, and I have never been into any programming before, so it seems like I need a little help to solve a task. The task is "I've a text file with the size of more than 5 MB, & I need to clear the …

Software Development file-system java
Member Avatar for JamesCherrill
-2
548
Member Avatar for rnana

What attributes and behaviors would an object representing a bank account have?

Software Development java
Member Avatar for JamesCherrill
-2
271
Member Avatar for ryl294

START Input TimeEnd,TimeStart If (TimeStart>=1&&TimeEnd<=7) totalPayment=(TimeEnd-TimeStart)*1.20 Else{basicPay=(7-TimeStart)*1.20 overTime=(TimeEnd-7)*1.75 totalPayment=BasicPay+overTime } Output totalPayment END

Software Development c++
Member Avatar for Moschops
-2
257
Member Avatar for alexamicaa

I have NO IDEA how to use Python. Best answer if you write the full program! Please help me! I will be forever grateful! Accept / Reject Monte Carlo Part I: Goal: Write a python program that will: 1. define a function for a specific probability density function f(x), 2. …

Software Development python
Member Avatar for sepp2k
-2
667
Member Avatar for nnekymoe

Hi:) Would any of you know how to solve one of the following problems? I dont't care which one!! 1. Write a program that reads in student marks until –1 is entered then display the highest mark, the lowest mark, and the class median. 2. Setting up matches for a …

Software Development hard-drive python
Member Avatar for <M/>
-2
308
Member Avatar for anglwthnati2de

Hi guys. I am having issues with the output of this program. Can somebody tell me what I have to do to make this work correctly? Here is the code I have so far: import java.util.Scanner; //text scanner to parse primitive types and strings using regular expressions. public class Operations …

Software Development java
Member Avatar for anglwthnati2de
-2
277
Member Avatar for rithish

#include <iostream.h> void main() { int d; int i=0,n,j,b[100]; cout<<"\n Press 1 for Decimal to Binary converstion"; cout<<"\n press 2 for Decimal to Octal converstion "; cout<<"\n press 3 for Decimal to Hexadecimal converstion"; cout<<"\n\nEnter your choice: "; cin>>d; switch(d) { case 1: cout<<"\nEnter decimal number: "; cin>>n; while (n>0) …

Software Development c++
Member Avatar for phorce
-2
442
Member Avatar for Nitro40

I would like to silently print PDF files from the hard drive to a named printer, which may or may not be the default printer. In the [URL="http://www.daniweb.com/techtalkforums/showthread.php?t=17156"]this thread[/URL], it shows how to silently print the PDF but it always goes to the default printer. Is there a command line …

Software Development hard-drive pdf printer visual-basic
Member Avatar for dan7
-2
1K
Member Avatar for mandar2886

I'm developing a medical software & I want to make an exe of this project. Pls tell me how to proceed. I have no idea about this

Software Development visual-basic
Member Avatar for IconKana
-2
295
Member Avatar for mj_sexy14344

please help me with my problem in JAVA PROGRAMMING: this the problem. Write a program that will ask a user to input his/her name and the number of quizes he/she would like to enter. The program will then ask for the scores for quizes and will display the total and …

Software Development java
Member Avatar for stultuske
-2
348
Member Avatar for EddieC

GUIdancer 3.2, the latest version of flagship automated GUI testing tool from Bredex, now "officially" supports Windows 7 and Vista, and includes additional enhancements to its library of pre-built test actions. It began shipping on Nov. 3. Before you decide that US$5785 is too much to pay for an automated …

Software Development gui java seo
Member Avatar for amilyjoe
-2
362
Member Avatar for ravsau

Hi guys, I am doing a Java project. For now it's just a program but this program is to be used through the semester. I have hard time thinking what class to work. We need to create a class of anything like cheese, cars, rectangle etc that we will be …

Software Development apple java linked-list queue
Member Avatar for StephNicolaou
-2
260
Member Avatar for rathanm
Member Avatar for rathanm
-2
282
Member Avatar for Curt1337

Hi there all, I really need help on this one, I went away for a wedding for a week and missed a week of work and now I have a practical due for 1:00 10 tomorrow and I got back today, but I managed to complete all of the programming …

Member Avatar for Ezzaral
-2
393
Member Avatar for rayden150

I want to make a Program that takes two inputs one initial number and one final number for example if I input 1 as the beginning number and 13 as the final, I would like the program to output the Fibonacci sequence: 1,1,2,3,5,8,13.. I hope someone understands it.. Pleease i …

Software Development c++ java
Member Avatar for sergent
-2
256
Member Avatar for imolorhe

Hello, I am writing a program and I need to store important data like password, etc. What is the best way to store the password and where is the best way to store it?

Software Development vb.net
Member Avatar for Unhnd_Exception
-2
259
Member Avatar for sovannak

Dear All, Please everybody help me!!! I wan to convert mp4 licence of skyview format to other format such as avi wmv... Could you make a sample program for me? please download link below: [CODE]http://www.fediz.com/Mpeg4player.zip[/CODE] 1. 1.mp4 (MP4 licence of skyview) 2. 2.mp4 (MP4 licence of skyview) 3. Codec_ENG.exe (it's …

Software Development c++ video
Member Avatar for WaltP
-2
706
Member Avatar for smitdog1

Is there a cleaner way to close out of a GUI window in Java then just clicing the X in the upper right hand corner? When I do this I get a NullPointerException error. Is there a way to put an "Exit" button in a GUI window so that the …

Software Development gui java
Member Avatar for javaAddict
-2
500
Member Avatar for vikrantk
Member Avatar for Derek Elensar
-2
288
Member Avatar for Mr. K
Member Avatar for pseudorandom21
-2
251
Member Avatar for munitjsr2

I am learning C/C++/oracle/Unix? I am thinking of developing some application on my own, but I have no Idea what else is required. If you take an example of C++.I have very basic knowledge of it(data types, oops concepts,vectors,file handling,exception handling etc) I am not an expert though. I have …

Software Development c++ oracle unix
Member Avatar for munitjsr2
-2
334
Member Avatar for iorisendoh

hi can someone help how to make a program or exampel of program using two dimensional array. Or can someone help me to make program by this problem >Write a program using two dimensional array that searches a number and display the of times it occurs on the list of …

Software Development c display
Member Avatar for gruffy321
-2
317
Member Avatar for CsharpChico

[CODE]using System; using System.Drawing; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { private Panel panel1 = new Panel(); private PictureBox box = new PictureBox(); private Panel closeButton = new Panel(); private bool moveable; private Point currentPosition; private Image img; public Form1() { InitializeComponent(); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; …

Software Development
-2
663
Member Avatar for Kirbyzdashiznit

Write a C program in to calculate the parking fare for customers who park their cars in a parking lot when the following information is given: A. A character showing the type of vehicle : C for car, B for bus, T for truck. B. An integer between 0 and …

Software Development c
Member Avatar for rubberman
-2
3K
Member Avatar for AniWeb

hello all, I have database named 'Marketing', and want to bound DropDownList control with it using 'add connection' dialog box in the C#.net. I gave datasource: 'Microsoft SQL Server Database File (SqlClient)'. And when I give DataBase file name as 'C:\Program Files\Microsoft SQL Server\MSSQL\Data\Marketing_Data.MDF', I get error while testing the …

Software Development c# mssql
Member Avatar for lianpiau
-2
1K
Member Avatar for pritpal.singh88

[B]I want to play mp3 song file in ubuntu using c++ [/B] suggest me is their any function to do this plz suggest me as simple as u can suggest any method.... plz give ur valueable suggestions.....

Software Development c++ ubuntu
Member Avatar for mike_2000_17
-2
2K
Member Avatar for winky

I am trying to make an ATM machine, while trying to teach myself how classes interact with each other. I feel as though the main idea of the program is correct, but as you can see, I am having a lot of syntax errors. If you guys see something that …

Software Development c++
Member Avatar for chrjs
-2
3K
Member Avatar for Shadbanks001

Im in dire help of needing to do the following: 1. Write a function which will take a grade as an argument and validate it for domain (in a valid range). Return true if valid, false if not. 2. Write a function which will take a grade as an argument …

Software Development c++
Member Avatar for sfuo
-2
396
Member Avatar for Paritosh Das

[CODE]#include<stdio.h> #include<conio.h> #include<graphics.h> #include<dos.h> void main() { int gd=DETECT,gm,year,month,day,cy,cm,cd,i,j,maxx,maxy; int y,m,d; int midx, midy; int stangle = 0, endangle = 360; int xradius = 100, yradius = 50,xradius1 = 2, yradius1 = 2; int radius = 50; clrscr(); initgraph(&gd,&gm,"d:\\tc\\bgi"); maxx=getmaxx(); maxy=getmaxy(); for(i=0;i<10;i++) { setcolor(4); rectangle(i,i,maxx-i,maxy-i); rectangle(9,11+i,629,45-i); } for(i=0;i<315;i++) { delay(3); …

Software Development c
Member Avatar for jonsca
-2
373
Member Avatar for CHOCHOCHO

i tried searching for it for hours but cant find anything.

Software Development
Member Avatar for kvprajapati
-2
358
Member Avatar for CHOCHOCHO
Member Avatar for junjun61991

Private Sub txtsearch_Click() with data3.Recordset a = txtidno.Text .FindFirst "[id]'" & a & "" ' If .NoMatch Then MsgBox "Record Not Found", vbInformation, "Search" Else txtborrowname.Text = .Fields("borrower's name") txtcourse.Text = .Fields("course") txtyear.Text = .Fields("year") End If End With End Sub ("what is the lacking of my code of command …

Software Development visual-basic
Member Avatar for AndreRet
-2
898
Member Avatar for Maria5683

How do you write the code using Scanner class to set up a menu (i.e 1 for something, 2 for something, and so on.) Then have the user to choose. Thanks

Software Development java
Member Avatar for fairy1992224
-2
46K
Member Avatar for Ali5152

i am new to programming............i just want to create a linked list program plz check for error for me [code] #include<stdio.h> #include<conio.h> #include<malloc.h> void insertAtEnd(int no); void insertAtBegin(int no); void insertAtPos(int no,int pos); template <span= id="IL_AD" class="IL_AD">Display</span>(); <span id="IL_AD5" class="IL_AD">struct</span> LinkedList { int num; struct LinkedList *next; }; typedef struct …

Software Development c linked-list
Member Avatar for NP-complete
-2
389
Member Avatar for daskeyboard

The title of this thread pretty much says it all - I would like to know how to open an already created excel spreadsheet (I want the application to launch). Thanks so much to anyone who has time to respond to this.

Software Development vb.net
Member Avatar for kvprajapati
-2
17K
Member Avatar for AmerJamil

inputs a string from the user and coverts all the capital letters to small letters and all the small letters to capital letters. Example: If the user enters string “HeLLo wOrLd”, the program will display it as “hElllO WoRlD” i have written following code.. please tell where im wrong..as it …

Software Development c++
Member Avatar for WaltP
-2
478

The End.