Click here to Skip to main content
15,912,977 members
Home / Discussions / C#
   

C#

 
GeneralRe: Loading and Unloading .dll file in C# Pin
pakFari13-Jul-05 8:59
pakFari13-Jul-05 8:59 
GeneralRe: Loading and Unloading .dll file in C# Pin
DeepToot13-Jul-05 9:18
DeepToot13-Jul-05 9:18 
Questionhow to write factory interface handler Pin
Vinkum11-Jul-05 20:08
Vinkum11-Jul-05 20:08 
AnswerRe: how to write factory interface handler Pin
Christian Graus11-Jul-05 20:20
protectorChristian Graus11-Jul-05 20:20 
GeneralRe: how to write factory interface handler Pin
Vinkum11-Jul-05 21:22
Vinkum11-Jul-05 21:22 
GeneralRe: how to write factory interface handler Pin
Christian Graus12-Jul-05 13:14
protectorChristian Graus12-Jul-05 13:14 
Generalis Constructor Pin
Member 78161011-Jul-05 18:58
Member 78161011-Jul-05 18:58 
GeneralRe: is Constructor Pin
Christian Graus11-Jul-05 19:08
protectorChristian Graus11-Jul-05 19:08 
Sreenivasan Palaniappan wrote:
My doubt is is 'InitializeComponent()' is somewhat similar to a constructor.

How do you mean ?

This method is inserted by the IDE, and called to set all the properties that you set up in the forms designer. As such, you should never mess with the code here, your changes will disappear. as such, it's also a form of construction activity, I guess. But you should add any code of your own in the spot just below the call that is commented as being the right spot to do so.


Christian Graus - Microsoft MVP - C++
GeneralRe: is Constructor Pin
User 209307311-Jul-05 19:12
User 209307311-Jul-05 19:12 
GeneralTCP/IP Pin
Expert Coming11-Jul-05 18:01
Expert Coming11-Jul-05 18:01 
GeneralRe: TCP/IP Pin
Expert Coming11-Jul-05 21:48
Expert Coming11-Jul-05 21:48 
Generalnew thread for new form Pin
wdahl9911-Jul-05 17:15
wdahl9911-Jul-05 17:15 
GeneralRe: new thread for new form Pin
S. Senthil Kumar11-Jul-05 17:54
S. Senthil Kumar11-Jul-05 17:54 
GeneralCapture the xp Logon and Logoff event Pin
aocraft11-Jul-05 17:12
aocraft11-Jul-05 17:12 
GeneralRe: Capture the xp Logon and Logoff event Pin
KaptinKrunch11-Jul-05 17:32
KaptinKrunch11-Jul-05 17:32 
GeneralRe: Capture the xp Logon and Logoff event Pin
aocraft11-Jul-05 17:56
aocraft11-Jul-05 17:56 
Questionif statements with a string? Pin
Anonymous11-Jul-05 16:25
Anonymous11-Jul-05 16:25 
AnswerRe: if statements with a string? Pin
Weiye Chen11-Jul-05 16:50
Weiye Chen11-Jul-05 16:50 
GeneralRe: if statements with a string? Pin
Anonymous11-Jul-05 17:14
Anonymous11-Jul-05 17:14 
GeneralRe: if statements with a string? Pin
Weiye Chen11-Jul-05 17:34
Weiye Chen11-Jul-05 17:34 
AnswerRe: if statements with a string? Pin
User 209307311-Jul-05 22:17
User 209307311-Jul-05 22:17 
AnswerRe: if statements with a string? Pin
sayinsinan12-Jul-05 3:42
sayinsinan12-Jul-05 3:42 
GeneralC# DatePicker Pin
epfuller11-Jul-05 15:41
epfuller11-Jul-05 15:41 
GeneralRe: C# DatePicker Pin
Christian Graus11-Jul-05 17:02
protectorChristian Graus11-Jul-05 17:02 
GeneralAdding a scrollbar to a panel Pin
Ruskin Dantra11-Jul-05 12:33
Ruskin Dantra11-Jul-05 12: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.