Click here to Skip to main content
15,925,309 members
Home / Discussions / C#
   

C#

 
GeneralRe: bitmap with scroll Pin
Judah Gabriel Himango19-Mar-04 6:47
sponsorJudah Gabriel Himango19-Mar-04 6:47 
GeneralRe: bitmap with scroll Pin
Heath Stewart19-Mar-04 7:52
protectorHeath Stewart19-Mar-04 7:52 
GeneralRe: bitmap with scroll Pin
Syed Abdul Khader19-Mar-04 22:10
Syed Abdul Khader19-Mar-04 22:10 
GeneralApplication Updater on Apache Pin
bisquic19-Mar-04 6:15
bisquic19-Mar-04 6:15 
GeneralRe: Application Updater on Apache Pin
Heath Stewart19-Mar-04 6:25
protectorHeath Stewart19-Mar-04 6:25 
GeneralRe: Application Updater on Apache Pin
bisquic22-Mar-04 3:03
bisquic22-Mar-04 3:03 
Generaladd reference Pin
yyf19-Mar-04 6:08
yyf19-Mar-04 6:08 
GeneralRe: add reference Pin
Heath Stewart19-Mar-04 6:13
protectorHeath Stewart19-Mar-04 6:13 
The .NET tab lists .NET Assemblies. When you click the Browse... button, you must pick a .NET assembly which uses the same extension. These contain a different PE/COFF header bit and different executable segments. If you want a shell extension that visual identifies .NET Assemblies (only .dlls, though, but those are all you can reference using VS.NET) by using an overlay icon, download and install my Shell Extensions for .NET Assemblies[^].

The COM tab lists COM controls (ActiveX controls) and COM typelibs (design-time discovery information, which VB6 and below uses as well). When you click the Browse... button, you must pick a DLL or OCX that contains COM information.

The Projects tab lists other projects in your solution. Use this when developing a multi-project solution to keep assembly references in sync with the current build configuration.

You should read some books on .NET development. These concepts are necessary to understand if you want to start writing anything other than "Hello, world" applications.

 

Microsoft MVP, Visual C#
My Articles
GeneralFile segmentation Pin
profoundwhispers19-Mar-04 5:47
profoundwhispers19-Mar-04 5:47 
GeneralRe: File segmentation Pin
Heath Stewart19-Mar-04 6:09
protectorHeath Stewart19-Mar-04 6:09 
GeneralSomething unclear to me about threads... Pin
profoundwhispers19-Mar-04 5:43
profoundwhispers19-Mar-04 5:43 
GeneralRe: Something unclear to me about threads... Pin
Heath Stewart19-Mar-04 6:01
protectorHeath Stewart19-Mar-04 6:01 
GeneralStrong/Shared assemblies Pin
Kant19-Mar-04 4:57
Kant19-Mar-04 4:57 
GeneralRe: Strong/Shared assemblies Pin
Heath Stewart19-Mar-04 5:59
protectorHeath Stewart19-Mar-04 5:59 
GeneralRe: Strong/Shared assemblies Pin
Kant19-Mar-04 10:36
Kant19-Mar-04 10:36 
GeneralRe: Strong/Shared assemblies Pin
Heath Stewart21-Mar-04 12:52
protectorHeath Stewart21-Mar-04 12:52 
GeneralLoading assemblies Pin
Craig G. Wilson19-Mar-04 4:55
Craig G. Wilson19-Mar-04 4:55 
GeneralRe: Loading assemblies Pin
Heath Stewart19-Mar-04 5:56
protectorHeath Stewart19-Mar-04 5:56 
GeneralRe: Loading assemblies Pin
Craig G. Wilson19-Mar-04 8:03
Craig G. Wilson19-Mar-04 8:03 
GeneralRe: Loading assemblies Pin
Craig G. Wilson19-Mar-04 8:34
Craig G. Wilson19-Mar-04 8:34 
GeneralRe: Loading assemblies Pin
Heath Stewart21-Mar-04 12:36
protectorHeath Stewart21-Mar-04 12:36 
Generalcombobox databinding from webservice in mobile application Pin
Littlefool19-Mar-04 2:43
Littlefool19-Mar-04 2:43 
GeneralCreating virtual File Item in C# Pin
Tristan Rhodes19-Mar-04 2:17
Tristan Rhodes19-Mar-04 2:17 
GeneralRe: Creating virtual File Item in C# Pin
Heath Stewart19-Mar-04 4:34
protectorHeath Stewart19-Mar-04 4:34 
GeneralRe: Creating virtual File Item in C# Pin
Tristan Rhodes19-Mar-04 6:04
Tristan Rhodes19-Mar-04 6:04 

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.