how to insert data like dynamic label...

Recommended Answers

All 4 Replies

What do you mean?

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

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

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?

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.