Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
Member Avatar for funtoosh

I'm trying to load an image in an Applet.The code goes fine and the Applet Window starts but it just gives a blank window instead of showing the image.I put the html file,.class file and the image file in the same directory.Can u figure out where I went wrong?? Here's …

Member Avatar for shanker31
0
1K
Member Avatar for shanker31
Member Avatar for realnabster
0
101
Member Avatar for kcp

I just recently started learning C++, in the book i am learning from there is a problem that asks you to write a simple pasword program. It just asks the user the password and then displays a message wether its right or wrong after they enter it. I am having …

Member Avatar for WaltP
0
333
Member Avatar for shanker31

Hello every1, I had some files that i wanted to copy from one place to another, but it dint get copied. throwing the following error in teracopy (attached)

Member Avatar for weeraa
0
99
Member Avatar for shanker31

Hello every1, i need some help.. I have a table member with atributes: no int primary key, name varchar(255) [CODE]create procedure insert_table3(in last int,in name varchar(255)) begin set autocommit=0; set @x=0; lock table member as m1 write; start transaction; repeat insert into member values(@x+1,name); set @x=@x+1; until @x > last …

0
61
Member Avatar for shanker31

Hello every1, I want to ENTER Sr.No. and Name in the table using procedures. My table has attributes 1. Sr.No. (which is my primary key(int datatype)) 2. Name (which is not null(string datatype)) I want to write a procedure in mysql to automate the process of entering data in the …

Member Avatar for smantscheff
0
170
Member Avatar for shanker31

HEllo i want to implement.. To check if the transaction is complete.. if the transaction in complete then commit the transaction ..if not the transaction is rollback.. my DB table is : member(no int primary key,name varchar(255) int)engine=innodb; My problem is if i press "crtl+C" the procedure is interupted so …

0
65
Member Avatar for namratag

What is the difference between Release and Debug modes in Visual Studio while building a project?

Member Avatar for Ancient Dragon
0
204
Member Avatar for McLaren

Hello, I am having trouble removing that virus. I have scanned with malvarebytes - full scan, avg antivirus, ad-aware quick scan, now doing ad-aware fullscan. Those programas find virus, remove them, but the virus still exists, because AVG throws a window with infected files. Do you know what tools should …

Member Avatar for McLaren
0
299
Member Avatar for harinath_2007

I have a windows 7 operating system on my pc. I am trying to install windows xp using VMware and everytime i start to boot the guest operating system i get the following error.. PXE-E53 : No boot filename received PXE-MOF : Exiting Intel PXE ROM. Operating system not found …

Member Avatar for caperjack
1
3K
Member Avatar for shanker31

Hello every1, I want to take two integer value from the user and display the result(sum) as output.. I am using the following JS code : [CODE]function message_comm() { var num1=prompt("Enter the 1st number"); var num2=prompt("Enter the 2nd number"); alert('The sum :'+num1+num2); }[/CODE] The output I am currently obtaining is …

Member Avatar for Taywin
0
176
Member Avatar for shanker31

Hello every1 My name as you know is displayed out.I am a CS student and we have mini-project assigned to every1 in my class. I have finished around 50% of my project.I need help.. My question: I want to take input from the web page,do the calculation in background (in …

Member Avatar for Ancient Dragon
0
144
Member Avatar for shanker31