Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
7
Posts with Downvotes
5
Downvoting Members
5
5 Commented Posts
0 Endorsements
Ranked #2K
~56.5K People Reached
Favorite Tags

48 Posted Topics

Member Avatar for ranasingh1984

[QUOTE=schumaj;606358]The business rules listed are not the structural ones and have to be programmed in by the implementer of the database, you just have to list them. Business rules: The company insists that a client must take out an insurance cover for each equipment hire period. Each piece of equipment …

Member Avatar for mtto44
0
1K
Member Avatar for selvaganapathy

your installation is being blocked by some Viruses. so make sure you get rid of those Viruses and reinstall it

Member Avatar for Reverend Jim
-1
715
Member Avatar for lich

i want to connect the sql dabase to vb.net form. can anyone tel me how to do it. i tired google. but it only says about ms access database. please help me

Member Avatar for Icone
0
46K
Member Avatar for mjmythili

i think you can use a Count variable and count the number of elements using a loop and print it. then also you can see..

Member Avatar for Ancient Dragon
0
884
Member Avatar for murid

have you got any solution for this. coz even this happens for me. i cant stop moving the label. any solutions

Member Avatar for MindFreaks
0
314
Member Avatar for lich

Hi friends i need info and good answer for this question. please help me Q. Reduced Instruction set computers (RISC) provide a large number of general-purpose registers and very few memory access instructions. most instructions use registers instead of memory. what are the advantages of such an architecture. ?? Please …

Member Avatar for venkat arun
-1
300
Member Avatar for lich

i need to lock a label positions so that it wont move during a event. when there is a event happens that label is moving from that particular position. is there any solution for this

Member Avatar for xonglennao
0
409
Member Avatar for lich

im my java SE application i have a messagebox prompting asking the user to press OK. i want to make the user wait a certain time and the messagebox will automatically close in a certain time. i read on swing.timer about this. but im bit confused with the implementation. how …

Member Avatar for JamesCherrill
0
162
Member Avatar for lich

i want to use google map api for my desktop application. the application will be totally connected to internet. while i was searching some research notes about this implementation. i found a ideal site with the configurations. but it has some java files to be downloaded. but when i tried …

Member Avatar for JamesCherrill
0
167
Member Avatar for lich

i want to redirect the page after submitting to the exact page with the tabs. but when i submit it just loads the same page. but what i want is it should load under the home tabs. my other pages are loading in the div tags which are loaded using …

Member Avatar for tharu123
0
666
Member Avatar for lich

hi, whats your idea about this. what is the best methodology for implementation of a new concept product i was thinking about SCRUM any more ideas. btw RAD and waterfall is not acceptable

Member Avatar for tanzilaali
-1
56
Member Avatar for lich

hi, have anyone done a research or any project in noise reduction. im doing a project in speech recognition. i want to use noise reduction as well. but dont know how the process works. if someone can help me out for that

Member Avatar for Salem
0
99
Member Avatar for lich

hi, im doing my final year project. im using some api's. i was reasearching on speaker dependent systems. but i wanted to know about speaker independent AP's but after searching for several hours i realised there are some api's so that the user do not have to do those put …

Member Avatar for lich
0
83
Member Avatar for mythri
Member Avatar for peter_budo
-2
141
Member Avatar for EddieC
Member Avatar for EddieC
Member Avatar for lich
0
198
Member Avatar for lich
Member Avatar for lich

hey im trying to implement a calculator. i need to append values to label. like when i hit 1 button label should show 1 and when i hit 2 button it should show 12.. not just 2 can anyone help me out

Member Avatar for waynespangler
0
85
Member Avatar for lich

hi im a noob in C#. just learning by my self. need to know how to assign values to variables. which we input normally in C we use scanf ne. but in C#. how we gonna assign

Member Avatar for ddanbe
0
193
Member Avatar for pikkas
Member Avatar for lich
Member Avatar for noshdb
Member Avatar for Cyber Punk
0
677
Member Avatar for lich

