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

C#

 
GeneralRe: closing WinWord.exe Pin
Morad SAJID18-Jul-07 6:29
Morad SAJID18-Jul-07 6:29 
GeneralRe: closing WinWord.exe Pin
Morad SAJID18-Jul-07 6:38
Morad SAJID18-Jul-07 6:38 
Questiondo you know how to do this ? Pin
prasadbuddhika18-Jul-07 2:04
prasadbuddhika18-Jul-07 2:04 
AnswerRe: do you know how to do this ? Pin
Colin Angus Mackay18-Jul-07 2:08
Colin Angus Mackay18-Jul-07 2:08 
GeneralRe: do you know how to do this ? Pin
Pete O'Hanlon18-Jul-07 2:20
mvePete O'Hanlon18-Jul-07 2:20 
GeneralRe: do you know how to do this ? Pin
Martin#18-Jul-07 2:24
Martin#18-Jul-07 2:24 
GeneralRe: do you know how to do this ? Pin
Pete O'Hanlon18-Jul-07 2:27
mvePete O'Hanlon18-Jul-07 2:27 
Questionhow to specify key file in this ? Pin
ademsandeepreddy18-Jul-07 1:50
ademsandeepreddy18-Jul-07 1:50 
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ClassLibrary1")]
[assembly: AssemblyDescription("caliculates the balance and amount")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("cnn technologies")]
[assembly: AssemblyProduct("ClassLibrary1")]
[assembly: AssemblyCopyright("Copyright © 2007")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("us-en")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("f5d5a4ac-9064-4829-a781-f90668feba4b")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]







there is no assembly key file in this assembly

hi

AnswerRe: how to specify key file in this ? Pin
originSH18-Jul-07 2:00
originSH18-Jul-07 2:00 
QuestionOpened datareader Pin
Razvan Dimescu18-Jul-07 1:38
Razvan Dimescu18-Jul-07 1:38 
AnswerRe: Opened datareader Pin
Sylvester george18-Jul-07 2:03
Sylvester george18-Jul-07 2:03 
AnswerRe: Opened datareader Pin
ScottM118-Jul-07 2:09
ScottM118-Jul-07 2:09 
GeneralRe: Opened datareader Pin
Razvan Dimescu18-Jul-07 2:18
Razvan Dimescu18-Jul-07 2:18 
QuestionInvalid operation Exception on selectedindexchange event of combo box in C# Pin
kalaveer18-Jul-07 1:30
kalaveer18-Jul-07 1:30 
AnswerRe: Invalid operation Exception on selectedindexchange event of combo box in C# Pin
originSH18-Jul-07 1:40
originSH18-Jul-07 1:40 
QuestionDataGrid Pin
Taras61118-Jul-07 1:04
Taras61118-Jul-07 1:04 
QuestionExport to Excel - Add Remainging Record in Sheet2 Record Size exceed 65536 Pin
rsp702318-Jul-07 1:04
rsp702318-Jul-07 1:04 
AnswerRe: Export to Excel - Add Remainging Record in Sheet2 Record Size exceed 65536 Pin
Paul Conrad18-Jul-07 12:04
professionalPaul Conrad18-Jul-07 12:04 
QuestionMessed up code. Pin
donovan.solms18-Jul-07 0:12
donovan.solms18-Jul-07 0:12 
AnswerRe: Messed up code. Pin
Paul Conrad18-Jul-07 12:05
professionalPaul Conrad18-Jul-07 12:05 
GeneralRe: Messed up code. Pin
donovan.solms18-Jul-07 13:11
donovan.solms18-Jul-07 13:11 
QuestionPassword Protection with Excel Pin
MarkB77718-Jul-07 0:12
MarkB77718-Jul-07 0:12 
AnswerRe: Password Protection with Excel Pin
Paul Conrad18-Jul-07 12:06
professionalPaul Conrad18-Jul-07 12:06 
GeneralRe: Password Protection with Excel Pin
MarkB77718-Jul-07 12:12
MarkB77718-Jul-07 12:12 
Questionchanging background color Pin
cyn817-Jul-07 23:51
cyn817-Jul-07 23:51 

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.