Forum: C# Jan 10th, 2009 |
| Replies: 2 Views: 2,138 Hi everyone,
I'm doing an hotel application which has an introduction form. In that form I put a RichTextBox control and a menu toolstrip. I want to load a rtf file to richtextbox when the toolstrip... |
Forum: C# Aug 29th, 2008 |
| Replies: 4 Views: 1,270 i wan to insert data in a dab audio frame... example: i got a frame 480bytes... then i will increase the frame size to 576 bytes... and i need to insert 96 bytes of data that 1 wan...
so how to... |
Forum: C# Aug 29th, 2008 |
| Replies: 4 Views: 1,270 how to insert data like dynamic label... |
Forum: C# Aug 28th, 2008 |
| Replies: 2 Views: 1,101 using System;
using System.Collections.Generic;
using System.Text;
namespace EnsembleAnalyzer
{
/// <summary>
/// Tool to calculate and add CRC codes to a string
///
///... |
Forum: C# Aug 5th, 2008 |
| Replies: 8 Views: 796 Thanks for the reply now the problem is that i dont know where to add this code String)patientspastillnessComboBox.Items[INDEX_NUM]; // INDEX_NUM: 0 ~ n(existed item number) |
Forum: C# Aug 5th, 2008 |
| Replies: 8 Views: 796 The parameters declare are strings, but those are all combobox and I want to pass all the content of combobox into the method. So now what should I do? |
Forum: C# Aug 5th, 2008 |
| Replies: 8 Views: 796 Thank you for your reply.
I still got error can't overload the method.
consu.UpdateConsultationDetail(consultationidTextBox.Text, consultationdateTextBox.Text,... |
Forum: C# Aug 4th, 2008 |
| Replies: 8 Views: 796 Hello all,
I have overloading method problem with my miniproject. The code is below :
patients.UpdatePatientsDetail(patientsidTextBox.Text, patientsnameLabel1.Text);
Error is : no overload... |