Click here to Skip to main content
15,867,278 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How do I modify a class so you can convert a String to it? Pin
i_kant_spel23-Jul-09 5:48
i_kant_spel23-Jul-09 5:48 
GeneralRe: How do I modify a class so you can convert a String to it? Pin
Steven J Jowett23-Jul-09 23:28
Steven J Jowett23-Jul-09 23:28 
QuestionClass Objects Accessing in different Form- Same Project Pin
Paramu197322-Jul-09 6:03
Paramu197322-Jul-09 6:03 
AnswerRe: Class Objects Accessing in different Form- Same Project Pin
Nagy Vilmos22-Jul-09 6:11
professionalNagy Vilmos22-Jul-09 6:11 
QuestionFind the active window on a computer. Pin
nolesce22-Jul-09 5:31
nolesce22-Jul-09 5:31 
AnswerRe: Find the active window on a computer. Pin
Muhammad Mazhar22-Jul-09 6:18
Muhammad Mazhar22-Jul-09 6:18 
Questionsaving data problem when using function for dataadapter and data set Pin
hemrk22-Jul-09 5:18
hemrk22-Jul-09 5:18 
AnswerRe: saving data problem when using function for dataadapter and data set Pin
DoctorMick22-Jul-09 6:20
DoctorMick22-Jul-09 6:20 
You've posted this question numerous times now and I do believe you've been given the answer.   If you don't understand the answer reply to the original post and seek clarification.

Anyway, the simple way is to change the function to a sub with two parameters, one of type DataSet and the other of type DataAdapter.   Mark these parameters with the ByRef keyword (I think, I haven't done VB for quite some time) and then when you call the sub pass in an empty dataset and an empty data adapter.   Inside of the sub, before you exit and at the same time as you would normally return, set the parameters to the values of daCISCntrct and dsCISCntrct, they will then be available to the calling function.
GeneralRe: saving data problem when using function for dataadapter and data set Pin
hemrk22-Jul-09 7:56
hemrk22-Jul-09 7:56 
QuestionProject Publish Pin
Paramu197322-Jul-09 4:57
Paramu197322-Jul-09 4:57 
AnswerRe: Project Publish Pin
Vimalsoft(Pty) Ltd22-Jul-09 5:09
professionalVimalsoft(Pty) Ltd22-Jul-09 5:09 
GeneralRe: Project Publish Pin
Paramu197322-Jul-09 5:20
Paramu197322-Jul-09 5:20 
GeneralRe: Project Publish Pin
Vimalsoft(Pty) Ltd22-Jul-09 20:05
professionalVimalsoft(Pty) Ltd22-Jul-09 20:05 
QuestionOutlook Add-In Setup Problem Pin
dcdhingra22-Jul-09 3:40
dcdhingra22-Jul-09 3:40 
Questionhow to generate reports using crystal report in vb Pin
myperacq22-Jul-09 0:07
myperacq22-Jul-09 0:07 
AnswerRe: how to generate reports using crystal report in vb Pin
Steven J Jowett22-Jul-09 1:49
Steven J Jowett22-Jul-09 1:49 
QuestionError :The Workgroup information file is missing or opeaned exclusively by another user Pin
rhtbhegade22-Jul-09 0:02
rhtbhegade22-Jul-09 0:02 
AnswerRe: Error :The Workgroup information file is missing or opeaned exclusively by another user Pin
Ashfield22-Jul-09 1:51
Ashfield22-Jul-09 1:51 
GeneralRe: Error :The Workgroup information file is missing or opeaned exclusively by another user Pin
riced22-Jul-09 4:27
riced22-Jul-09 4:27 
GeneralRe: Error :The Workgroup information file is missing or opeaned exclusively by another user Pin
Ashfield22-Jul-09 5:33
Ashfield22-Jul-09 5:33 
QuestionCeate setup of window application Pin
Mamta.Sahu21-Jul-09 23:08
Mamta.Sahu21-Jul-09 23:08 
AnswerRe: Ceate setup of window application Pin
Tom Deketelaere21-Jul-09 23:50
professionalTom Deketelaere21-Jul-09 23:50 
AnswerRe: Ceate setup of window application Pin
dcdhingra22-Jul-09 0:12
dcdhingra22-Jul-09 0:12 
QuestionOutlook Addin Instance Creation problem... Pin
dcdhingra21-Jul-09 21:59
dcdhingra21-Jul-09 21:59 
AnswerRe: Outlook Addin Instance Creation problem... Pin
tosch21-Jul-09 22:54
tosch21-Jul-09 22:54 

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.