| | |
hi..
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
0
#11 23 Days Ago
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; 23 Days Ago 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 23 Days Ago
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 23 Days Ago
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: 886
Reputation:
Solved Threads: 140
0
#15 23 Days Ago
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?
| Thread Tools | Search this Thread |
.net access algorithm alignment app array barchart bitmap box broadcast c# c#gridviewcolumn cast check checkbox client combobox communication control conversion csharp custom database datagrid datagridview dataset datatable datetime degrees development draganddrop drawing elevated encryption enum excel file focus form format forms function gdi+ hospitalmanagementsystem httpwebrequest image index input install java label list listbox localization login mandelbrot math messagebox mouseclick mysql operator path photoshop picturebox pixelinversion plotting pointer post programming radians read regex remote remoting richtextbox server sleep socket sql statistics stream string stringformatting sun table text textbox thread time timer update usercontrol validation visualstudio webbrowser whileloop windows winforms wpf xml






