Click here to Skip to main content
15,898,945 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralAllowNavigation equivalent for DataGridView Pin
keniagm19-Feb-08 8:27
keniagm19-Feb-08 8:27 
QuestionRe: AllowNavigation equivalent for DataGridView Pin
Kschuler19-Feb-08 10:45
Kschuler19-Feb-08 10:45 
GeneralRe: AllowNavigation equivalent for DataGridView Pin
keniagm19-Feb-08 11:32
keniagm19-Feb-08 11:32 
QuestionHow to ignore the input field Pin
Tram8819-Feb-08 8:23
Tram8819-Feb-08 8:23 
AnswerRe: How to ignore the input field Pin
Kschuler19-Feb-08 10:43
Kschuler19-Feb-08 10:43 
Generalcommand prompt build web deployment and vs project 2005 Pin
Travelthrprog19-Feb-08 8:18
Travelthrprog19-Feb-08 8:18 
GeneralRe: command prompt build web deployment and vs project 2005 Pin
Dave Kreskowiak20-Feb-08 5:18
mveDave Kreskowiak20-Feb-08 5:18 
GeneralRe: command prompt build web deployment and vs project 2005 Pin
Travelthrprog20-Feb-08 8:46
Travelthrprog20-Feb-08 8:46 
Hi Dave,

I am able to run it manually. But I want to create msbuild .proj file to do it. I just tried building only proj2 by referencing the proj1.dll file as shown below

<project defaulttargets="Compile" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<propertygroup>
<appname>C:\2proj
<optimize>false



<itemgroup>
<inclibs include="C:\1proj\debug\bin\1proj.dll">


<target name="”Compile”">
<target name="”Compile”">
<msbuild projects="C:\2proj" target="c:\2proj\2proj.sln" "="" references="”@(incLibs)”">



But gives an error
Msb4025-invalid characters in the coding

I also don't know how to build the first proj and then add the reference it in the above code.

Please help.

Thanking you,

Nirmala
Questionhow to catch events of checkboxes added at runtime [modified] Pin
lesstraveled19-Feb-08 6:56
lesstraveled19-Feb-08 6:56 
GeneralRe: how to catch events of checkboxes added at runtime Pin
Dave Kreskowiak19-Feb-08 8:46
mveDave Kreskowiak19-Feb-08 8:46 
GeneralRe: how to catch events of checkboxes added at runtime Pin
lesstraveled19-Feb-08 8:54
lesstraveled19-Feb-08 8:54 
GeneralRe: how to catch events of checkboxes added at runtime Pin
nlarson1119-Feb-08 11:07
nlarson1119-Feb-08 11:07 
GeneralRe: how to catch events of checkboxes added at runtime Pin
Dave Kreskowiak19-Feb-08 11:10
mveDave Kreskowiak19-Feb-08 11:10 
QuestionRe: how to catch events of checkboxes added at runtime Pin
lesstraveled20-Feb-08 4:07
lesstraveled20-Feb-08 4:07 
GeneralRe: how to catch events of checkboxes added at runtime Pin
Dave Kreskowiak20-Feb-08 5:14
mveDave Kreskowiak20-Feb-08 5:14 
GeneralRe: how to catch events of checkboxes added at runtime Pin
nlarson1120-Feb-08 5:18
nlarson1120-Feb-08 5:18 
AnswerRe: how to catch events of checkboxes added at runtime Pin
lesstraveled20-Feb-08 14:18
lesstraveled20-Feb-08 14:18 
QuestionGroupBox Binding to Access Database [modified] Pin
IvanIT19-Feb-08 6:20
IvanIT19-Feb-08 6:20 
GeneralRe: GroupBox Binding to Access Database Pin
cstrader23219-Feb-08 6:26
cstrader23219-Feb-08 6:26 
GeneralRe: GroupBox Binding to Access Database Pin
IvanIT19-Feb-08 6:44
IvanIT19-Feb-08 6:44 
GeneralRe: GroupBox Binding to Access Database Pin
cstrader23219-Feb-08 6:55
cstrader23219-Feb-08 6:55 
GeneralRe: GroupBox Binding to Access Database Pin
IvanIT19-Feb-08 7:03
IvanIT19-Feb-08 7:03 
GeneralObject reference not set to an instance of an object error Pin
Aptiva Dave19-Feb-08 5:53
Aptiva Dave19-Feb-08 5:53 
GeneralRe: Object reference not set to an instance of an object error Pin
cstrader23219-Feb-08 6:06
cstrader23219-Feb-08 6:06 
GeneralRe: Object reference not set to an instance of an object error Pin
Aptiva Dave19-Feb-08 6:38
Aptiva Dave19-Feb-08 6:38 

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.