Click here to Skip to main content
15,915,163 members
Home / Discussions / C#
   

C#

 
GeneralRe: What is SecurityIdentifier for IIS_IUSRS? Pin
Chesnokov Yuriy27-Sep-10 1:38
professionalChesnokov Yuriy27-Sep-10 1:38 
GeneralRe: What is SecurityIdentifier for IIS_IUSRS? Pin
Pete O'Hanlon27-Sep-10 1:52
mvePete O'Hanlon27-Sep-10 1:52 
GeneralRe: What is SecurityIdentifier for IIS_IUSRS? Pin
Dave Kreskowiak27-Sep-10 4:01
mveDave Kreskowiak27-Sep-10 4:01 
QuestionTool for creating a C# singleton wrapper for COM class Pin
Bernhard Hiller26-Sep-10 22:31
Bernhard Hiller26-Sep-10 22:31 
AnswerRe: Tool for creating a C# singleton wrapper for COM class Pin
PIEBALDconsult27-Sep-10 3:12
mvePIEBALDconsult27-Sep-10 3:12 
GeneralRe: Tool for creating a C# singleton wrapper for COM class Pin
Bernhard Hiller28-Sep-10 23:48
Bernhard Hiller28-Sep-10 23:48 
Questionlive video receiving. Pin
Zafar24826-Sep-10 9:40
Zafar24826-Sep-10 9:40 
AnswerRe: live video receiving. Pin
DaveAuld26-Sep-10 10:23
professionalDaveAuld26-Sep-10 10:23 
GeneralRe: live video receiving. Pin
Zafar24826-Sep-10 21:39
Zafar24826-Sep-10 21:39 
QuestionConvert From Icon to Image [Solved] Pin
Saksida Bojan25-Sep-10 22:18
Saksida Bojan25-Sep-10 22:18 
AnswerRe: Convert From Icon to Image Pin
OriginalGriff25-Sep-10 22:48
mveOriginalGriff25-Sep-10 22:48 
GeneralRe: Convert From Icon to Image Pin
Saksida Bojan25-Sep-10 23:16
Saksida Bojan25-Sep-10 23:16 
GeneralRe: Convert From Icon to Image Pin
OriginalGriff25-Sep-10 23:46
mveOriginalGriff25-Sep-10 23:46 
GeneralRe: Convert From Icon to Image Pin
Saksida Bojan26-Sep-10 0:00
Saksida Bojan26-Sep-10 0:00 
GeneralMessage Closed Pin
26-Sep-10 20:48
stancrm26-Sep-10 20:48 
GeneralRe: Convert From Icon to Image Pin
OriginalGriff26-Sep-10 21:11
mveOriginalGriff26-Sep-10 21:11 
GeneralRe: Convert From Icon to Image Pin
Roger Wright26-Sep-10 21:58
professionalRoger Wright26-Sep-10 21:58 
GeneralRe: Convert From Icon to Image Pin
Saksida Bojan27-Sep-10 1:09
Saksida Bojan27-Sep-10 1:09 
QuestionC# Trasnparrnt Control Pin
C.CoderCreator25-Sep-10 21:58
C.CoderCreator25-Sep-10 21:58 
AnswerRe: C# Trasnparrnt Control Pin
OriginalGriff25-Sep-10 22:46
mveOriginalGriff25-Sep-10 22:46 
I am guessing that line 31 is the definition
public Picturebox1()

And that PictureBox1 is not the name of your class. If it is, then which line is line 31? Double click the error message, and it will move to the line it is complaining about.

Only class constructors do not have a method return type. All others need at least void before the method name.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

GeneralRe: C# Trasnparrnt Control Pin
C.CoderCreator25-Sep-10 22:55
C.CoderCreator25-Sep-10 22:55 
GeneralRe: C# Trasnparrnt Control Pin
OriginalGriff25-Sep-10 22:59
mveOriginalGriff25-Sep-10 22:59 
GeneralRe: C# Trasnparrnt Control Pin
C.CoderCreator25-Sep-10 23:01
C.CoderCreator25-Sep-10 23:01 
GeneralRe: C# Trasnparrnt Control Pin
OriginalGriff25-Sep-10 23:08
mveOriginalGriff25-Sep-10 23:08 
QuestionHow to set alignments of form controls dynamically. Pin
priyamtheone25-Sep-10 20:02
priyamtheone25-Sep-10 20:02 

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.