Forum: C# Jan 7th, 2009 |
| Replies: 9 Views: 979 Hi LizR,
Ok.Then give me the hint is the way i am trying to split wav file is correct or not.for some .wav files it is splitting correctly and playing two files and some files it is splittings... |
Forum: C# Jan 7th, 2009 |
| Replies: 9 Views: 979 Hi LiZR,
Give me ur gmailid i will send u the audio file which i have to split and now i am searching abt file headers
sireesha |
Forum: C# Jan 7th, 2009 |
| Replies: 9 Views: 979 Actually the .wav file have some properties like Audio formate-gsm 6.10,Audio sample rate 8KHz ,channels 1 mono,Bit Rate 13 kbps. so using this we have to split
plz tel me the request i will post |
Forum: C# Jan 7th, 2009 |
| Replies: 9 Views: 979 Hi,
i am working on splitting .wav files with bitrate 13 kbps,mono,
sample rate 8 khz and audio format GSM 6.10.my code is like this
private void SplitFile(string FileInputPath, string... |
Forum: C# Aug 25th, 2008 |
| Replies: 1 Views: 1,827 Hi,
i am working with windows media player control using AxInterop.WMPLib in c# windows application.It is working properly but i want to hide seek bar in windows media player.if u know this plz... |
Forum: C# Jul 11th, 2008 |
| Replies: 2 Views: 4,561 Hi all,
Can u plz tell me as how to upload images.
I am developing an web application similar to picasaweb album.
I need to know as where the images to be saved(is it in database directly each... |
Forum: C# Jun 10th, 2008 |
| Replies: 0 Views: 1,394 Hi,
In my Datagridview contains itemno,itemdescription,quantity,price columns.
this values can view in crystal report.in crystal report only 10 colums can able to view.
so,in item descriptionin... |
Forum: C# Jun 10th, 2008 |
| Replies: 3 Views: 1,755 private void dataGridView1_EditingControlShowing(object sender, DataGridViewEditingControlShowingEventArgs e)
{
TextBox txt=e.Control as TextBox;
txt.TextChanged... |
Forum: C# Jun 9th, 2008 |
| Replies: 3 Views: 1,755 Hi,
In my Datagridview contains itemno,itemdescription,quantity,price columns.
this values can view in crystal report.in crystal report only 10 colums can able to view.
so,in item descriptionin ... |