Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
GeneralRe: Static Arraylist? Pin
SherKar2-Apr-04 6:41
SherKar2-Apr-04 6:41 
AnswerRe: Static Arraylist? Pin
Heath Stewart2-Apr-04 9:55
protectorHeath Stewart2-Apr-04 9:55 
Generaltracing keystrokes using c# Pin
amal_pro831-Apr-04 21:14
amal_pro831-Apr-04 21:14 
GeneralC# Keystroke logger? Pin
Anonymous1-Apr-04 21:58
Anonymous1-Apr-04 21:58 
GeneralRe: tracing keystrokes using c# Pin
Dave Kreskowiak2-Apr-04 4:27
mveDave Kreskowiak2-Apr-04 4:27 
Generalproblem using CommandBarComboBox in Outlook Add Ins Pin
naresh_pandey131-Apr-04 21:00
naresh_pandey131-Apr-04 21:00 
GeneralSetup Project Pin
DucLinh1-Apr-04 20:29
DucLinh1-Apr-04 20:29 
GeneralRe: Setup Project Pin
Heath Stewart2-Apr-04 10:04
protectorHeath Stewart2-Apr-04 10:04 
You can't include the .NET Framework - it must be bootstrapped. Read Redistributing the .NET Framework[^] in the .NET Framework SDK for more information, including how to get example source and use that to bootstrap (i.e., run installations required for your installation PRIOR to running your installation).

To install the Crystal Reports managed runtime (includes unmanaged code as well), read Deploying Crystal Reports in .NET Applications[^]. There are four merge modules (.msm) that you include with your Windows Installer setup project. These are merged (hence the name) with the installer package when built. The regwiz MSM requires a license key that you can get for free by registering the Crystal Reports designer when you use it for the first time. This would've been emailed to you. For Windows Forms client applications, you have royalty-free redistribution rights. Read Incorporating Reports into Applications[^] for more information about licensing and different scenarios.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Setup Project Pin
Demian Panello13-Apr-04 4:03
Demian Panello13-Apr-04 4:03 
GeneralDataGrid Pin
DucLinh1-Apr-04 20:12
DucLinh1-Apr-04 20:12 
GeneralRe: DataGrid Pin
benqazou2-Apr-04 5:46
benqazou2-Apr-04 5:46 
Generaldatatype check Pin
Anonymous1-Apr-04 19:01
Anonymous1-Apr-04 19:01 
GeneralRe: datatype check Pin
Andy Wieberneit1-Apr-04 20:19
Andy Wieberneit1-Apr-04 20:19 
GeneralRe: datatype check Pin
Anonymous2-Apr-04 2:21
Anonymous2-Apr-04 2:21 
GeneralOptimization of C# code!! Pin
abc8761-Apr-04 18:15
abc8761-Apr-04 18:15 
GeneralRe: Optimization of C# code!! Pin
Tristan Rhodes1-Apr-04 20:02
Tristan Rhodes1-Apr-04 20:02 
GeneralRe: Optimization of C# code!! Pin
Daniel Turini1-Apr-04 20:35
Daniel Turini1-Apr-04 20:35 
GeneralRe: Optimization of C# code!! Pin
Kastellanos Nikos1-Apr-04 23:09
Kastellanos Nikos1-Apr-04 23:09 
GeneralRe: Optimization of C# code!! Pin
Kastellanos Nikos1-Apr-04 23:24
Kastellanos Nikos1-Apr-04 23:24 
GeneralA question of a Game Pin
lajiyo1-Apr-04 15:36
lajiyo1-Apr-04 15:36 
GeneralRe: A question of a Game Pin
Christian Graus1-Apr-04 15:53
protectorChristian Graus1-Apr-04 15:53 
GeneralRe: A question of a Game Pin
CWIZO2-Apr-04 2:42
CWIZO2-Apr-04 2:42 
GeneralRe: A question of a Game Pin
lajiyo2-Apr-04 23:01
lajiyo2-Apr-04 23:01 
GeneraldataSet, combobox Pin
DougW481-Apr-04 14:53
DougW481-Apr-04 14:53 
GeneralRe: dataSet, combobox Pin
Anonymous1-Apr-04 16:47
Anonymous1-Apr-04 16:47 

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.