hi..

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2009
Posts: 8
Reputation: jejannah is an unknown quantity at this point 
Solved Threads: 0
jejannah jejannah is offline Offline
Newbie Poster

hi..

 
0
  #1
27 Days Ago
i need some sample code on retrieving data from the database and put it in the form particulary in the groupbox..

we are doing a project study, text to voice translator..

when the user enter the word in the textbox and clicks the speak button, the english equivalent word of the input word is displayed in the groupbox...

how is it?
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 1,926
Reputation: ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of 
Solved Threads: 276
ddanbe's Avatar
ddanbe ddanbe is offline Offline
Posting Virtuoso
 
0
  #2
27 Days Ago
What do you mean by groupbox here?
A groupbox control is meant to group other controls, most of the time radiobuttons.
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Reply With Quote Quick reply to this message  
Join Date: Nov 2009
Posts: 8
Reputation: jejannah is an unknown quantity at this point 
Solved Threads: 0
jejannah jejannah is offline Offline
Newbie Poster
 
0
  #3
27 Days Ago
yah..that one...i am going to put there the english equivalent of the input word text...
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 903
Reputation: DdoubleD is a jewel in the rough DdoubleD is a jewel in the rough DdoubleD is a jewel in the rough DdoubleD is a jewel in the rough 
Solved Threads: 144
DdoubleD DdoubleD is offline Offline
Posting Shark
 
0
  #4
26 Days Ago
Are you sure you mean GroupBox? Other than serving to group other controls (encompass, contain), and especially RadioButtons as ddanbe pointed out, I don't know how you would use a GroupBox the way you describe. Changing the GroupBox.Text is easy though: groupBox1.Text = "My GroupBox Text...";

As far as the database retrieval, more info is needed to direct you on how to do that, like: type of database (Access, Sql Server, SQLite, etc...); method of retrieval (SELECT *... or scaler query with WHERE condition, etc...). The basics steps for querying DB are:

1) Establish connection
2) Create a command
3) Execute command

but, there are specific classes for interfacing that functionality depending on the DB and type of query. You will find many examples of such data retrieval inside this forum.
Reply With Quote Quick reply to this message  
Join Date: Nov 2009
Posts: 8
Reputation: jejannah is an unknown quantity at this point 
Solved Threads: 0
jejannah jejannah is offline Offline
Newbie Poster
 
0
  #5
26 Days Ago
ahmm okay..
but about the groupox...
my leader gave us the screenshot of our project that's why i am keep on mentioning that the english equivalent word of the other word that the user entered in the textbox will be displayed in the groupbox..the english word will be obtained in the database that was created...is it not possible?
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 903
Reputation: DdoubleD is a jewel in the rough DdoubleD is a jewel in the rough DdoubleD is a jewel in the rough DdoubleD is a jewel in the rough 
Solved Threads: 144
DdoubleD DdoubleD is offline Offline
Posting Shark
 
0
  #6
26 Days Ago
Originally Posted by jejannah View Post
ahmm okay..
but about the groupox...
my leader gave us the screenshot of our project that's why i am keep on mentioning that the english equivalent word of the other word that the user entered in the textbox will be displayed in the groupbox..the english word will be obtained in the database that was created...is it not possible?
Possible?--don't know what the screenshot looks like, but probably anything possible.... Can you attach the screenshot so we can see what you are talking about?
Reply With Quote Quick reply to this message  
Join Date: Nov 2009
Posts: 8
Reputation: jejannah is an unknown quantity at this point 
Solved Threads: 0
jejannah jejannah is offline Offline
Newbie Poster
 
0
  #7
26 Days Ago
Originally Posted by DdoubleD View Post
Possible?--don't know what the screenshot looks like, but probably anything possible.... Can you attach the screenshot so we can see what you are talking about?
sorry, but how can i attach it?
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 1,926
Reputation: ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of ddanbe has much to be proud of 
Solved Threads: 276
ddanbe's Avatar
ddanbe ddanbe is offline Offline
Posting Virtuoso
 
0
  #8
26 Days Ago
When you reply, click advanced and scroll down. You will notice a button Manage Attachements click on on it, click on Browse to select your picture, then click on the upload button.
Fill in your reply and click the Submit Reply button.
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Reply With Quote Quick reply to this message  
Join Date: Nov 2009
Posts: 8
Reputation: jejannah is an unknown quantity at this point 
Solved Threads: 0
jejannah jejannah is offline Offline
Newbie Poster
 
0
  #9
26 Days Ago
ok thanks...

here it is..
Attached Thumbnails
screenshot.JPG  
Reply With Quote Quick reply to this message  
Join Date: Nov 2009
Posts: 8
Reputation: jejannah is an unknown quantity at this point 
Solved Threads: 0
jejannah jejannah is offline Offline
Newbie Poster
 
0
  #10
26 Days Ago
the user will enter a word in the textbox particularly Tagalog word for example 'aso' then, when he clicks the speak button the software will give the spoken form of the word then the english equivalent word will be displayed in the groupbox as 'aso-dog',something like that....
Reply With Quote Quick reply to this message  
Reply

Message:



Other Threads in the C# Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC