- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
27 Posted Topics
Many of us are often required to submit project reports for the softwares developed by us...is there any standard format that needs to be followed???Also are there any sample reports available for reference???? | |
Well, frankly I am new to ASP.NET and am required to make a project in it. I dont think that learning it will be tough as I already know ASP. Is ASP.NET just a step further from ASP??? Also could you please suggest me some ideas of which kinds of … | |
Well, I did go through the site mentioned in one of the earlier queries, but still i am not able to solve it........ I want an image to be displayed instead of the mouse cursor when it is over a panel.........which in the code is mainPane...........i think i am making … | |
Re: Well i learned this on emonth back in Computer Networks. For this you will need to programs one server and other reciver. the coding of which i give below:: Here i will mention the coding for transmitting a character. If you still need to transmiot a file tell me, i … | |
Well i am pretty confused between the three,,,,i tried going through the java forums [url]http://forum.java.sun.com/thread.jspa?threadID=583383&messageID=2981007[/url] and [url]http://forum.java.sun.com/thread.jspa?threadID=671804&messageID=3926799[/url] but just couldnt make out anything.......Could someone please explain it in a bit simpler terms.....Thanks a tonne :) | |
Well, I have done the following coding:- [code] import java.awt.*; import java.awt.event.*; public class line extends Component { /** * */ private static final long serialVersionUID = 1L; private int len; // private int nx,ny; private int relx,rely; boolean pressed = false; boolean endp = false; boolean resized=false; ActionListener actionListener … | |
Well, i searched all through google and stuff...but in vain..i want to add a functionality in my program to copy and paste buttons which are present on the screen.....I got a wonderful article to copy and paste text.but what about some swing components???????how do we copy and paste them????? [site]http://www.cafeaulait.org/course/week13/[/site] | |
Well, i wanted to know if its possible to create a new format in which i can save and then open the files....lets say a .abc format which can be opened only in the editor developed by me.....i think it must be done in xml....if it is so then how???? | |
Well I must say, this site is a great database regarding all the possible difficulties one can have........of course before anyone starts commenting I must add HELP IS GIVEN ONLY IF WE TRY.......Now my question...i wanted to know how do we refresh an application partially........What i mean is that lets … | |
Well as far as i know there is nothing like JCanvas for swings....i read somewhere that Jpanel can be considered to be the Canvas of Swings....How true is that???? :?: | |
I am trying to develop an application in which i need to open an internal frame in a simple frame......with the click of a menu......is it possible????How?????The internal frame does open in a new frame but doesnot open in the same frame....what can be the reason......... :cry: | |
I am using :confused: eclipse on linux and am getting the following error message::: BasicService cannot be resolved to a type What can be the reason???and the remedy too???? Thanks in advance | |
Re: well if u r using linux, there is a software already installed under the office tag...i personally feel ms project is a wonderful; tool for windows.... | |
Well, I am working on Linux and i need to install some editor that makes my GUI programming with Swings easier. Any suggestions for some free and hassle free downloads from the net... :rolleyes: | |
I am usinh windows XP on a P-IV. From the past few days I am facing a strange type of a problem. Many times it has happened that when I am working suddenly some tune starts playing and my mouse pointer cant move. the only option i am left with … | |
Well, I tried to install Linux 9.0 by first inserting the CD and then rebooting the system. But it didnt work. I also changed the setting that the boot device should be the CD ROM but still, nothing happened. What should I do???Is there some way in which I can … | |
Hello People, I am having a real strange problem. I have been working on a P-IV machine with Windows XP Professional for quite some time now. No, that’s not a problem. The problem is that since today morning, once windows has loaded, I just can’t start any application. Though the … | |
I wanted to know that is it possible to change the background of a frame and put an tiled image as the background instead? If yes, then how?? | |
The following is a piece of code for performing linear search: [code] import java.io.*; class search { String str; int key,size,seaArr[]; public void getdata() { System.out.print("Enter how many data you want to enter : "); System.out.flush(); try{ BufferedReader obj=new BufferedReader(new InputStreamReader(System.in)); str=obj.readLine(); size=Integer.parseInt(str); seaArr=new int[size]; for(int i=0;i<size;i++) { System.out.print("Enter element … | |
Re: Hi There! Seems u are pretty upset by that behaviour. But never mind. Here i Am giving you the code for searching by name and no. The update part wont work as it needs some time which i am short of. HOPE THIS WILL BE OF SOME HELP. [code] /*Q-4 … | |
Re: :sad: Hey dont get depressed by that comment. The solution is you can use exceptions. For example, you can throw an exception when the id<0 and on catching the exception display the details you need. Hope i am clear. If not tell me i will try to send you the … | |
Re: HEY WHY DONT YOU FORGET THE WHILE LOOPS. THE CODE BELOW GIVES U THE DESIRED OUTPUT [code] #include <iostream> #include <conio.h> using namespace std; int main (){ int Number1; int Number2; // Declare integers int Zero = 0; cout << "USING POSITIVES AND NEGATIVES!"; cout << endl; cout << endl; … | |
Re: If you wanna program in C++ I think cin.getline() will work perfectly fine. | |
I was just thinking if it is possible to determine ones own ip address with the help of C++???Can someone please clear this query of mine | |
Re: [QUOTE=frrossk]I think you should move the [I]printf ("\n"); [/I] outside of one of the 2 [I]for[/I] loops: [code]#include<stdio.h> #include<conio.h> void main() { int a[3][4],b[3][4],c[3][4]; int i,j; clrscr(); printf("\nENTER AN ARRAY:"); printf("\n\nFIRST TABLE:"); for(i=0;i<3;i++) { for(j=0;j<4;j++) { scanf("%d",&a[i][j]); } } printf("\nENTER AN ARRAY:"); printf("\n\nSECOND TABLE:"); for(i=0;i<3;i++) { for(j=0;j<4;j++) { scanf("%d",&b[i][j]); } … | |
Re: [QUOTE=NAjAM AHMeD]i need code for sorting number using Declaring and manipulating Arrays. Passing arrays to the functions as parameters. The objective of this assignment is to provide an on hand experience of: o Declaring and manipulating Arrays. o Passing arrays to the functions as parameters. Problem Statement: For this assignment, … | |
Re: [QUOTE=luvusilly]hey buddies, plz help me in getting a new project idea for my college project...i wanna do sumthg with oracle at the backend of the dbase and asp.net in the front end...any senoirs or peers or even juniors have any good idea??? plz lemme know !!![/QUOTE] Hey why dont you … |
The End.