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

C#

 
GeneralRe: C# to control unicode bill printing in Dotmatrix printer Pin
Winmass9-Mar-10 16:04
Winmass9-Mar-10 16:04 
QuestionForce static objects to load when program starts, not lazy (load when first used)? Pin
Matthew Klein8-Mar-10 6:24
Matthew Klein8-Mar-10 6:24 
AnswerRe: Force static objects to load when program starts, not lazy (load when first used)? Pin
Keith Barrow8-Mar-10 6:36
professionalKeith Barrow8-Mar-10 6:36 
GeneralRe: Force static objects to load when program starts, not lazy (load when first used)? Pin
harold aptroot8-Mar-10 6:53
harold aptroot8-Mar-10 6:53 
GeneralRe: Force static objects to load when program starts, not lazy (load when first used)? Pin
Keith Barrow8-Mar-10 7:02
professionalKeith Barrow8-Mar-10 7:02 
GeneralRe: Force static objects to load when program starts, not lazy (load when first used)? Pin
harold aptroot8-Mar-10 7:16
harold aptroot8-Mar-10 7:16 
GeneralRe: Force static objects to load when program starts, not lazy (load when first used)? Pin
Matthew Klein8-Mar-10 7:03
Matthew Klein8-Mar-10 7:03 
GeneralRe: Force static objects to load when program starts, not lazy (load when first used)? Pin
harold aptroot8-Mar-10 7:14
harold aptroot8-Mar-10 7:14 
This is a hack, but, you could declare some static function in it that doesn't actually do anything, and call it when your program starts. Then the static ctor will have to be invoked, or at least that is my understanding.
As for doing it as soon as the assembly is loaded.. I have no clue - does it really have to be at that precise moment? Calling the "do nothing" function form the static constructor of the class that contains Main might be the closest you can get to that, in an executable (for a DLL I have even less of a clue)
AnswerRe: Force static objects to load when program starts, not lazy (load when first used)? Pin
Keith Barrow8-Mar-10 7:14
professionalKeith Barrow8-Mar-10 7:14 
QuestionRe: Force static objects to load when program starts, not lazy (load when first used)? Pin
Matthew Klein8-Mar-10 7:46
Matthew Klein8-Mar-10 7:46 
AnswerRe: Force static objects to load when program starts, not lazy (load when first used)? Pin
harold aptroot8-Mar-10 8:30
harold aptroot8-Mar-10 8:30 
GeneralRe: Force static objects to load when program starts, not lazy (load when first used)? Pin
Matthew Klein8-Mar-10 8:53
Matthew Klein8-Mar-10 8:53 
QuestionProblem with Display Scheme (Windows font size) Pin
sodevrom8-Mar-10 5:40
sodevrom8-Mar-10 5:40 
AnswerRe: Problem with Display Scheme (Windows font size) Pin
occcy8-Mar-10 20:53
occcy8-Mar-10 20:53 
GeneralRe: Problem with Display Scheme (Windows font size) Pin
sodevrom9-Mar-10 3:55
sodevrom9-Mar-10 3:55 
QuestionForce ClearType Text Rendering for TextBox Control PinPopular
occcy8-Mar-10 4:43
occcy8-Mar-10 4:43 
AnswerRe: Force ClearType Text Rendering for TextBox Control Pin
eonsimi2-Mar-11 22:02
eonsimi2-Mar-11 22:02 
QuestionConverting powerpoint to .avi and 3gp format Pin
Muwanga Simon Peter8-Mar-10 4:32
Muwanga Simon Peter8-Mar-10 4:32 
AnswerRe: Converting powerpoint to .avi and 3gp format Pin
Som Shekhar8-Mar-10 6:49
Som Shekhar8-Mar-10 6:49 
GeneralRe: Converting powerpoint to .avi and 3gp format Pin
Muwanga Simon Peter8-Mar-10 18:42
Muwanga Simon Peter8-Mar-10 18:42 
QuestionHow do I convert an XLS document to XML in C#? Pin
asdxxxx8-Mar-10 4:02
asdxxxx8-Mar-10 4:02 
AnswerRe: How do I convert an XLS document to XML in C#? Pin
Not Active8-Mar-10 4:09
mentorNot Active8-Mar-10 4:09 
GeneralRe: How do I convert an XLS document to XML in C#? Pin
asdxxxx8-Mar-10 4:17
asdxxxx8-Mar-10 4:17 
GeneralRe: How do I convert an XLS document to XML in C#? Pin
Keith Barrow8-Mar-10 4:19
professionalKeith Barrow8-Mar-10 4:19 
GeneralRe: How do I convert an XLS document to XML in C#? Pin
asdxxxx8-Mar-10 4:45
asdxxxx8-Mar-10 4:45 

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.