Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to decode quoted printable text ? Pin
gowridamarla24-May-09 23:52
gowridamarla24-May-09 23:52 
AnswerRe: how to decode quoted printable text ? Pin
Dave Kreskowiak25-May-09 6:50
mveDave Kreskowiak25-May-09 6:50 
Question[Message Deleted] Pin
king gamo24-May-09 23:42
king gamo24-May-09 23:42 
AnswerRe: Need Help converting VB.net2005 application to Web based app Pin
Eduard Keilholz25-May-09 3:52
Eduard Keilholz25-May-09 3:52 
AnswerRe: Need Help converting VB.net2005 application to Web based app Pin
Dave Kreskowiak25-May-09 6:45
mveDave Kreskowiak25-May-09 6:45 
Questionto draw the line between the cells of msflexgrid Pin
Gkmal24-May-09 20:47
Gkmal24-May-09 20:47 
AnswerRe: to draw the line between the cells of msflexgrid Pin
LCARS x3224-May-09 22:59
LCARS x3224-May-09 22:59 
QuestionWhere is the problem Pin
Amer Rehman24-May-09 20:26
Amer Rehman24-May-09 20:26 
Hi
I want to display the message in the following event procidure when a message is received by creating a control dynamically e.g. textbox to display the message. But the control is not created. Where is the bug in my code.

Private Sub MessageReceivedEventHandler(ByVal data As String) Handles remote.MessageReceived

Dim txt As New TextBox
txt.Size = New Size(55, 25)
txt.Location = New Point(x, y)
txt.Name = "strServer"
txt.Text = data
Controls.Add(txt)

End Sub

Thanks

reman

AnswerRe: Where is the problem Pin
DidiKunz24-May-09 20:34
DidiKunz24-May-09 20:34 
GeneralRe: Where is the problem Pin
Mohammed.Al-Qaisi25-May-09 6:17
Mohammed.Al-Qaisi25-May-09 6:17 
GeneralRe: Where is the problem Pin
Dave Kreskowiak25-May-09 6:43
mveDave Kreskowiak25-May-09 6:43 
QuestionCaonnot Update Database Access withh visualBasics6 Pin
labq58124-May-09 17:32
labq58124-May-09 17:32 
AnswerRe: Caonnot Update Database Access withh visualBasics6 Pin
DidiKunz24-May-09 20:28
DidiKunz24-May-09 20:28 
GeneralRe: Caonnot Update Database Access withh visualBasics6 Pin
Tiyani Miyambo25-May-09 2:57
Tiyani Miyambo25-May-09 2:57 
AnswerRe: Caonnot Update Database Access withh visualBasics6 Pin
riced25-May-09 6:22
riced25-May-09 6:22 
Questioncreate combo box in datagrid Pin
labq58124-May-09 16:55
labq58124-May-09 16:55 
AnswerRe: create combo box in datagrid Pin
DidiKunz24-May-09 20:30
DidiKunz24-May-09 20:30 
AnswerRe: create combo box in datagrid Pin
Baran M25-May-09 1:09
Baran M25-May-09 1:09 
QuestionCheck whether medium is a DVD or CD Pin
Zaegra24-May-09 4:21
Zaegra24-May-09 4:21 
AnswerRe: Check whether medium is a DVD or CD Pin
dan!sh 24-May-09 8:19
professional dan!sh 24-May-09 8:19 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra24-May-09 10:44
Zaegra24-May-09 10:44 
GeneralRe: Check whether medium is a DVD or CD Pin
dan!sh 24-May-09 18:39
professional dan!sh 24-May-09 18:39 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra24-May-09 22:05
Zaegra24-May-09 22:05 
GeneralRe: Check whether medium is a DVD or CD Pin
dan!sh 24-May-09 22:23
professional dan!sh 24-May-09 22:23 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra24-May-09 23:00
Zaegra24-May-09 23:00 

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.