Click here to Skip to main content
16,007,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to send a VB.net project to someone else? Pin
Ray Cassick10-Mar-05 9:01
Ray Cassick10-Mar-05 9:01 
AnswerRe: How to send a VB.net project to someone else? Pin
Dave Kreskowiak10-Mar-05 9:50
mveDave Kreskowiak10-Mar-05 9:50 
GeneralRe: How to send a VB.net project to someone else? Pin
ADY00710-Mar-05 10:00
ADY00710-Mar-05 10:00 
GeneralRe: How to send a VB.net project to someone else? Pin
Dave Kreskowiak10-Mar-05 10:36
mveDave Kreskowiak10-Mar-05 10:36 
GeneralUser Control problem/error Pin
Shawn200010-Mar-05 7:25
Shawn200010-Mar-05 7:25 
GeneralRe: User Control problem/error Pin
Ray Cassick10-Mar-05 8:30
Ray Cassick10-Mar-05 8:30 
GeneralRe: User Control problem/error Pin
Shawn200010-Mar-05 8:38
Shawn200010-Mar-05 8:38 
GeneralRe: User Control problem/error Pin
Dave Kreskowiak10-Mar-05 9:47
mveDave Kreskowiak10-Mar-05 9:47 
The control should either be handling it's own connection to the database, or the control should not be handling the connection at all. The best, most generic, way to do it is if the control is NOT handling any database connections. This should be provided by the parent application. The control should be passed a DataSet that it parses and fills the tree with.

Remember what your controls job is and keep it simple. If you add the connection database code to the control, your control will forever be tied to that database. If you have it just handle a passed in DataSet, then the data can come from anywhere, so long as the parent application passes it in in the format that the control expects and can handle.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: User Control problem/error Pin
Shawn200010-Mar-05 10:23
Shawn200010-Mar-05 10:23 
Generaldataset sharing between forms Pin
rayfouc10-Mar-05 7:14
rayfouc10-Mar-05 7:14 
GeneralRe: dataset sharing between forms Pin
Raistlin21_4510-Mar-05 8:00
Raistlin21_4510-Mar-05 8:00 
GeneralRe: dataset sharing between forms Pin
j45mw12-Mar-05 17:12
j45mw12-Mar-05 17:12 
Generalplaying a wav file Pin
Raistlin21_4510-Mar-05 7:07
Raistlin21_4510-Mar-05 7:07 
GeneralHelp Required Upgrading VB6 project to VB Net -> specifically VarPtr solution Pin
Quenchmaster10-Mar-05 1:40
Quenchmaster10-Mar-05 1:40 
GeneralRandom Number Generator Pin
jarlath9-Mar-05 23:35
jarlath9-Mar-05 23:35 
GeneralRe: Random Number Generator Pin
J4amieC10-Mar-05 5:02
J4amieC10-Mar-05 5:02 
GeneralRe: Random Number Generator Pin
jarlath10-Mar-05 11:12
jarlath10-Mar-05 11:12 
QuestionHow to make a start up form using the coding. Pin
ADY0079-Mar-05 22:59
ADY0079-Mar-05 22:59 
AnswerRe: How to make a start up form using the coding. Pin
Dave Kreskowiak10-Mar-05 5:11
mveDave Kreskowiak10-Mar-05 5:11 
Generalabt c graphics Pin
Anonymous9-Mar-05 19:41
Anonymous9-Mar-05 19:41 
GeneralRe: abt c graphics Pin
Dave Kreskowiak10-Mar-05 5:08
mveDave Kreskowiak10-Mar-05 5:08 
GeneralDatabase in Sql Server Pin
eshban2849-Mar-05 19:25
eshban2849-Mar-05 19:25 
GeneralRe: Database in Sql Server Pin
Dave Kreskowiak10-Mar-05 5:05
mveDave Kreskowiak10-Mar-05 5:05 
GeneralTransparent TextBox in VB6 Pin
loane9-Mar-05 19:20
loane9-Mar-05 19:20 
GeneralRe: Transparent TextBox in VB6 Pin
Dave Kreskowiak10-Mar-05 4:22
mveDave Kreskowiak10-Mar-05 4: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.