Click here to Skip to main content
15,923,689 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB Newbie Question Pin
_Zorro_1-Nov-06 7:50
professional_Zorro_1-Nov-06 7:50 
GeneralRe: VB Newbie Question Pin
SilentCodingOne1-Nov-06 9:04
SilentCodingOne1-Nov-06 9:04 
AnswerRe: VB Newbie Question Pin
nlarson111-Nov-06 9:12
nlarson111-Nov-06 9:12 
AnswerRe: VB Newbie Question Pin
Ray Cassick1-Nov-06 12:12
Ray Cassick1-Nov-06 12:12 
GeneralRe: VB Newbie Question Pin
SilentCodingOne2-Nov-06 6:36
SilentCodingOne2-Nov-06 6:36 
Questionvisual Basic 6 Pin
Fakhruddin Kaukawala1-Nov-06 7:08
Fakhruddin Kaukawala1-Nov-06 7:08 
Questionhow many copies a vb.net application runs Pin
7prince1-Nov-06 6:17
7prince1-Nov-06 6:17 
Questiondynamic labels Pin
Ram Kiran1-Nov-06 5:22
Ram Kiran1-Nov-06 5:22 
how to generate a new label for every click event of a send button in panel in a new row in please see the code below.its working but not creating new label in a new line withfirst label vissible

i am trying to write code for chating application.Please help me as soon as possible..

private void btnSend_Click(object sender, System.EventArgs e)
{
System.Web.UI.WebControls.Label lbl=new Label();
lbl.Text=entr;
Panel1.Controls.Add(lbl);
}

AnswerRe: dynamic labels Pin
nlarson111-Nov-06 6:36
nlarson111-Nov-06 6:36 
GeneralRe: dynamic labels Pin
Ram Kiran1-Nov-06 21:34
Ram Kiran1-Nov-06 21:34 
Questionnested datagrids Pin
microuser_20001-Nov-06 3:10
microuser_20001-Nov-06 3:10 
AnswerRe: nested datagrids Pin
leckey1-Nov-06 5:20
leckey1-Nov-06 5:20 
GeneralRe: nested datagrids Pin
microuser_20001-Nov-06 20:31
microuser_20001-Nov-06 20:31 
Questionsubreport (displaying the fields inside) [modified] Pin
steve_rm1-Nov-06 3:07
steve_rm1-Nov-06 3:07 
AnswerRe: subreport (displaying the fields inside) Pin
steve_rm1-Nov-06 17:47
steve_rm1-Nov-06 17:47 
QuestionRe: subreport section arranging Pin
steve_rm1-Nov-06 17:49
steve_rm1-Nov-06 17:49 
QuestionHow to get the ProcessID of any object initialized by applicaiton ? Pin
Rizwan Bashir1-Nov-06 3:04
Rizwan Bashir1-Nov-06 3:04 
AnswerRe: How to get the ProcessID of any object initialized by applicaiton ? Pin
Yona Low1-Nov-06 4:17
Yona Low1-Nov-06 4:17 
GeneralRe: How to get the ProcessID of any object initialized by applicaiton ? Pin
Rizwan Bashir1-Nov-06 4:29
Rizwan Bashir1-Nov-06 4:29 
GeneralRe: How to get the ProcessID of any object initialized by applicaiton ? Pin
Yona Low1-Nov-06 4:56
Yona Low1-Nov-06 4:56 
GeneralRe: How to get the ProcessID of any object initialized by applicaiton ? Pin
Rizwan Bashir1-Nov-06 20:47
Rizwan Bashir1-Nov-06 20:47 
GeneralRe: How to get the ProcessID of any object initialized by applicaiton ? Pin
Yona Low2-Nov-06 3:44
Yona Low2-Nov-06 3:44 
QuestionHelp, please Pin
alexfromto1-Nov-06 3:00
alexfromto1-Nov-06 3:00 
AnswerRe: Help, please Pin
Are Jay1-Nov-06 10:23
Are Jay1-Nov-06 10:23 
GeneralRe: Help, please Pin
alexfromto1-Nov-06 10:35
alexfromto1-Nov-06 10:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.