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

Visual Basic

 
GeneralRe: Project problems. Pin
Rizwan Bashir10-Jun-05 1:07
Rizwan Bashir10-Jun-05 1:07 
GeneralRe: Project problems. Pin
toxcct10-Jun-05 1:22
toxcct10-Jun-05 1:22 
GeneralRe: Project problems. Pin
Rizwan Bashir10-Jun-05 1:52
Rizwan Bashir10-Jun-05 1:52 
GeneralRe: Project problems. Pin
Colin Angus Mackay10-Jun-05 9:23
Colin Angus Mackay10-Jun-05 9:23 
GeneralThis was the problem Pin
Rizwan Bashir10-Jun-05 21:28
Rizwan Bashir10-Jun-05 21:28 
GeneralRe: Project problems. Pin
Colin Angus Mackay10-Jun-05 9:25
Colin Angus Mackay10-Jun-05 9:25 
GeneralToolbar Pin
ADY0079-Jun-05 23:45
ADY0079-Jun-05 23:45 
GeneralRe: Toolbar Pin
Rizwan Bashir9-Jun-05 23:56
Rizwan Bashir9-Jun-05 23:56 
double cclick on the toolbar and in the event opened use this

If e.Button Is tbButtonName Then
msgbox "tbButtonName is clicked"
ElseIf e.Button Is tbBtnTest Then
msgbox "Test Button is clicked"
end if

' where tbButtonName and tbBtnTeSt are the names of button on toolbar

GeneralRe: Toolbar Pin
ADY00710-Jun-05 0:17
ADY00710-Jun-05 0:17 
GeneralRe: Toolbar Pin
Rizwan Bashir10-Jun-05 0:46
Rizwan Bashir10-Jun-05 0:46 
GeneralRe: Toolbar Pin
Jim Matthews10-Jun-05 4:05
Jim Matthews10-Jun-05 4:05 
GeneralPass value to crystal report Pin
LordLothar9-Jun-05 22:30
LordLothar9-Jun-05 22:30 
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir9-Jun-05 22:43
Rizwan Bashir9-Jun-05 22:43 
GeneralRe: Pass value to crystal report Pin
LordLothar9-Jun-05 23:48
LordLothar9-Jun-05 23:48 
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir9-Jun-05 23:51
Rizwan Bashir9-Jun-05 23:51 
GeneralRe: Pass value to crystal report Pin
LordLothar10-Jun-05 3:03
LordLothar10-Jun-05 3:03 
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir10-Jun-05 3:31
Rizwan Bashir10-Jun-05 3:31 
GeneralRe: Pass value to crystal report Pin
LordLothar10-Jun-05 19:10
LordLothar10-Jun-05 19:10 
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir10-Jun-05 22:11
Rizwan Bashir10-Jun-05 22:11 
GeneralRe: Pass value to crystal report Pin
LordLothar10-Jun-05 23:25
LordLothar10-Jun-05 23:25 
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir11-Jun-05 0:44
Rizwan Bashir11-Jun-05 0:44 
GeneralRe: Pass value to crystal report Pin
LordLothar11-Jun-05 5:30
LordLothar11-Jun-05 5:30 
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir12-Jun-05 21:28
Rizwan Bashir12-Jun-05 21:28 
GeneralInserting text in between a file Pin
smita_roy9-Jun-05 21:35
smita_roy9-Jun-05 21:35 
GeneralRe: Inserting text in between a file Pin
Dave Kreskowiak10-Jun-05 2:47
mveDave Kreskowiak10-Jun-05 2:47 

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.