Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
QuestionPosition of a bitmap into a PictureBox Pin
Mirshinni11-Aug-09 8:36
Mirshinni11-Aug-09 8:36 
AnswerRe: Position of a bitmap into a PictureBox Pin
Henry Minute11-Aug-09 8:46
Henry Minute11-Aug-09 8:46 
GeneralRe: Position of a bitmap into a PictureBox Pin
Mirshinni11-Aug-09 9:36
Mirshinni11-Aug-09 9:36 
GeneralRe: Position of a bitmap into a PictureBox Pin
Henry Minute11-Aug-09 10:21
Henry Minute11-Aug-09 10:21 
AnswerRe: Position of a bitmap into a PictureBox Pin
Luc Pattyn11-Aug-09 22:58
sitebuilderLuc Pattyn11-Aug-09 22:58 
Questionc# vs2008 Reportviewer is not closing the database [modified] Pin
dyohanan11-Aug-09 8:17
dyohanan11-Aug-09 8:17 
QuestionProperly linking inter-dependent libraries Pin
Mike Marynowski11-Aug-09 6:58
professionalMike Marynowski11-Aug-09 6:58 
AnswerRe: Properly linking inter-dependent libraries Pin
Scott Dorman11-Aug-09 7:21
professionalScott Dorman11-Aug-09 7:21 
Mike Marynowski wrote:
If you add a reference to one of the standard .NET libraries, it automatically adds a reference to all its dependencies. Is there a way to reproduce this behaviour with our own libraries?


It's not quite the same effect, but marking your assemblies as CLS-compliant will require you to include all of the necessary references in each project. It may introduce other issues that need to be resolved in your code, but in general CLS-compliance is a good thing, especially for libraries that will be consumed by multiple projects.

Short of that, there is no way to automatically inlcude the references of referenced projects. The best option would be to introduce a post-build event that copies the necessary files or simply include the correct projects as references (even if they aren't used), which can be done whether the assemblies are CLS-compliant or not.

Scott Dorman
Microsoft® MVP - Visual C# | MCPD
President - Tampa Bay IASA

[Blog][Articles][Forum Guidelines]
Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

GeneralRe: Properly linking inter-dependent libraries Pin
Mike Marynowski11-Aug-09 7:28
professionalMike Marynowski11-Aug-09 7:28 
GeneralRe: Properly linking inter-dependent libraries Pin
Scott Dorman11-Aug-09 7:43
professionalScott Dorman11-Aug-09 7:43 
GeneralRe: Properly linking inter-dependent libraries Pin
Mike Marynowski11-Aug-09 7:53
professionalMike Marynowski11-Aug-09 7:53 
Questiondatagridview row back color Pin
prubyholl11-Aug-09 6:40
professionalprubyholl11-Aug-09 6:40 
AnswerRe: datagridview row back color Pin
dan!sh 11-Aug-09 6:57
professional dan!sh 11-Aug-09 6:57 
GeneralRe: datagridview row back color Pin
prubyholl11-Aug-09 7:05
professionalprubyholl11-Aug-09 7:05 
QuestionPrint (some column) of data grid view Pin
Samb198511-Aug-09 5:52
Samb198511-Aug-09 5:52 
AnswerRe: Print (some column) of data grid view Pin
Muhammad Mazhar11-Aug-09 6:07
Muhammad Mazhar11-Aug-09 6:07 
AnswerRe: Print (some column) of data grid view Pin
Mycroft Holmes11-Aug-09 14:22
professionalMycroft Holmes11-Aug-09 14:22 
GeneralRe: Print (some column) of data grid view Pin
Samb198518-Aug-09 5:46
Samb198518-Aug-09 5:46 
QuestionDataGridView navigating to Child Rows Pin
codeboy198811-Aug-09 5:09
codeboy198811-Aug-09 5:09 
QuestionAddInCustomAction not working properly Pin
lune1211-Aug-09 4:30
lune1211-Aug-09 4:30 
AnswerRe: AddInCustomAction not working properly Pin
Pete O'Hanlon11-Aug-09 4:44
mvePete O'Hanlon11-Aug-09 4:44 
GeneralRe: AddInCustomAction not working properly Pin
lune1211-Aug-09 4:54
lune1211-Aug-09 4:54 
QuestionNeed To Convert Time Pin
Rahul DSG11-Aug-09 4:02
Rahul DSG11-Aug-09 4:02 
AnswerRe: Need To Convert Time Pin
DaveyM6911-Aug-09 4:15
professionalDaveyM6911-Aug-09 4:15 
AnswerRe: Need To Convert Time Pin
PIEBALDconsult11-Aug-09 5:07
mvePIEBALDconsult11-Aug-09 5:07 

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.