[code=java] import java.awt.*; import java.applet.*; import java.awt.event.*; public class hashedited extends Applet implements ItemListener { CheckboxGroup cbg; //CheckboxGroup type1,type2; //CheckboxGroup cbg1; //CheckboxGroup size1, size2; private TextField amtpaid; private Button cancel; private Label cost; private Choice flavour; private Label flavours; private Label name; private Button ok; private Label paid; private Panel …

Member Avatar for vigneswara
-1
218
Member Avatar for shaynicb25

try { <you code here> } catch (ArrayIndexOutOfBounds evt) { System.out.println(" Ur Message"); } catch(NumberFormatException evt2) { System.out.println("Ur Message"); }

Member Avatar for javaAddict
0
443
Member Avatar for lich
Member Avatar for lich

hey is anyone know how to change background color when you click a button.... please tell me. im creating a applet.. need sup

Member Avatar for Alex Edwards
0
114
Member Avatar for lich

hi we have to create a soda vending machine. so they asking a interface. i have designed the interface using netbeans. but i dont know hwo to code in there. if anyone can help me regarding this. and in this interface it has radio buttons and combo boxes so please …

Member Avatar for jasimp
0
155
Member Avatar for c_slater_1

did u check the drivers.. are they installed properly.. just go and see the Device manager whether you have installed those drivers correctly.. if you are.. you wont get this issue..

Member Avatar for jermaghs07
0
125
Member Avatar for vs49688

did u check with the router settings.. coz even i had some issues with MSN messenger and some sites.. i change the setting. and it worked.. check it with the ISP server

Member Avatar for jermaghs07
0
175
Member Avatar for shelly121
Member Avatar for lich

hi well i just started learning java. and up to now we did exceptions and loops and most of the java concepts.. and i used J creator lite version. but in my project i have to make a interface. so do you have any idea how to make it done …

Member Avatar for sciwizeh
0
89
Member Avatar for sumaira_mcs

whats ur requirement .. you tell us.. we will guide you .. .This is a Great website..

Member Avatar for lich
0
66
Member Avatar for lich

when you use floating points and do the coding normally you get 4 decimal points. . but if i want to make it to 2 decimal points. how can the program should be. please help me out here is the program i did /** * @(#)Average.java * * * @author …

Member Avatar for Alex Edwards
0
472
Member Avatar for lich

Here is my code import java.io.*; class Add { public static void main (String args[] ) throws IOException; { BufferedReader br=new BufferedReader( new InputStreamReader (System.in)); System.out.println("Enter the value of X:"); int x=Integer.parseInt(br.readLine()); System.out.println("Enter the Value of Y:"); int y=Integer.parseInt(br.readLine()); int z=x+y; System.out.println("\n\nValue of X + Y = " +z); } …

Member Avatar for satyapp
0
96
Member Avatar for lich

i wanted to put a Exit for statment. how can i put it Public Class Form3 Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim i As Integer Dim Name As String For i = 1 To 10 Name = InputBox("Enter the Name") Exit For Name="Done" …

Member Avatar for selvaganapathy
0
90
Member Avatar for lich

I really dont know this Program is rite or wrong. but it wont give a answer. if anyone can help me in this Public Class Form2 Dim num As Integer Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim fact As Integer num = Val(InputBox("Enter the …

Member Avatar for Jx_Man
0
132
Member Avatar for lich

Teacher gave a question today to find Base is 2 and power is 3. so that Answer should be 8. so to find that she told us to use Recursion and do it. i done it in the normal way. but when i do it in the Recursion way. one …

Member Avatar for jephthah
0
114
Member Avatar for lich

hey friends i need some information. i need to add a html or jpg file to the body of the email. so after receiving the email u can see the picture directly. any idea how to do it. please help me thanks

Member Avatar for lich
0
86
Member Avatar for Drake

as far as i feel that we need both Variables. but depend on the Situation u can use global variables. but mostly i prefered to go with local variables. but if u feel that u badly want one ore two global.. thats fine but not much

Member Avatar for jephthah
0
187
Member Avatar for awi123
Member Avatar for darklightmusic

with the installation of the VB.NET u can select this crystal reports enable. so that u can use it. after doing the database and every thing u can get this report easily. if u want the steps. one by one i can put them as well. but up to now …

Member Avatar for Jx_Man
0
77
Member Avatar for mark192

[QUOTE=mark192;612639]Hi I need some help with a loop I want a random number to be generated that is not equal to 3 different, and previously defined variables. The loop I have is like this one below [code] random = randomNum.next(0, 10) while random = first or second or third random …

Member Avatar for lich
0
117
Member Avatar for chico1st
Member Avatar for lich
0
84
Member Avatar for gilly_kumar

interesting thoughts... my group member used this Malloc Function, malloc and Alloc for a project...

Member Avatar for lich
0
273
Member Avatar for mertucci

this comes in normalisation nomalisation theory is based on the observation that relations with certain properties are more effective in inserting, updating and deleting data than other sets of relations containing the same data. normalisation is a multi step process begining with an un normalized relation

Member Avatar for lich
0
105
Member Avatar for mertucci
Member Avatar for bhavna_816

what is the tables you joining and what are the entries u getting again after joining. if u can make another field and put it as pk in that new table

Member Avatar for tesuji
0
65
Member Avatar for djclipz

i will read this tomorrow. i have Normalisation so that i can get a good idea about it after talking here. so tomorrow ill tell what my idea is about this thread. thanks..

Member Avatar for lich
0
106

The End.