| | |
hi..
Please support our C# advertiser: Programming Forums - DaniWeb Sister Site
![]() |
0
#11 Nov 2nd, 2009
You can't display something in a GroupBox control. As DdoubleD already pointed out you can change the Text property. So you could change the phrase English equivalent into 'aso-dog' if you like.
Here I would use a combination of a Label and another TextBox.
I would set the following:
MyLabel.Text = "English equivalent:";
MyTextBox.Text = "'aso-dog";
but this is all up to you what you decide to do.
Here I would use a combination of a Label and another TextBox.
I would set the following:
MyLabel.Text = "English equivalent:";
MyTextBox.Text = "'aso-dog";
but this is all up to you what you decide to do.
Last edited by ddanbe; Nov 2nd, 2009 at 10:01 am.
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Make love, no war. Cave ab homine unius libri.
Danny
•
•
Join Date: Nov 2009
Posts: 8
Reputation:
Solved Threads: 0
0
#12 Nov 2nd, 2009
ahmm.okay..never mind the groupbox thing..
ahmm...it's like this...i have a database one for the tagalog words and one is for the english words(of the tagalog words)..
as what i said before the user will enter a tagalog word in the textbox then when he clicks the speak button the software will give the spoken form..
then in the form, the english equivalent of the tagalog word should be displayed..how is that?
it will be coming from the english database...
please help..i am not so familiar working with database using c#...=(
ahmm...it's like this...i have a database one for the tagalog words and one is for the english words(of the tagalog words)..
as what i said before the user will enter a tagalog word in the textbox then when he clicks the speak button the software will give the spoken form..
then in the form, the english equivalent of the tagalog word should be displayed..how is that?
it will be coming from the english database...
please help..i am not so familiar working with database using c#...=(
0
#13 Nov 2nd, 2009
Sorry I'm not so fluent as it comes to databases. Perhaps start a search in C# forum search? You find it on the right side of the site window under RELATED FORUM FEATURES. Succes!
Or else, I know some nice guys over here who will gladly help you out
Or else, I know some nice guys over here who will gladly help you out
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Make love, no war. Cave ab homine unius libri.
Danny
•
•
Join Date: Jul 2009
Posts: 972
Reputation:
Solved Threads: 213
0
#15 Nov 2nd, 2009
You need to provide more information about the data retrieval you need. For starters, you should indicate:
1) type of DB (eg. Sql Server, MySQL, Access, etc.)
2) how you expect the data to be loaded into your program (entire table, single field, range of records, etc.)
If you already have some code where you are trying to achieve this, but need some assistance to get it working, include that code too (be sure to use CODE tags).
1) type of DB (eg. Sql Server, MySQL, Access, etc.)
2) how you expect the data to be loaded into your program (entire table, single field, range of records, etc.)
If you already have some code where you are trying to achieve this, but need some assistance to get it working, include that code too (be sure to use CODE tags).
![]() |
Other Threads in the C# Forum
- Previous Thread: Using Word._Application.Quit Method
- Next Thread: What is designer.cs?
Views: 374 | Replies: 14
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array barchart bitmap box broadcast button buttons c# chat check checkbox class client code color control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file form format forms ftp function gdi+ http httpwebrequest image index input install java label list listbox listener login mandelbrot math mouseclick mysql networking object operator oracle path photoshop picturebox pixelinversion post prime programming radians regex remote remoting richtextbox save saving serialization server sleep socket sql statistics string table textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml






