Click here to Skip to main content
16,008,183 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Menu Item Name? Pin
JUNEYT31-Jan-06 22:00
JUNEYT31-Jan-06 22:00 
GeneralRe: Menu Item Name? Pin
Rana Muhammad Javed Khan31-Jan-06 23:48
Rana Muhammad Javed Khan31-Jan-06 23:48 
GeneralRe: Menu Item Name? Pin
Dave Kreskowiak1-Feb-06 5:06
mveDave Kreskowiak1-Feb-06 5:06 
GeneralRe: Menu Item Name? Pin
Rana Muhammad Javed Khan1-Feb-06 19:53
Rana Muhammad Javed Khan1-Feb-06 19:53 
QuestionVB 6.0 Pin
D.N.31-Jan-06 1:21
D.N.31-Jan-06 1:21 
AnswerRe: VB 6.0 Pin
Rana Muhammad Javed Khan31-Jan-06 1:54
Rana Muhammad Javed Khan31-Jan-06 1:54 
QuestionChanging DLL source file paths!!! Pin
Devraj Raut31-Jan-06 0:35
Devraj Raut31-Jan-06 0:35 
AnswerRe: Changing DLL source file paths!!! Pin
Dave Kreskowiak31-Jan-06 4:37
mveDave Kreskowiak31-Jan-06 4:37 
You can't change the source path.

You're problem seems to be that your still developing the .DLL and, compiled it into a Debug version, and in the project you're using it in, you've set a reference to the .DLL file. You should be setting the reference to the .DLL PROJECT instead. Add the .DLL project to the same solution that your consumer project is in. In the consumer project, add a reference to the .DLL project. Now every time you compile the code, the .DLL project will get recompiled, if needed, and the soruce files used in debugging will be handled automatically.


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

GeneralRe: Changing DLL source file paths!!! Pin
Devraj Raut31-Jan-06 4:40
Devraj Raut31-Jan-06 4:40 
GeneralRe: Changing DLL source file paths!!! Pin
Dave Kreskowiak31-Jan-06 6:48
mveDave Kreskowiak31-Jan-06 6:48 
QuestionError handling query Pin
directred31-Jan-06 0:26
directred31-Jan-06 0:26 
AnswerRe: Error handling query Pin
Dave Kreskowiak31-Jan-06 4:32
mveDave Kreskowiak31-Jan-06 4:32 
QuestionRemoteData en VB6.0 Pin
hhafid30-Jan-06 21:17
hhafid30-Jan-06 21:17 
QuestionHow to image from image box Pin
Murtuza Husain Miyan Patel30-Jan-06 20:59
professionalMurtuza Husain Miyan Patel30-Jan-06 20:59 
AnswerRe: How to image from image box Pin
Joshua Quick30-Jan-06 21:07
Joshua Quick30-Jan-06 21:07 
AnswerRe: How to image from image box Pin
jasonpb31-Jan-06 15:43
jasonpb31-Jan-06 15:43 
Question[VB.NET] XML serialization of arraylist Pin
fuel2run30-Jan-06 20:26
fuel2run30-Jan-06 20:26 
Questionhow to create menu icons in VB.6 Pin
Anne-IT30-Jan-06 20:18
Anne-IT30-Jan-06 20:18 
AnswerRe: how to create menu icons in VB.6 Pin
Joshua Quick30-Jan-06 21:00
Joshua Quick30-Jan-06 21:00 
QuestionHow can i create this system :( Pin
tillandran30-Jan-06 19:05
tillandran30-Jan-06 19:05 
AnswerRe: How can i create this system :( Pin
Christian Graus30-Jan-06 19:43
protectorChristian Graus30-Jan-06 19:43 
GeneralRe: How can i create this system :( Pin
Colin Angus Mackay31-Jan-06 0:15
Colin Angus Mackay31-Jan-06 0:15 
GeneralRe: How can i create this system :( Pin
Dave Kreskowiak31-Jan-06 4:13
mveDave Kreskowiak31-Jan-06 4:13 
AnswerRe: How can i create this system :( Pin
Dave Kreskowiak31-Jan-06 4:23
mveDave Kreskowiak31-Jan-06 4:23 
QuestionHow to Check Whether Client System has internet Connection or not Pin
LV Prasad Y30-Jan-06 17:01
LV Prasad Y30-Jan-06 17:01 

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.