Click here to Skip to main content
16,006,006 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: vb.net tutorial Pin
Dave Kreskowiak27-Mar-05 15:20
mveDave Kreskowiak27-Mar-05 15:20 
QuestionHow to extract last word typed into richtextbox ? Pin
hammo27-Mar-05 13:54
hammo27-Mar-05 13:54 
AnswerRe: How to extract last word typed into richtextbox ? Pin
Dave Kreskowiak27-Mar-05 15:18
mveDave Kreskowiak27-Mar-05 15:18 
GeneralRe: How to extract last word typed into richtextbox ? Pin
hammo28-Mar-05 11:32
hammo28-Mar-05 11:32 
GeneralRe: How to extract last word typed into richtextbox ? Pin
Dave Kreskowiak29-Mar-05 2:09
mveDave Kreskowiak29-Mar-05 2:09 
AnswerRe: How to extract last word typed into richtextbox ? Pin
Mandar Patankar28-Mar-05 6:28
Mandar Patankar28-Mar-05 6:28 
GeneralRe: How to extract last word typed into richtextbox ? Pin
hammo28-Mar-05 11:28
hammo28-Mar-05 11:28 
GeneralVB.Net Question Pin
dyerstein27-Mar-05 9:11
dyerstein27-Mar-05 9:11 
I'm writing an application(VB) that connect to a trading server, I have the following code, but I am havign some strange behaviour:

Private Sub cmdConnect_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdConnect.Click

' assume this is a non Financial Advisor account. If it is the managedAccounts()
' event will be fired.
m_faAccount = False

m_dlgConnect.Show()
If m_dlgConnect.ok Then
With m_dlgConnect
Call TwsCtrl.connect(.hostIP, .port, .clientId)
End With
End If

End Sub


When this code is executed, the result that I want, namely to logon the server, I am having to run this code twice, I mean it works, but The command button that I press to execute this code requires me to have to press it twice, requiring this module to execute twice???? I cant quite figure why I get this strange behaviour??
GeneralRe: VB.Net Question Pin
Dave Kreskowiak27-Mar-05 15:03
mveDave Kreskowiak27-Mar-05 15:03 
Questionhow to get name of all tables in msaccess database Pin
sumit2127-Mar-05 5:34
sumit2127-Mar-05 5:34 
AnswerRe: how to get name of all tables in msaccess database Pin
Dave Kreskowiak27-Mar-05 8:21
mveDave Kreskowiak27-Mar-05 8:21 
Generalcast conversion from double to string Pin
sumit2127-Mar-05 4:11
sumit2127-Mar-05 4:11 
GeneralRe: cast conversion from double to string Pin
Dave Kreskowiak27-Mar-05 8:16
mveDave Kreskowiak27-Mar-05 8:16 
GeneralFile, Folder, Reg Permissions Pin
badcredit26-Mar-05 12:52
badcredit26-Mar-05 12:52 
GeneralRe: File, Folder, Reg Permissions Pin
Dave Kreskowiak26-Mar-05 15:16
mveDave Kreskowiak26-Mar-05 15:16 
GeneralImageList Pin
Anonymous26-Mar-05 12:10
Anonymous26-Mar-05 12:10 
GeneralRe: ImageList Pin
Dave Kreskowiak27-Mar-05 3:34
mveDave Kreskowiak27-Mar-05 3:34 
GeneralRe: ImageList Pin
Just Greeky Creek27-Mar-05 22:36
Just Greeky Creek27-Mar-05 22:36 
QuestionHow to Make Scrollable Image Pin
imshally8126-Mar-05 1:48
imshally8126-Mar-05 1:48 
AnswerRe: How to Make Scrollable Image Pin
Robert Rohde26-Mar-05 23:23
Robert Rohde26-Mar-05 23:23 
GeneralRe: How to Make Scrollable Image Pin
imshally8128-Mar-05 23:15
imshally8128-Mar-05 23:15 
QuestionHow to send info from one form to another Pin
shripad bose25-Mar-05 22:36
shripad bose25-Mar-05 22:36 
AnswerRe: How to send info from one form to another Pin
Dave Kreskowiak26-Mar-05 15:14
mveDave Kreskowiak26-Mar-05 15:14 
QuestionHow draw Rectangle on Image. Pin
imshally8125-Mar-05 20:46
imshally8125-Mar-05 20:46 
AnswerRe: How draw Rectangle on Image. Pin
Robert Rohde27-Mar-05 3:05
Robert Rohde27-Mar-05 3:05 

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.