Click here to Skip to main content
16,013,581 members
Home / Discussions / C#
   

C#

 
GeneralC# code generation tool Pin
Rizal Alwin28-Mar-05 1:10
sussRizal Alwin28-Mar-05 1:10 
GeneralRe: C# code generation tool Pin
Dave Kreskowiak28-Mar-05 5:26
mveDave Kreskowiak28-Mar-05 5:26 
GeneralVB to C# Pin
abandito28-Mar-05 0:53
abandito28-Mar-05 0:53 
GeneralRe: VB to C# Pin
DavidNohejl28-Mar-05 1:02
DavidNohejl28-Mar-05 1:02 
GeneralRe: VB to C# Pin
abandito28-Mar-05 1:13
abandito28-Mar-05 1:13 
GeneralRe: VB to C# Pin
DavidNohejl28-Mar-05 1:22
DavidNohejl28-Mar-05 1:22 
GeneralRe: VB to C# Pin
abandito28-Mar-05 1:36
abandito28-Mar-05 1:36 
Generalequivalaent of the delphi WITH statement Pin
sephless28-Mar-05 0:46
sephless28-Mar-05 0:46 
Is there a c# equivalaent of the delphi WITH keyword? WITH allows you to set a scope for class variables in a function, so that the class need only be specified once then all variable names that match with variable names inside the class are deemed to be from the specified class. ie.

public class car
{
public int wheels;
public bool isSofttop;
}

public main
{
car Audi = new car;

WITH Audi do
{
wheels = 4;
isSofttop = false;
}
}
GeneralRe: equivalaent of the delphi WITH statement Pin
Wraith228-Mar-05 1:02
Wraith228-Mar-05 1:02 
GeneralRe: equivalaent of the delphi WITH statement Pin
DavidNohejl28-Mar-05 1:07
DavidNohejl28-Mar-05 1:07 
GeneralRe: equivalaent of the delphi WITH statement Pin
Dave Doknjas28-Mar-05 8:27
Dave Doknjas28-Mar-05 8:27 
Generalrequired selected color dropout logic Pin
montu337728-Mar-05 0:10
montu337728-Mar-05 0:10 
GeneralMultiple files class Pin
danidanidani27-Mar-05 23:26
danidanidani27-Mar-05 23:26 
GeneralRe: Multiple files class Pin
matthias s.28-Mar-05 0:48
matthias s.28-Mar-05 0:48 
GeneralRe: Multiple files class Pin
danidanidani28-Mar-05 0:58
danidanidani28-Mar-05 0:58 
QuestionHow to change system time? Pin
pmasknguyen27-Mar-05 23:04
pmasknguyen27-Mar-05 23:04 
AnswerRe: How to change system time? Pin
JockerSoft28-Mar-05 0:37
JockerSoft28-Mar-05 0:37 
QuestionHow do we print one line at a time? Pin
WillStay27-Mar-05 22:43
WillStay27-Mar-05 22:43 
AnswerRe: How do we print one line at a time? Pin
Dave Kreskowiak28-Mar-05 5:25
mveDave Kreskowiak28-Mar-05 5:25 
GeneralRe: How do we print one line at a time? Pin
Anonymous28-Mar-05 6:21
Anonymous28-Mar-05 6:21 
GeneralRe: How do we print one line at a time? Pin
Dave Kreskowiak29-Mar-05 1:41
mveDave Kreskowiak29-Mar-05 1:41 
GeneralVALIDATING TEXT BOX DOES NOT WORK Pin
maheshfour27-Mar-05 22:42
maheshfour27-Mar-05 22:42 
GeneralRe: VALIDATING TEXT BOX DOES NOT WORK Pin
Darryl Borden28-Mar-05 10:12
Darryl Borden28-Mar-05 10:12 
GeneralRe: VALIDATING TEXT BOX DOES NOT WORK Pin
ameto31-Mar-05 23:09
ameto31-Mar-05 23:09 
GeneralRe: VALIDATING TEXT BOX DOES NOT WORK Pin
Darryl Borden1-Apr-05 2:38
Darryl Borden1-Apr-05 2:38 

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.