Click here to Skip to main content
15,913,307 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How to shift a bitmap efficiently (day 2) Pin
bimbambumbum21-Sep-10 11:45
bimbambumbum21-Sep-10 11:45 
AnswerRe: How to shift a bitmap efficiently (day 2) Pin
Luc Pattyn20-Sep-10 18:29
sitebuilderLuc Pattyn20-Sep-10 18:29 
GeneralRe: How to shift a bitmap efficiently (day 2) Pin
bimbambumbum22-Sep-10 13:01
bimbambumbum22-Sep-10 13:01 
GeneralRe: How to shift a bitmap efficiently (day 3) Pin
Luc Pattyn22-Sep-10 13:06
sitebuilderLuc Pattyn22-Sep-10 13:06 
QuestionDataBinding-aware (dependency)objects? Pin
Don Rolando19-Sep-10 3:32
Don Rolando19-Sep-10 3:32 
Questionpicturebox.visible problem Pin
bimbambumbum18-Sep-10 15:36
bimbambumbum18-Sep-10 15:36 
AnswerRe: picturebox.visible problem Pin
bimbambumbum18-Sep-10 15:42
bimbambumbum18-Sep-10 15:42 
GeneralRe: picturebox.visible problem Pin
DaveyM6918-Sep-10 20:29
professionalDaveyM6918-Sep-10 20:29 
This problem happens when you have a parameter or variable in a method that has the same name as the field of a class, such as:
class MyClass
{
    private int value;

    public MyClass(int value)
    {
        // value refers to the parameter
        // to use the field, as it has the same name, use this.value
        this.value = value;
    }
}

You can tell by hovering the mouse over value in the code editor.
Dave

Binging is like googling, it just feels dirtier.
Please take your VB.NET out of our nice case sensitive forum.
Astonish us. Be exceptional. (Pete O'Hanlon)

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)



AnswerRe: picturebox.visible problem Pin
Luc Pattyn19-Sep-10 3:44
sitebuilderLuc Pattyn19-Sep-10 3:44 
QuestionChoice of .NET Framework version Pin
fdsfsa76f7sa615-Sep-10 21:31
fdsfsa76f7sa615-Sep-10 21:31 
AnswerRe: Choice of .NET Framework version Pin
Kubajzz16-Sep-10 0:16
Kubajzz16-Sep-10 0:16 
AnswerRe: Choice of .NET Framework version Pin
Pete O'Hanlon16-Sep-10 1:28
mvePete O'Hanlon16-Sep-10 1:28 
AnswerRe: Choice of .NET Framework version Pin
The Man from U.N.C.L.E.20-Sep-10 12:06
The Man from U.N.C.L.E.20-Sep-10 12:06 
QuestionProblem adding FFTW.dll as reference. [modified] Pin
bimbambumbum15-Sep-10 14:54
bimbambumbum15-Sep-10 14:54 
AnswerRe: Problem adding FFTW.dll as reference Pin
Luc Pattyn15-Sep-10 16:13
sitebuilderLuc Pattyn15-Sep-10 16:13 
GeneralRe: Problem adding FFTW.dll as reference Pin
bimbambumbum18-Sep-10 15:31
bimbambumbum18-Sep-10 15:31 
QuestionTyped Datasets and SSIS Pin
indian14315-Sep-10 7:12
indian14315-Sep-10 7:12 
QuestionMSIL String comparison question Pin
Gordon Kushner15-Sep-10 4:02
Gordon Kushner15-Sep-10 4:02 
AnswerRe: MSIL String comparison question Pin
Kubajzz15-Sep-10 4:37
Kubajzz15-Sep-10 4:37 
GeneralRe: MSIL String comparison question Pin
Gordon Kushner15-Sep-10 4:56
Gordon Kushner15-Sep-10 4:56 
GeneralRe: MSIL String comparison question Pin
Kubajzz15-Sep-10 5:04
Kubajzz15-Sep-10 5:04 
QuestionGeneral threading question Pin
Ray Cassick14-Sep-10 11:45
Ray Cassick14-Sep-10 11:45 
AnswerRe: General threading question Pin
Luc Pattyn14-Sep-10 12:00
sitebuilderLuc Pattyn14-Sep-10 12:00 
AnswerRe: General threading question Pin
The Man from U.N.C.L.E.14-Sep-10 12:37
The Man from U.N.C.L.E.14-Sep-10 12:37 
GeneralRe: General threading question Pin
Luc Pattyn14-Sep-10 13:47
sitebuilderLuc Pattyn14-Sep-10 13:47 

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.