Hello.
I have a single solution and several projects within that solution, VB.Net-2005.
Now I am trying to find way to communicate between projects within a single solution, i.e. to have DB hooked up to one project, then pull values from DB and be able to use those values in other projects. That is instead of connecting DB in each project. Please note, to connect to DB, read/write, etc. is not a problem, I know how to do that. The problem...
User Profile
Collapse
-
To communicate between projects in VB-2005
-
AlenVic replied to VB.Net-2005 variable transfer from main form to dialog box, 2-nd (not main) project oin .NETThank you very much Seth. -
AlenVic started a topic VB.Net-2005 variable transfer from main form to dialog box, 2-nd (not main) project oin .NETVB.Net-2005 variable transfer from main form to dialog box, 2-nd (not main) project o
VB.Net-2005.
I have two projects in one solution. The problem relates to the second project only.
In the second project I have main form and dialog box.
On main form I have combo box with few selections. I need to read value from that combo box (on main form) to dialog box.
When I set "stop" being in "form load" of dialog box and say: strValue = mainForm.comboB ox.SelectedItem the strValue equals to...
No activity results to display
Show More
Leave a comment: