Click here to Skip to main content
15,889,858 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Print DataGrid Pin
Vasudevan Deepak Kumar1-Sep-07 0:39
Vasudevan Deepak Kumar1-Sep-07 0:39 
QuestionChecking for Nothing before disposing Pin
intonet31-Aug-07 0:25
intonet31-Aug-07 0:25 
AnswerRe: Checking for Nothing before disposing Pin
Colin Angus Mackay31-Aug-07 1:03
Colin Angus Mackay31-Aug-07 1:03 
AnswerRe: Checking for Nothing before disposing Pin
Vasudevan Deepak Kumar1-Sep-07 0:41
Vasudevan Deepak Kumar1-Sep-07 0:41 
QuestionVb.net Crystal report Question? Pin
i gr830-Aug-07 23:59
i gr830-Aug-07 23:59 
AnswerRe: Vb.net Crystal report Question? Pin
Salman Sheikh2-Sep-07 21:59
Salman Sheikh2-Sep-07 21:59 
QuestionHow to Combine two vb.net Projects in one Project Pin
Vimalsoft(Pty) Ltd30-Aug-07 22:45
professionalVimalsoft(Pty) Ltd30-Aug-07 22:45 
AnswerRe: How to Combine two vb.net Projects in one Project Pin
Tom Deketelaere30-Aug-07 23:14
professionalTom Deketelaere30-Aug-07 23:14 
add a reference from the project that does the calling to the other project (right mouse click on project select add reference tab projects)

then add an imports statement to the form (or class) that does the calling
imports project2

after that you can use everything from project2 as if it was in project1


Remarks:
-you can do it without the imports too
just add project2.Form1 when calling the form1 in project2 instead of form1
-when you have a reference from project1 to project2 you cannot add a reference from project2 to project1 this would couse a circular dependency (straight from the error from vs.net Poke tongue | ;-P )

hope this helps
GeneralRe: How to Combine two vb.net Projects in one Project Pin
Vimalsoft(Pty) Ltd31-Aug-07 1:26
professionalVimalsoft(Pty) Ltd31-Aug-07 1:26 
GeneralRe: How to Combine two vb.net Projects in one Project Pin
Tom Deketelaere31-Aug-07 1:34
professionalTom Deketelaere31-Aug-07 1:34 
GeneralRe: How to Combine two vb.net Projects in one Project Pin
Vimalsoft(Pty) Ltd31-Aug-07 1:43
professionalVimalsoft(Pty) Ltd31-Aug-07 1:43 
GeneralRe: How to Combine two vb.net Projects in one Project Pin
Vimalsoft(Pty) Ltd31-Aug-07 5:25
professionalVimalsoft(Pty) Ltd31-Aug-07 5:25 
QuestionDeleting Objects Pin
Daniel Kanev30-Aug-07 22:02
Daniel Kanev30-Aug-07 22:02 
AnswerRe: Deleting Objects Pin
Naji El Kotob30-Aug-07 23:20
Naji El Kotob30-Aug-07 23:20 
AnswerRe: Deleting Objects Pin
Tom Deketelaere30-Aug-07 23:26
professionalTom Deketelaere30-Aug-07 23:26 
AnswerRe: Deleting Objects Pin
Vimalsoft(Pty) Ltd31-Aug-07 1:27
professionalVimalsoft(Pty) Ltd31-Aug-07 1:27 
AnswerRe: Deleting Objects Pin
Daniel Kanev31-Aug-07 3:18
Daniel Kanev31-Aug-07 3:18 
QuestionSending an Email Pin
EvanSaunders30-Aug-07 21:26
EvanSaunders30-Aug-07 21:26 
AnswerRe: Sending an Email Pin
Naji El Kotob30-Aug-07 21:40
Naji El Kotob30-Aug-07 21:40 
GeneralRe: Sending an Email Pin
EvanSaunders30-Aug-07 21:45
EvanSaunders30-Aug-07 21:45 
Questionsplit function Pin
Rupesh Kumar Swami30-Aug-07 21:13
Rupesh Kumar Swami30-Aug-07 21:13 
AnswerRe: split function Pin
iprasad00730-Aug-07 21:26
iprasad00730-Aug-07 21:26 
GeneralRe: split function Pin
Rupesh Kumar Swami30-Aug-07 21:46
Rupesh Kumar Swami30-Aug-07 21:46 
AnswerRe: split function Pin
Tom Deketelaere30-Aug-07 22:51
professionalTom Deketelaere30-Aug-07 22:51 
GeneralRe: split function Pin
KeithF31-Aug-07 0:10
KeithF31-Aug-07 0:10 

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.