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.

~3K People Reached
About Me

I'm a quiet yet a loud guy, I speak calmly, I think before I post. I'm your less than average guy I say.

Interests
Games, Reading books, and others.
PC Specs
Gaming Specs, as long as it can play high end games.
Favorite Tags
Member Avatar for kiyu2keith

Hi, I am hoping you guys could help me with this. I am trying to loop number into something like this. 0 12 345 6789 here is my code: Dim i As Integer Dim j As Integer j = CInt(TextBox1.Text) For i = 0 To j label1.text = i Next …

Member Avatar for kiyu2keith
0
561
Member Avatar for kiyu2keith

How do you store data in the access database and also to retrieve it? and also a search engine for the database?

Member Avatar for kvprajapati
0
86
Member Avatar for kiyu2keith

How do you terminate the program?? for example I input exit on the dialog box as it should terminate the program. I really don't have any idea on how to do it.

Member Avatar for kiyu2keith
0
77
Member Avatar for kiyu2keith

Salon membership fee Male = 600 Female = 500 If Foreigner +850 n for not foreign f if foreign my code is [CODE] public static void main(String[] args) { String gender, nat; gender=JOptionPane.showInputDialog("Gender"); nat=JOptionPane.showInputDialog("Nationality"); if (gender=="m" & nat=="n"){ JOptionPane.showMessageDialog(null,"Gender:" +gender +"\nNationality"+nat+"Fee is 1450" [/CODE] This code doesn't work so I …

Member Avatar for kiyu2keith
0
103
Member Avatar for kiyu2keith

I tried this one for some experiment and I can't seem to work it out can you help me about this? The problem here is that when you click on the Radio button then click the result button it should give an alert with number(this number is how may times …

Member Avatar for kiyu2keith
0
2K
Member Avatar for kiyu2keith

What's up everyone? I'm a second year college IT student. I do not get online always because of SYSTEM projects and also I suck at programming in web, that is why I joined this group to learn. On the other hand, Nice to Meet all of you guys out there, …

Member Avatar for jephthah
0
68
Member Avatar for kiyu2keith

How do I exchange data from page to page? for example: on the 1st page I voted for 1 person, when I click submit it will go to the 2nd page that will let you see the output of the vote? I can't seem to do it, as I don't …

Member Avatar for peter_budo
0
165