DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   C# (http://www.daniweb.com/forums/forum61.html)
-   -   how to insert data... (http://www.daniweb.com/forums/thread142888.html)

Hannahlv Aug 29th, 2008 12:44 am
how to insert data...
 
how to insert data like dynamic label...

khbummy Aug 29th, 2008 1:47 am
Re: how to insert data...
 
What do you mean?

Label lbl=new Label();
lbl.Text="What do you mean?";
SomeContainer.Controls.Add(lbl);

Renukavani Aug 29th, 2008 3:21 am
Re: how to insert data...
 
Quote:

Originally Posted by Hannahlv (Post 680379)
how to insert data like dynamic label...

1.can u tel me where u want to insert data
while runtime or what. expecting more explanation

Hannahlv Aug 29th, 2008 4:25 am
Re: how to insert data...
 
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 write the code? or got any structure to show it?

miculnegru Aug 29th, 2008 4:44 am
Re: how to insert data...
 
as far as i understand your question is : how you insert a object in a audio frame at runtime ?

could you post some code on how the audio frame looks , or how is the data formated ? in a byte array ? or something ? anything is better than what you have posted so far.


All times are GMT -4. The time now is 12:07 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC