Click here to Skip to main content
15,898,010 members
Home / Discussions / C#
   

C#

 
Questionhow to monitor internet explorer using c# Pin
msgreat5-Aug-09 5:40
msgreat5-Aug-09 5:40 
AnswerRe: how to monitor internet explorer using c# Pin
msgreat5-Aug-09 6:32
msgreat5-Aug-09 6:32 
GeneralRe: how to monitor internet explorer using c# Pin
todorm3-Sep-09 6:22
todorm3-Sep-09 6:22 
Questionthe code in this article[our codeproject article only] not working in my visual studio 2008 Pin
msgreat5-Aug-09 5:20
msgreat5-Aug-09 5:20 
QuestionHow to find out if an object type supports a given arithmetic operator Pin
Duncan Edwards Jones5-Aug-09 4:57
professionalDuncan Edwards Jones5-Aug-09 4:57 
AnswerRe: How to find out if an object type supports a given arithmetic operator Pin
Luc Pattyn5-Aug-09 5:03
sitebuilderLuc Pattyn5-Aug-09 5:03 
GeneralRe: How to find out if an object type supports a given arithmetic operator Pin
Duncan Edwards Jones5-Aug-09 5:37
professionalDuncan Edwards Jones5-Aug-09 5:37 
GeneralRe: How to find out if an object type supports a given arithmetic operator Pin
Luc Pattyn5-Aug-09 5:51
sitebuilderLuc Pattyn5-Aug-09 5:51 
I can't answer that, I don't know enough of your problem domain.
I would refrain from relying on undocumented but observed compiler behavior whenever possible.

I do know when I create an interpreter/parser-like system, I use small data structures to describe what I am dealing with, i.e. something holding name, value, type, etc.
Then when some operator needs executed, its code can check its operands' types and act accordingly.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

AnswerRe: How to find out if an object type supports a given arithmetic operator Pin
PIEBALDconsult5-Aug-09 9:19
mvePIEBALDconsult5-Aug-09 9:19 
QuestionProblem when reading single numeric values from an Excel worksheet Pin
KeesDekker5-Aug-09 4:50
KeesDekker5-Aug-09 4:50 
AnswerRe: Problem when reading single numeric values from an Excel worksheet Pin
Eddy Vluggen5-Aug-09 5:03
professionalEddy Vluggen5-Aug-09 5:03 
GeneralRe: Problem when reading single numeric values from an Excel worksheet Pin
KeesDekker5-Aug-09 22:01
KeesDekker5-Aug-09 22:01 
QuestionFast messages not sent through TcpClient Pin
bocsiboti5-Aug-09 4:29
bocsiboti5-Aug-09 4:29 
AnswerRe: Fast messages not sent through TcpClient Pin
Ennis Ray Lynch, Jr.5-Aug-09 4:54
Ennis Ray Lynch, Jr.5-Aug-09 4:54 
GeneralRe: Fast messages not sent through TcpClient Pin
bocsiboti6-Aug-09 3:04
bocsiboti6-Aug-09 3:04 
GeneralRe: Fast messages not sent through TcpClient Pin
Ennis Ray Lynch, Jr.6-Aug-09 6:06
Ennis Ray Lynch, Jr.6-Aug-09 6:06 
GeneralRe: Fast messages not sent through TcpClient Pin
bocsiboti6-Aug-09 20:04
bocsiboti6-Aug-09 20:04 
AnswerRe: Fast messages not sent through TcpClient Pin
Luc Pattyn5-Aug-09 5:07
sitebuilderLuc Pattyn5-Aug-09 5:07 
GeneralRe: Fast messages not sent through TcpClient Pin
bocsiboti6-Aug-09 3:06
bocsiboti6-Aug-09 3:06 
GeneralRe: Fast messages not sent through TcpClient Pin
Luc Pattyn6-Aug-09 3:09
sitebuilderLuc Pattyn6-Aug-09 3:09 
QuestionMaking a wrapper: execlp or fork [modified] Pin
ajester655-Aug-09 4:28
ajester655-Aug-09 4:28 
QuestionTrying to create a shortcut... Pin
JollyMansArt5-Aug-09 4:25
JollyMansArt5-Aug-09 4:25 
AnswerRe: Trying to create a shortcut... Pin
Jimmanuel5-Aug-09 5:32
Jimmanuel5-Aug-09 5:32 
QuestionReplication Feature of SQL 2005 Pin
Abdul Rahman Hamidy5-Aug-09 3:38
Abdul Rahman Hamidy5-Aug-09 3:38 
AnswerRe: Replication Feature of SQL 2005 Pin
Ennis Ray Lynch, Jr.5-Aug-09 4:19
Ennis Ray Lynch, Jr.5-Aug-09 4:19 

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.