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

Visual Basic

 
AnswerRe: error message: index and length must refer to a location within the string Pin
Richard MacCutchan15-Oct-10 2:19
mveRichard MacCutchan15-Oct-10 2:19 
GeneralMessage Removed Pin
15-Oct-10 2:22
vijay248215-Oct-10 2:22 
GeneralRe: error message: index and length must refer to a location within the string Pin
Richard MacCutchan15-Oct-10 5:39
mveRichard MacCutchan15-Oct-10 5:39 
AnswerRe: error message: index and length must refer to a location within the string Pin
Luc Pattyn15-Oct-10 2:35
sitebuilderLuc Pattyn15-Oct-10 2:35 
QuestionWriting and saving a XML file? Pin
sanyexian14-Oct-10 19:46
sanyexian14-Oct-10 19:46 
AnswerRe: Writing and saving a XML file? Pin
DaveAuld14-Oct-10 20:48
professionalDaveAuld14-Oct-10 20:48 
GeneralRe: Writing and saving a XML file? Pin
sanyexian14-Oct-10 21:17
sanyexian14-Oct-10 21:17 
QuestionEquivalent code in access Pin
C#Coudou14-Oct-10 16:57
C#Coudou14-Oct-10 16:57 
hi,

what is the ms access equivalent code of this.

'written in visual basic.net
Private Sub btnCommon_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCommon.Click, _
        btnOK.Click,btnRegister.Click, btnDataTransfer.Click, btnClose.Click

 	Dim button As Button

        button = CType(sender, Button)

	'code here
End Sub

Note: there is no Handles in ms access.
i have a small program in access and lots of buttons. i want to hide one button and call all buttons. i dont want to have event in all buttons. that is why i need a code that can call all button. just like above.
C# コードMicrosoft End User
2000-2008




「「「「「「「「「「「「「「「「「「「「「「「「「「「「
The best things in life are free
」」」」」」」」」」」」」」」」」」」」」」」」」」」」


AnswerRe: Equivalent code in access Pin
Estys15-Oct-10 2:51
Estys15-Oct-10 2:51 
AnswerRe: Equivalent code in access Pin
Simon_Whale15-Oct-10 3:03
Simon_Whale15-Oct-10 3:03 
GeneralRe: Equivalent code in access Pin
riced15-Oct-10 4:24
riced15-Oct-10 4:24 
QuestionVB.Net - Excel SaveAs box Pin
Central_IT13-Oct-10 4:56
Central_IT13-Oct-10 4:56 
AnswerRe: VB.Net - Excel SaveAs box Pin
phil.o13-Oct-10 5:02
professionalphil.o13-Oct-10 5:02 
GeneralRe: VB.Net - Excel SaveAs box Pin
JR21214-Oct-10 0:43
JR21214-Oct-10 0:43 
Questiondelete a record with foereign key reference Pin
waner michaud12-Oct-10 8:48
waner michaud12-Oct-10 8:48 
AnswerRe: delete a record with foereign key reference Pin
SilimSayo12-Oct-10 9:50
SilimSayo12-Oct-10 9:50 
AnswerRe: delete a record with foereign key reference Pin
David Mujica12-Oct-10 10:12
David Mujica12-Oct-10 10:12 
QuestionMS Powerpoint Counter Pin
Civic0612-Oct-10 2:50
Civic0612-Oct-10 2:50 
AnswerRe: MS Powerpoint Counter Pin
David Mujica12-Oct-10 3:06
David Mujica12-Oct-10 3:06 
QuestionConvert Vb.net Application into Web application Pin
vijay248211-Oct-10 21:20
vijay248211-Oct-10 21:20 
AnswerRe: Convert Vb.net Application into Web application Pin
Dave Kreskowiak12-Oct-10 1:47
mveDave Kreskowiak12-Oct-10 1:47 
GeneralRe: Convert Vb.net Application into Web application Pin
vijay248212-Oct-10 2:32
vijay248212-Oct-10 2:32 
GeneralRe: Convert Vb.net Application into Web application Pin
Dave Kreskowiak12-Oct-10 4:11
mveDave Kreskowiak12-Oct-10 4:11 
GeneralRe: Convert Vb.net Application into Web application Pin
vijay248212-Oct-10 19:40
vijay248212-Oct-10 19:40 
QuestionReading Spanish Characters Pin
priyaahh11-Oct-10 20:33
priyaahh11-Oct-10 20:33 

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.