Forum: C# Dec 17th, 2008 |
| Replies: 10 Views: 561 List<Medications> A=List<Object>M;
And if I do that??(Sorry if I'm boring) |
Forum: C# Dec 17th, 2008 |
| Replies: 10 Views: 561 List<object> M; new List<object>;
it was an error, but in the program I have that well done (List<object> M= new List<object>;)but t is not the problem...How can I transform a list of objects in a... |
Forum: C# Dec 17th, 2008 |
| Replies: 10 Views: 561 And if I use objects, Can I do it:
List<object> M; new List<object>;
List<Medications> A=M;//??
How can I pass the objecto to a Medication?? |
Forum: C# Dec 17th, 2008 |
| Replies: 10 Views: 561 Class Farmacia
{
private List<Medicamentos> M = new List<Medicamentos>();
public Medicamentos k(string n)
{
.....
return M;
}
public add(Medicamentos a)
{ |
Forum: C# Dec 17th, 2008 |
| Replies: 10 Views: 561 Good staff ...
I'm doing a program in which I have a class (pharmacies) in which it has a list of medications (List <Medications>), but the medications class has 3 sub ...
When I insert an object... |
Forum: C# Dec 16th, 2008 |
| Replies: 10 Views: 847 Thank you all, the two ideas will be useful ... I dont know how I have not reminded of something so obvious, but thanks again! |
Forum: C# Dec 15th, 2008 |
| Replies: 10 Views: 847 Yes, is how to disable it...But I dont know how to do it!!I already tried to make comboBox6.MaxDropDownItems = 0, but we can not ... |
Forum: C# Dec 15th, 2008 |
| Replies: 10 Views: 847 rather it is simple, just do not know the "code" to block a combobox and a trackbar (eg. combobox6.***), that you can not move these components, yhat you cant select an item...You know what I mean?? |
Forum: C# Dec 15th, 2008 |
| Replies: 10 Views: 847 I need to know to turn off a combobox, and a trackBar! I explain, when you select an item from a combobox, I would like to disable another combobox and a trackbar in the same form ... Who can help... |
Forum: C# Dec 15th, 2008 |
| Replies: 3 Views: 780 I has solved this for myself, but thanks... |
Forum: C# Dec 13th, 2008 |
| Replies: 3 Views: 780 Sorry to be upset again, but I am doing a project and need your help!
I have a list of a class (eg: List <Medicamentos>...), but this class has 3 subclasses and, how I use properties ,I dont know... |
Forum: C# Dec 12th, 2008 |
| Replies: 2 Views: 489 I have a form with a tabcontrol, and I would like to know whow to do that the tab follow the form,that means, to maximaze the tabcontrol to!forgive me about my english... |
Forum: C# Dec 10th, 2008 |
| Replies: 3 Views: 465 howw...forget it...it was stupidity...I'm blindness...lol |
Forum: C# Dec 10th, 2008 |
| Replies: 3 Views: 465 When I debug my program, if I maximize my form, i dont know how to align the center all my butons!!!The butons stay in the corner...
Someone can help me!! |