Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K

27 Posted Topics

Member Avatar for jigvesh

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????

Member Avatar for Nick Evan
2
144
Member Avatar for jigvesh

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 …

Member Avatar for shwethamadhav
0
143
Member Avatar for jigvesh

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 …

Member Avatar for sanjrockz
0
434
Member Avatar for amitshukla

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 …

Member Avatar for Salem
0
138
Member Avatar for jigvesh

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 :)

Member Avatar for server_crash
0
289
Member Avatar for jigvesh

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 …

Member Avatar for server_crash
0
90
Member Avatar for jigvesh

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]

Member Avatar for jigvesh
0
125
Member Avatar for jigvesh

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????

Member Avatar for jwenting
0
191
Member Avatar for jigvesh

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 …

Member Avatar for jigvesh
0
97
Member Avatar for jigvesh

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???? :?:

Member Avatar for ROGENATOR
0
66
Member Avatar for jigvesh

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:

Member Avatar for server_crash
0
110
Member Avatar for jigvesh

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

Member Avatar for server_crash
0
102
Member Avatar for N.Q

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....

Member Avatar for jigvesh
0
145
Member Avatar for jigvesh

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:

Member Avatar for jwenting
0
61
Member Avatar for jigvesh

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 …

Member Avatar for nanosani
0
56
Member Avatar for jigvesh

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 …

Member Avatar for jbennet
0
166
Member Avatar for jigvesh

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 …

Member Avatar for dlh6213
0
134
Member Avatar for jigvesh

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??

Member Avatar for freesoft_2000
0
86
Member Avatar for jigvesh

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 …

Member Avatar for jigvesh
0
163
Member Avatar for fivetoesonefoot

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 …

Member Avatar for Tresa
0
203
Member Avatar for hill0ster

: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 …

Member Avatar for alc6379
0
151
Member Avatar for dcving

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; …

Member Avatar for Narue
-1
115
Member Avatar for debashish
Member Avatar for frrossk
-1
114
Member Avatar for jigvesh

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

Member Avatar for alc6379
0
117
Member Avatar for galmca

[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]); } …

Member Avatar for galmca
0
131
Member Avatar for NAjAM AHMeD

[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, …

Member Avatar for jigvesh
0
145
Member Avatar for luvusilly

[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 …

Member Avatar for jigvesh
0
215

The End.