Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
GeneralMore DataGrid hassles. Pin
Christian Graus14-Nov-02 22:22
protectorChristian Graus14-Nov-02 22:22 
GeneralRe: More DataGrid hassles. Pin
Christian Graus14-Nov-02 22:37
protectorChristian Graus14-Nov-02 22:37 
GeneralRe: More DataGrid hassles. Pin
Mazdak16-Nov-02 5:36
Mazdak16-Nov-02 5:36 
GeneralRe: More DataGrid hassles. Pin
Christian Graus16-Nov-02 10:29
protectorChristian Graus16-Nov-02 10:29 
Questionhow to call a window application? Pin
Segal14-Nov-02 21:09
Segal14-Nov-02 21:09 
Generalpass an array from C# to a COM object Pin
gharrison14-Nov-02 21:05
gharrison14-Nov-02 21:05 
GeneralRe: pass an array from C# to a COM object Pin
Oleksandr Kucherenko15-Nov-02 3:21
Oleksandr Kucherenko15-Nov-02 3:21 
Questionusing "this"? Pin
zhoujun14-Nov-02 19:08
zhoujun14-Nov-02 19:08 
The following code snippet:
namespace myns
{
///
/// ADO.NET data access using the SQL Server Managed Provider.
///

public class Database : IDisposable
{
public int RunProc(string procName)
{
this.close();
}
private SqlCommand CreateCommand(string procName, SqlParameter[] prams)
{
open();
}
private void Open()
{
....
}
public void close()
{
....
}
}
}

I want to know why he use this.close(),but not this.open();
Or open(),but not close()?
Does it relate to public or private define?

I am not using "this" pointer much.
So please give me some guiding or introduce me some online resources.

Thanks.


this is my signature for forums quoted from shog*9:
I can't help but feel, somewhere deep within that withered, bitter, scheming person, there is a small child, frightened, looking a way out.

AnswerRe: using "this"? Pin
Christian Graus14-Nov-02 19:37
protectorChristian Graus14-Nov-02 19:37 
GeneralRe: using "this"? Pin
Kevin McFarlane15-Nov-02 2:17
Kevin McFarlane15-Nov-02 2:17 
GeneralRe: using "this"? Pin
MStanbrook15-Nov-02 4:40
MStanbrook15-Nov-02 4:40 
GeneralRe: using "this"? Pin
Michael Dunn16-Nov-02 5:29
sitebuilderMichael Dunn16-Nov-02 5:29 
AnswerRe: using "this"? Pin
Philip Fitzsimons15-Nov-02 10:55
Philip Fitzsimons15-Nov-02 10:55 
AnswerRe: using "this"? Pin
LongRange.Shooter18-Nov-02 8:54
LongRange.Shooter18-Nov-02 8:54 
GeneralNeed a function that will return certain system information into a text box Pin
Derek Smigelski14-Nov-02 13:20
Derek Smigelski14-Nov-02 13:20 
GeneralRe: Need a function that will return certain system information into a text box Pin
Chris Austin14-Nov-02 17:37
Chris Austin14-Nov-02 17:37 
GeneralRe: Need a function that will return certain system information into a text box Pin
Chris Austin14-Nov-02 18:26
Chris Austin14-Nov-02 18:26 
GeneralMoving VB's FileSystemObject to C# Pin
Eric Miller Jr.14-Nov-02 10:54
sussEric Miller Jr.14-Nov-02 10:54 
GeneralRe: Moving VB's FileSystemObject to C# Pin
Steven Lyons14-Nov-02 15:07
Steven Lyons14-Nov-02 15:07 
GeneralRe: Just hints! Pin
Masaaki Onishi14-Nov-02 17:46
Masaaki Onishi14-Nov-02 17:46 
GeneralRe: Moving VB's FileSystemObject to C# Pin
Richard Deeming15-Nov-02 0:09
mveRichard Deeming15-Nov-02 0:09 
GeneralRe: Moving VB's FileSystemObject to C# Pin
joan_fl15-Nov-02 9:06
joan_fl15-Nov-02 9:06 
GeneralRe: Moving VB's FileSystemObject to C# Pin
Eric Miller Jr.15-Nov-02 10:46
sussEric Miller Jr.15-Nov-02 10:46 
QuestionScroll a window? Pin
Bog14-Nov-02 9:33
Bog14-Nov-02 9:33 
AnswerRe: Scroll a window? Pin
leppie14-Nov-02 10:53
leppie14-Nov-02 10:53 

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.