Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
Questionautocomplete inside a datagrid Pin
pcflasch19-Sep-06 9:59
pcflasch19-Sep-06 9:59 
AnswerRe: autocomplete inside a datagrid Pin
Nafiseh Salmani19-Sep-06 23:26
Nafiseh Salmani19-Sep-06 23:26 
GeneralRe: autocomplete inside a datagrid Pin
pcflasch20-Sep-06 3:31
pcflasch20-Sep-06 3:31 
GeneralRe: autocomplete inside a datagrid Pin
pcflasch20-Sep-06 3:33
pcflasch20-Sep-06 3:33 
QuestionBuilding unused methods in a class Pin
Nadia Monalisa19-Sep-06 9:04
Nadia Monalisa19-Sep-06 9:04 
AnswerRe: Building unused methods in a class Pin
Dave Kreskowiak19-Sep-06 9:29
mveDave Kreskowiak19-Sep-06 9:29 
GeneralRe: Building unused methods in a class Pin
Nadia Monalisa19-Sep-06 10:42
Nadia Monalisa19-Sep-06 10:42 
GeneralRe: Building unused methods in a class Pin
Dave Kreskowiak19-Sep-06 11:50
mveDave Kreskowiak19-Sep-06 11:50 
bashiwala wrote:
I am adding a whole System.Web assembly, will that greatly increase the size of the application or not


No, it won't. Any referenced code is not compiled into your app.


bashiwala wrote:
Later I realized that either I will have to port the System.Web assembly with my application or the User of my application must have System.Web in his PC


You don't have to install it with your app. It's already part of the .NET Framework, which everyone who uses your app has to have installed before they can launch your .EXE.


bashiwala wrote:
Now, How can I decide if I should choose "Copy to Output Directory" of a referenced assembly


If it's part of the .NET Framework, then you don't have to copy anything. If it's a custom written assembly, something you've put together, then you can select "Copy to Output Directory".

bashiwala wrote:
Should I assume that all System.* namespaces are available in All Windows user's pc so that I dont need to port any System.* assembly


If it's in .NET Framework, then you can safely assume it's installed on the users PC. These[^] are all the classes that come in the .NET Framework that the users have to install.



Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Building unused methods in a class Pin
Nadia Monalisa19-Sep-06 14:53
Nadia Monalisa19-Sep-06 14:53 
QuestionWhen to choose Static Method/Variables rather than Instance Method/Variable Pin
Nadia Monalisa19-Sep-06 8:55
Nadia Monalisa19-Sep-06 8:55 
AnswerRe: When to choose Static Method/Variables rather than Instance Method/Variable Pin
Dave Kreskowiak19-Sep-06 10:03
mveDave Kreskowiak19-Sep-06 10:03 
AnswerRe: When to choose Static Method/Variables rather than Instance Method/Variable Pin
Guffa19-Sep-06 10:35
Guffa19-Sep-06 10:35 
GeneralRe: When to choose Static Method/Variables rather than Instance Method/Variable Pin
Nadia Monalisa19-Sep-06 10:48
Nadia Monalisa19-Sep-06 10:48 
GeneralRe: When to choose Static Method/Variables rather than Instance Method/Variable Pin
Christian Graus19-Sep-06 13:19
protectorChristian Graus19-Sep-06 13:19 
GeneralRe: When to choose Static Method/Variables rather than Instance Method/Variable Pin
Nadia Monalisa19-Sep-06 14:38
Nadia Monalisa19-Sep-06 14:38 
GeneralRe: When to choose Static Method/Variables rather than Instance Method/Variable Pin
Christian Graus19-Sep-06 14:47
protectorChristian Graus19-Sep-06 14:47 
GeneralRe: When to choose Static Method/Variables rather than Instance Method/Variable Pin
Nadia Monalisa19-Sep-06 16:25
Nadia Monalisa19-Sep-06 16:25 
GeneralRe: When to choose Static Method/Variables rather than Instance Method/Variable Pin
Christian Graus19-Sep-06 16:40
protectorChristian Graus19-Sep-06 16:40 
GeneralRe: When to choose Static Method/Variables rather than Instance Method/Variable Pin
Nadia Monalisa19-Sep-06 17:30
Nadia Monalisa19-Sep-06 17:30 
GeneralRe: When to choose Static Method/Variables rather than Instance Method/Variable Pin
Nadia Monalisa2-Oct-06 4:32
Nadia Monalisa2-Oct-06 4:32 
QuestionLeft Function in C# Pin
MyRunner2319-Sep-06 7:34
MyRunner2319-Sep-06 7:34 
AnswerRe: Left Function in C# Pin
Jon Sagara19-Sep-06 7:41
Jon Sagara19-Sep-06 7:41 
AnswerRe: Left Function in C# Pin
Eric Dahlvang19-Sep-06 7:45
Eric Dahlvang19-Sep-06 7:45 
GeneralRe: Left Function in C# Pin
samtam19-Sep-06 22:13
samtam19-Sep-06 22:13 
GeneralRe: Left Function in C# Pin
Eric Dahlvang20-Sep-06 4:33
Eric Dahlvang20-Sep-06 4:33 

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.