Click here to Skip to main content
15,914,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Exporting Table Structure From Ms Access to SQL SERVER 2000 using VB? Pin
ScottM126-May-09 2:56
ScottM126-May-09 2:56 
GeneralRe: Exporting Table Structure From Ms Access to SQL SERVER 2000 using VB? Pin
Parag Raibagkar27-May-09 6:32
Parag Raibagkar27-May-09 6:32 
GeneralRe: Exporting Table Structure From Ms Access to SQL SERVER 2000 using VB? Pin
ScottM127-May-09 20:30
ScottM127-May-09 20:30 
QuestionQuery API Pin
aerosmith2k125-May-09 13:16
aerosmith2k125-May-09 13:16 
AnswerRe: Query API Pin
Dave Kreskowiak25-May-09 14:32
mveDave Kreskowiak25-May-09 14:32 
GeneralRe: Query API Pin
Jon_Boy26-May-09 4:51
Jon_Boy26-May-09 4:51 
GeneralRe: Query API Pin
Dave Kreskowiak26-May-09 7:28
mveDave Kreskowiak26-May-09 7:28 
QuestionEvent raises but the required code does not? Pin
Amer Rehman25-May-09 6:11
Amer Rehman25-May-09 6:11 
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 even after the event raises. 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 = "txtServer"
txt.Text = data
Controls.Add(txt)

End Sub

Thanks

reman

AnswerRe: Event raises but the required code does not? Pin
Luc Pattyn25-May-09 6:39
sitebuilderLuc Pattyn25-May-09 6:39 
AnswerRe: Event raises but the required code does not? Pin
Dave Kreskowiak25-May-09 6:56
mveDave Kreskowiak25-May-09 6:56 
QuestionSubtract DateTime Pin
she-Developer25-May-09 2:29
she-Developer25-May-09 2:29 
AnswerRe: Subtract DateTime Pin
Luc Pattyn25-May-09 2:46
sitebuilderLuc Pattyn25-May-09 2:46 
GeneralRe: Subtract DateTime Pin
she-Developer25-May-09 2:48
she-Developer25-May-09 2:48 
AnswerRe: Subtract DateTime Pin
she-Developer25-May-09 2:47
she-Developer25-May-09 2:47 
AnswerRe: Subtract DateTime Pin
Tiyani Miyambo25-May-09 2:48
Tiyani Miyambo25-May-09 2:48 
GeneralRe: Subtract DateTime Pin
Tom Deketelaere25-May-09 3:55
professionalTom Deketelaere25-May-09 3:55 
GeneralRe: Subtract DateTime Pin
ScottM126-May-09 3:00
ScottM126-May-09 3:00 
GeneralRe: Subtract DateTime Pin
Jon_Boy26-May-09 4:53
Jon_Boy26-May-09 4:53 
AnswerRe: Subtract DateTime Pin
Mohammed.Al-Qaisi25-May-09 6:15
Mohammed.Al-Qaisi25-May-09 6:15 
AnswerRe: Subtract DateTime Pin
Dave Kreskowiak25-May-09 6:54
mveDave Kreskowiak25-May-09 6:54 
QuestionRun Time Save and Create Application Pin
Anubhava Dimri25-May-09 2:03
Anubhava Dimri25-May-09 2:03 
AnswerRe: Run Time Save and Create Application Pin
Henry Minute25-May-09 4:15
Henry Minute25-May-09 4:15 
AnswerRe: Run Time Save and Create Application Pin
Dave Kreskowiak25-May-09 6:53
mveDave Kreskowiak25-May-09 6:53 
QuestionGroup Datagrid by dragging columns Pin
Nielvh25-May-09 1:42
Nielvh25-May-09 1:42 
AnswerRe: Group Datagrid by dragging columns Pin
Jon_Boy26-May-09 4:56
Jon_Boy26-May-09 4:56 

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.