Click here to Skip to main content
15,885,244 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionADODC ConnectionString App.Path VB6 Pin
Amit Battan Ror3-Jul-08 18:51
Amit Battan Ror3-Jul-08 18:51 
AnswerRe: ADODC ConnectionString App.Path VB6 Pin
Amit Battan Ror3-Jul-08 19:19
Amit Battan Ror3-Jul-08 19:19 
GeneralRe: ADODC ConnectionString App.Path VB6 Pin
jeipiyaku3-Jul-08 23:06
jeipiyaku3-Jul-08 23:06 
AnswerRe: ADODC ConnectionString App.Path VB6 Pin
Paul Conrad4-Jul-08 7:51
professionalPaul Conrad4-Jul-08 7:51 
Questioncall a function Pin
shee_dee863-Jul-08 17:37
shee_dee863-Jul-08 17:37 
AnswerRe: call a function Pin
Colin Angus Mackay3-Jul-08 20:36
Colin Angus Mackay3-Jul-08 20:36 
GeneralRe: call a function Pin
CARPETBURNER3-Jul-08 22:46
CARPETBURNER3-Jul-08 22:46 
AnswerRe: call a function Pin
Rupesh Kumar Swami3-Jul-08 20:41
Rupesh Kumar Swami3-Jul-08 20:41 
since your function(as you specified in sample code) return image so suppose your button name is "Save". so on click event of this button use following code
Private Sub cmdSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdSave.Click<br />
       dim ob as image<br />
ob=merge(byval anyVaribale as object)' you can put anything in place of object datatype<br />
<br />
    End Sub


hope this helps

Rupesh Kumar Swami
Software Engineer,
Integrated Solution,
Bikaner (India)

My Company

QuestionError messages displayed only when run from network drive not locally Pin
svanwass3-Jul-08 11:57
svanwass3-Jul-08 11:57 
QuestionValidating a listView Pin
AAGTHosting3-Jul-08 8:38
AAGTHosting3-Jul-08 8:38 
AnswerRe: Validating a listView Pin
Paul Conrad3-Jul-08 9:02
professionalPaul Conrad3-Jul-08 9:02 
GeneralRe: Validating a listView Pin
AAGTHosting3-Jul-08 9:29
AAGTHosting3-Jul-08 9:29 
GeneralRe: Validating a listView Pin
Luc Pattyn3-Jul-08 9:50
sitebuilderLuc Pattyn3-Jul-08 9:50 
GeneralRe: Validating a listView Pin
Paul Conrad3-Jul-08 10:11
professionalPaul Conrad3-Jul-08 10:11 
GeneralRe: Validating a listView Pin
Luc Pattyn3-Jul-08 11:58
sitebuilderLuc Pattyn3-Jul-08 11:58 
GeneralRe: Validating a listView Pin
Paul Conrad3-Jul-08 12:07
professionalPaul Conrad3-Jul-08 12:07 
Questionevent firing only once Pin
Ebube3-Jul-08 5:58
Ebube3-Jul-08 5:58 
AnswerRe: event firing only once Pin
jzonthemtn3-Jul-08 6:28
jzonthemtn3-Jul-08 6:28 
GeneralRe: event firing only once Pin
Ebube3-Jul-08 6:33
Ebube3-Jul-08 6:33 
GeneralRe: event firing only once Pin
jzonthemtn3-Jul-08 10:37
jzonthemtn3-Jul-08 10:37 
QuestionNeed some help Pin
jhoga3-Jul-08 4:36
jhoga3-Jul-08 4:36 
AnswerRe: Need some help Pin
jhoga3-Jul-08 5:09
jhoga3-Jul-08 5:09 
AnswerRe: Need some help Pin
Luc Pattyn3-Jul-08 9:49
sitebuilderLuc Pattyn3-Jul-08 9:49 
GeneralRe: Need some help Pin
jhoga3-Jul-08 11:31
jhoga3-Jul-08 11:31 
GeneralRe: Need some help Pin
Paul Conrad3-Jul-08 12:22
professionalPaul Conrad3-Jul-08 12:22 

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.