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

C#

 
AnswerRe: can c# language write a code that run on linux? Pin
Christian Graus23-Aug-06 14:55
protectorChristian Graus23-Aug-06 14:55 
AnswerRe: can c# language write a code that run on linux? Pin
Chris Maunder23-Aug-06 17:00
cofounderChris Maunder23-Aug-06 17:00 
QuestionHow can i access USB port in c# plz? [modified] Pin
George_Botros23-Aug-06 14:46
George_Botros23-Aug-06 14:46 
AnswerRe: How can i access usp port in c# plz? Pin
Christian Graus23-Aug-06 14:56
protectorChristian Graus23-Aug-06 14:56 
AnswerRe: How can i access USB port in c# plz? Pin
J. Dunlap23-Aug-06 15:39
J. Dunlap23-Aug-06 15:39 
QuestionBackColor to Color.Transparent makes hang Pin
likefood23-Aug-06 13:45
likefood23-Aug-06 13:45 
AnswerRe: BackColor to Color.Transparent makes hang Pin
likefood23-Aug-06 14:20
likefood23-Aug-06 14:20 
AnswerRe: BackColor to Color.Transparent makes hang Pin
Nader Elshehabi23-Aug-06 14:29
Nader Elshehabi23-Aug-06 14:29 
AnswerRe: BackColor to Color.Transparent makes hang Pin
Christian Graus23-Aug-06 14:57
protectorChristian Graus23-Aug-06 14:57 
GeneralRe: BackColor to Color.Transparent makes hang Pin
likefood23-Aug-06 17:48
likefood23-Aug-06 17:48 
GeneralRe: BackColor to Color.Transparent makes hang [modified] Pin
likefood23-Aug-06 18:55
likefood23-Aug-06 18:55 
QuestionDrag and Drop in C# Pin
wrykyn23-Aug-06 13:02
wrykyn23-Aug-06 13:02 
AnswerRe: Drag and Drop in C# Pin
Christian Graus23-Aug-06 14:58
protectorChristian Graus23-Aug-06 14:58 
GeneralRe: Drag and Drop in C# Pin
wrykyn24-Aug-06 3:30
wrykyn24-Aug-06 3:30 
QuestionHow To add VS.Net Design Time support for custom control Pin
bradsnobar23-Aug-06 12:17
bradsnobar23-Aug-06 12:17 
AnswerRe: How To add VS.Net Design Time support for custom control Pin
Not Active23-Aug-06 13:25
mentorNot Active23-Aug-06 13:25 
GeneralRe: How To add VS.Net Design Time support for custom control Pin
bradsnobar24-Aug-06 8:46
bradsnobar24-Aug-06 8:46 
QuestionPlease help with a simple regex Pin
Nigor23-Aug-06 11:27
Nigor23-Aug-06 11:27 
AnswerRe: Please help with a simple regex [modified] Pin
Christian Graus23-Aug-06 12:00
protectorChristian Graus23-Aug-06 12:00 
GeneralRe: Please help with a simple regex [modified] Pin
Nigor23-Aug-06 12:45
Nigor23-Aug-06 12:45 
GeneralRe: Please help with a simple regex Pin
Christian Graus23-Aug-06 12:54
protectorChristian Graus23-Aug-06 12:54 
GeneralRe: Please help with a simple regex Pin
Nigor23-Aug-06 13:02
Nigor23-Aug-06 13:02 
GeneralRe: Please help with a simple regex Pin
Ret Orrick23-Aug-06 23:52
Ret Orrick23-Aug-06 23:52 
QuestionHow can we view Class Name sub-list in VC# (available in VB.net)? Pin
ATC23-Aug-06 10:57
ATC23-Aug-06 10:57 
In work place of VB.net if a .vb file is selected (as .cs in VC#), the work place shows 2 lists under .vb & .vb[design] tabs (Class Name list & Method Name list)

a. Let say we have a MAIN.vb and a MAIN.frm that has a START button (sub-list) in it. If we select MAIN in Class Name list, then we will see START component in that list

b. If we select START in the list then in the Method Name list will show a list of methods (ie: Click, TextChanged ...)

* In VC# we can not see the sub-list of (a) & in (b), it only shows whatever we have already used (not showing availbale list)

Anyone know how to view (a) & (b) in VC# as in VB?

Thanks for any help

AnswerRe: How can we view Class Name sub-list in VC# (available in VB.net)? Pin
Colin Angus Mackay23-Aug-06 11:32
Colin Angus Mackay23-Aug-06 11:32 

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.