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
~4K People Reached
Member Avatar for pfm200586

Hello everyone, I have this assignment that I dont understand. It is a very long assignment I think. I don't want any code or something like that. I need to understand what i am suppose to do then I have to start thinking about codes. Now you may say just …

Member Avatar for Ciprian_1
0
733
Member Avatar for pfm200586

Hello every one, I have a question about creating users in Oracle using SQL*PLUS. But what I want to do is write the syntax in a txt file first (script) then when I run the script by calling it using the @ or by copy/past it should prompt me for …

Member Avatar for pfm200586
0
57
Member Avatar for pfm200586

[B]Hello guys, I am coding an application for seats reservation and it contains two forms one of the forms contain 32 labels that represent the seat number and when the user wants to reserve that seat, he/she can double click that label to bring up the other form . The …

Member Avatar for Smith5646
0
104
Member Avatar for pfm200586

hello every one I have a problem that drove me crazy last couple days I know I have to use loop structures but I can't figure out how to put the right pieces together. I'm not asking for a complete answer because I want to learn so please help me …

Member Avatar for L7Sqr
0
913
Member Avatar for pfm200586

Hello everyone, I have this little for loop that I want to convert to a while loop. It accepts unknown number from the command line parameters and then add them all up and display the sum, here is the for loop: [CODE]sum=0 for x in $* do sum=`expr $sum + …

Member Avatar for L7Sqr
0
93
Member Avatar for pfm200586

Hello everyone, I have to create pig latin game which I did and it is working. The problem is I coded it so it can translate one word. I need to know how can I make it translate a sentence that I don't know how many words in it. Here …

Member Avatar for codeorder
0
141
Member Avatar for pfm200586

hello everyone, I am working on a little program (game) is called Pig latin. I created a sub procedure and I passed the word to be converted by value and the piglatin word byref. Now when I call the procedure in the button click event I get the wavy green …

Member Avatar for GeekByChoiCe
0
113
Member Avatar for pfm200586

hello everyone, I am trying to check each letter of a word if that word doesn't contain (AEIOUY) then I have to append (-way) to the end of the word. Now I have this if statement and it doesn't work: If OriginalWord.ToUpper Like "*[!AEIOUY]*" Then Label1.Text = OriginalWord & "-way" …

Member Avatar for Unhnd_Exception
0
107
Member Avatar for pfm200586

Hello everyone, I have this problem that I read over and over and over but I didn't understand what I suppose to do. I just want an explanation of how does this problem or I should say this game work. create a mouse game for a single player. Set up …

Member Avatar for GeekByChoiCe
0
323
Member Avatar for pfm200586

Hello everyone, I have a question about list boxes I want to know how to test the 1st list box if it has items more than the other list box but by one item, here is what i have: [CODE]If lstInvisibleTv.Items.Count > lstInvisiblePc.Items.Count Then[/CODE] it works good if the lstInvisibleTv …

Member Avatar for codeorder
0
317
Member Avatar for pfm200586

hello every one I have a problem that drove me crazy last couple days I know I have to use loop structures but I can't figure out how to put the right pieces together. I'm not asking for a complete answer because I want to learn so please help me …

0
309
Member Avatar for pfm200586

Hello everyone, I have a little problem that drove me crazy I can't figure it out, I spent hours searching the Web but in vain. I hope that you can help with it. The program must generate 6 unique random numbers but when I click display numbers sometimes it gives …

Member Avatar for JoshuaBurleson
0
331
Member Avatar for pfm200586

Hello everyone. I have a program that is driving me crazy. It is a cashier change return where the user enter the amount owed and the amount paid and when he/she press calculate the program should display the change due as well as the number of Dollars, Quarters, Dimes, Nickels, …

Member Avatar for Reverend Jim
0
395