Click here to Skip to main content
15,907,905 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB.NET Timer control Pin
Brent Lamborn17-Jul-06 11:25
Brent Lamborn17-Jul-06 11:25 
AnswerRe: VB.NET Timer control [modified] Pin
Dave Kreskowiak17-Jul-06 12:18
mveDave Kreskowiak17-Jul-06 12:18 
GeneralRe: VB.NET Timer control Pin
Brent Lamborn18-Jul-06 3:52
Brent Lamborn18-Jul-06 3:52 
QuestionInternational character problems in access mdb file Pin
JUNEYT17-Jul-06 8:54
JUNEYT17-Jul-06 8:54 
QuestionProblem using fill method on data adapter Pin
ssbelfast17-Jul-06 8:22
ssbelfast17-Jul-06 8:22 
AnswerRe: Problem using fill method on data adapter [modified] Pin
MrSarek170117-Jul-06 9:09
MrSarek170117-Jul-06 9:09 
GeneralRe: Problem using fill method on data adapter Pin
ssbelfast17-Jul-06 10:14
ssbelfast17-Jul-06 10:14 
GeneralRe: Problem using fill method on data adapter Pin
Kschuler19-Jul-06 8:41
Kschuler19-Jul-06 8:41 
To pass the dataset from the class to the form you will need to modify the parameters of your method. Instead of just passing the ID string, you will also need to pass the dataset. But you will have to pass it by reference instead of by value. (passing by value will never change the original variable on the form side, by reference will)

So it will look more like this:

Public Sub MyMethodName(ByVal myID as String, ByRef myDataSet as DataSet)

That should get you started.
QuestionPictureBox problem vb Pin
_tasleem17-Jul-06 6:32
_tasleem17-Jul-06 6:32 
AnswerRe: PictureBox problem vb Pin
Dave Kreskowiak17-Jul-06 6:50
mveDave Kreskowiak17-Jul-06 6:50 
QuestionMulti Row Display DataGrid View Pin
Madaka17-Jul-06 6:28
Madaka17-Jul-06 6:28 
QuestionPublic Structure and array result [modified] Pin
Kamineko17-Jul-06 3:28
Kamineko17-Jul-06 3:28 
QuestionHow to run as a service Pin
Leelanga17-Jul-06 3:27
Leelanga17-Jul-06 3:27 
AnswerRe: How to run as a service Pin
Tim Carmichael17-Jul-06 7:35
Tim Carmichael17-Jul-06 7:35 
Questionsystem language Pin
OnisH17-Jul-06 2:55
OnisH17-Jul-06 2:55 
QuestionDoes not hit the server side code when called for the second time. readystate is 4 Pin
vikasbinani17-Jul-06 2:45
vikasbinani17-Jul-06 2:45 
Questiontreeview questionvb Pin
_tasleem17-Jul-06 2:24
_tasleem17-Jul-06 2:24 
AnswerRe: treeview questionvb Pin
Werries17-Jul-06 8:29
Werries17-Jul-06 8:29 
GeneralRe: treeview questionvb [modified] Pin
_tasleem17-Jul-06 20:53
_tasleem17-Jul-06 20:53 
GeneralRe: treeview questionvb Pin
Werries18-Jul-06 10:55
Werries18-Jul-06 10:55 
QuestionConvert large database to Excel Pin
chau19817-Jul-06 2:02
chau19817-Jul-06 2:02 
AnswerRe: Convert large database to Excel Pin
Dave Kreskowiak17-Jul-06 2:51
mveDave Kreskowiak17-Jul-06 2:51 
GeneralRe: Convert large database to Excel [modified] Pin
chau19817-Jul-06 20:47
chau19817-Jul-06 20:47 
GeneralRe: Convert large database to Excel Pin
Dave Kreskowiak18-Jul-06 1:36
mveDave Kreskowiak18-Jul-06 1:36 
GeneralRe: Convert large database to Excel Pin
chau19828-Jul-06 0:32
chau19828-Jul-06 0:32 

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.