Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: Making an application pause Pin
Salil Khedkar19-Aug-04 20:34
Salil Khedkar19-Aug-04 20:34 
QuestionObfuscation / Secure source code? Pin
econner18-Aug-04 18:12
econner18-Aug-04 18:12 
AnswerRe: Obfuscation / Secure source code? Pin
Tom Larsen19-Aug-04 7:01
Tom Larsen19-Aug-04 7:01 
GeneralRe: Obfuscation / Secure source code? Pin
econner19-Aug-04 7:15
econner19-Aug-04 7:15 
GeneralRe: Obfuscation / Secure source code? Pin
leppie19-Aug-04 13:05
leppie19-Aug-04 13:05 
GeneralDebugging the .NET application from Remote System. Pin
softp_vc18-Aug-04 18:06
softp_vc18-Aug-04 18:06 
QuestionParameterized constructor? Pin
sachinkalse18-Aug-04 16:40
sachinkalse18-Aug-04 16:40 
AnswerRe: Parameterized constructor? Pin
Christian Graus18-Aug-04 17:48
protectorChristian Graus18-Aug-04 17:48 
Your basic problem is that the IDE isn't going to generate any code for you that uses a constructor, and if you go changing the code it generates for you to use that constructor, it's likely to delete your code for you. I'd suggest sticking with a default constructor and an initialise method you can call.


Christian

I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
GeneralRe: Parameterized constructor? Pin
sachinkalse18-Aug-04 18:16
sachinkalse18-Aug-04 18:16 
GeneralRe: Parameterized constructor? Pin
leppie18-Aug-04 19:18
leppie18-Aug-04 19:18 
GeneralRe: Parameterized constructor? Pin
Christian Graus19-Aug-04 11:42
protectorChristian Graus19-Aug-04 11:42 
GeneralRe: Parameterized constructor? Pin
leppie19-Aug-04 13:00
leppie19-Aug-04 13:00 
GeneralRe: Parameterized constructor? Pin
Christian Graus19-Aug-04 13:08
protectorChristian Graus19-Aug-04 13:08 
GeneralRe: Parameterized constructor? Pin
leppie19-Aug-04 13:17
leppie19-Aug-04 13:17 
GeneralInstanceDescriptor and Server Control Pin
ChrisAdams18-Aug-04 16:34
ChrisAdams18-Aug-04 16:34 
GeneralStringBuilder new lines Pin
eggie518-Aug-04 14:54
eggie518-Aug-04 14:54 
GeneralRe: StringBuilder new lines Pin
S Sansanwal18-Aug-04 15:53
S Sansanwal18-Aug-04 15:53 
GeneralRe: StringBuilder new lines Pin
eggie518-Aug-04 18:17
eggie518-Aug-04 18:17 
GeneralRe: StringBuilder new lines Pin
Christian Graus18-Aug-04 15:53
protectorChristian Graus18-Aug-04 15:53 
GeneralRe: StringBuilder new lines Pin
eggie518-Aug-04 18:18
eggie518-Aug-04 18:18 
GeneralRe: StringBuilder new lines Pin
leppie18-Aug-04 20:03
leppie18-Aug-04 20:03 
GeneralRe: StringBuilder new lines Pin
eggie518-Aug-04 20:25
eggie518-Aug-04 20:25 
GeneralSNMP Get Pin
budha_man_9918-Aug-04 14:28
budha_man_9918-Aug-04 14:28 
GeneralRe: SNMP Get Pin
progload18-Aug-04 14:38
progload18-Aug-04 14:38 
GeneralHTTP URL question Pin
eggie518-Aug-04 14:03
eggie518-Aug-04 14:03 

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.