Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
AnswerRe: Get DataGridView ComboBox Column value?? Pin
jayveebishie23-Oct-10 4:46
jayveebishie23-Oct-10 4:46 
QuestionSet an arrays items to new strings Pin
Jasmine Pomelo8-Jun-09 14:44
Jasmine Pomelo8-Jun-09 14:44 
GeneralRe: Set an arrays items to new strings Pin
jasper0188-Jun-09 15:16
jasper0188-Jun-09 15:16 
GeneralRe: Set an arrays items to new strings Pin
Jasmine Pomelo8-Jun-09 15:31
Jasmine Pomelo8-Jun-09 15:31 
Question'is' operator Pin
Member 10339078-Jun-09 11:27
Member 10339078-Jun-09 11:27 
AnswerRe: 'is' operator Pin
Christian Graus8-Jun-09 11:33
protectorChristian Graus8-Jun-09 11:33 
GeneralRe: 'is' operator Pin
Member 10339078-Jun-09 11:40
Member 10339078-Jun-09 11:40 
GeneralRe: 'is' operator Pin
Christian Graus8-Jun-09 11:57
protectorChristian Graus8-Jun-09 11:57 
Member 1033907 wrote:
I compiles fine, 'is' works with structures as well.


I didn't think that was the case. I know I've had 'is' not compile for me before because I used an integral type.

Member 1033907 wrote:
String parsing seems to me like the slowest possible approach


Well, you're already paying the cost of boxing, which is expensive, and talking about try/catch, which is VERY expensive.

Member 1033907 wrote:
I guess I'll go with the try/catch, which is guaranteed to work, unless someone comes with something faster.


I would do some testing to see which is faster.

Christian Graus

Driven to the arms of OSX by Vista.

"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

GeneralRe: 'is' operator Pin
Christian Graus8-Jun-09 12:05
protectorChristian Graus8-Jun-09 12:05 
AnswerRe: 'is' operator Pin
Colin Angus Mackay8-Jun-09 12:54
Colin Angus Mackay8-Jun-09 12:54 
AnswerRe: 'is' operator Pin
PIEBALDconsult8-Jun-09 13:13
mvePIEBALDconsult8-Jun-09 13:13 
QuestionKilling a process Pin
CodingYoshi8-Jun-09 9:27
CodingYoshi8-Jun-09 9:27 
AnswerRe: Killing a process Pin
Luc Pattyn8-Jun-09 9:35
sitebuilderLuc Pattyn8-Jun-09 9:35 
GeneralRe: Killing a process Pin
EliottA8-Jun-09 9:38
EliottA8-Jun-09 9:38 
GeneralRe: Killing a process Pin
CodingYoshi8-Jun-09 9:54
CodingYoshi8-Jun-09 9:54 
AnswerRe: Killing a process Pin
EliottA8-Jun-09 9:36
EliottA8-Jun-09 9:36 
GeneralRe: Killing a process Pin
CodingYoshi8-Jun-09 9:53
CodingYoshi8-Jun-09 9:53 
GeneralRe: Killing a process Pin
EliottA8-Jun-09 9:56
EliottA8-Jun-09 9:56 
GeneralRe: Killing a process Pin
CodingYoshi8-Jun-09 10:00
CodingYoshi8-Jun-09 10:00 
GeneralRe: Killing a process Pin
EliottA8-Jun-09 10:01
EliottA8-Jun-09 10:01 
GeneralRe: Killing a process Pin
CodingYoshi8-Jun-09 10:05
CodingYoshi8-Jun-09 10:05 
GeneralRe: Killing a process Pin
EliottA8-Jun-09 10:07
EliottA8-Jun-09 10:07 
GeneralRe: Killing a process Pin
CodingYoshi8-Jun-09 10:19
CodingYoshi8-Jun-09 10:19 
GeneralRe: Killing a process Pin
EliottA8-Jun-09 10:26
EliottA8-Jun-09 10:26 
GeneralRe: Killing a process Pin
CodingYoshi8-Jun-09 10:30
CodingYoshi8-Jun-09 10:30 

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.