Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to know whether there are connected clients while using Socket Programming? Pin
monstale30-Sep-09 22:59
monstale30-Sep-09 22:59 
GeneralRe: How to know whether there are connected clients while using Socket Programming? Pin
CoderForEver30-Sep-09 23:48
CoderForEver30-Sep-09 23:48 
QuestionHow to Connect Local Database Server in Button Click With C#.net ? Pin
Rahad Rahman30-Sep-09 22:28
professionalRahad Rahman30-Sep-09 22:28 
AnswerRe: How to Connect Local Database Server in Button Click With C#.net ? Pin
NarVish30-Sep-09 22:43
NarVish30-Sep-09 22:43 
AnswerRe: How to Connect Local Database Server in Button Click With C#.net ? Pin
Mycroft Holmes30-Sep-09 22:45
professionalMycroft Holmes30-Sep-09 22:45 
JokeRe: How to Connect Local Database Server in Button Click With C#.net ? Pin
Greg Chelstowski30-Sep-09 23:09
Greg Chelstowski30-Sep-09 23:09 
GeneralRe: How to Connect Local Database Server in Button Click With C#.net ? Pin
Mycroft Holmes30-Sep-09 23:18
professionalMycroft Holmes30-Sep-09 23:18 
Questionread the changed value from "Workbook_SheetCalculate(object sh)" function for Excel Pin
NarVish30-Sep-09 21:43
NarVish30-Sep-09 21:43 
Hi, I've written the WorkbookEvents_SheetCalculateEventHandler event to trigger for recalculation in Excel.

public event Excel.WorkbookEvents_SheetCalculateEventHandler SheetCalculate;
SheetCalculate = new Excel.WorkbookEvents_SheetCalculateEventHandler( ThisWorkbook_SheetCalculate);

The function Workbook_SheetCalculate(object Sh) triggers when there is a formula change in the excel sheet.
My aim is to read the function result from the Sh object.

for example, if A1=15, A2=17 and A3=SUM(A1,A2)

Workbook_SheetCalculate fires as soon as there is change in A1 or A2. I need to read the function result,32. Please guide me to get the value.
Thanks in advance.
Questiondatagridview Pin
Anjani Poornima30-Sep-09 21:43
Anjani Poornima30-Sep-09 21:43 
QuestionJava to C# Pin
satsumatable30-Sep-09 21:41
satsumatable30-Sep-09 21:41 
AnswerRe: Java to C# Pin
SeMartens30-Sep-09 22:05
SeMartens30-Sep-09 22:05 
Questionmulti-user winforms application Pin
An Enigma30-Sep-09 21:36
An Enigma30-Sep-09 21:36 
AnswerRe: multi-user winforms application Pin
SeMartens30-Sep-09 22:09
SeMartens30-Sep-09 22:09 
GeneralRe: multi-user winforms application Pin
Greg Chelstowski30-Sep-09 22:37
Greg Chelstowski30-Sep-09 22:37 
GeneralRe: multi-user winforms application Pin
An Enigma30-Sep-09 22:43
An Enigma30-Sep-09 22:43 
GeneralRe: multi-user winforms application Pin
Greg Chelstowski30-Sep-09 22:49
Greg Chelstowski30-Sep-09 22:49 
GeneralRe: multi-user winforms application Pin
An Enigma30-Sep-09 22:52
An Enigma30-Sep-09 22:52 
GeneralRe: multi-user winforms application Pin
J4amieC30-Sep-09 23:22
J4amieC30-Sep-09 23:22 
GeneralRe: multi-user winforms application Pin
Mycroft Holmes30-Sep-09 22:56
professionalMycroft Holmes30-Sep-09 22:56 
GeneralRe: multi-user winforms application Pin
An Enigma30-Sep-09 23:02
An Enigma30-Sep-09 23:02 
GeneralRe: multi-user winforms application Pin
Mycroft Holmes30-Sep-09 23:25
professionalMycroft Holmes30-Sep-09 23:25 
Questiononshutdown() problem Pin
Ajithevn30-Sep-09 20:54
Ajithevn30-Sep-09 20:54 
AnswerRe: onshutdown() problem Pin
N a v a n e e t h30-Sep-09 21:11
N a v a n e e t h30-Sep-09 21:11 
GeneralRe: onshutdown() problem Pin
Ajithevn30-Sep-09 21:25
Ajithevn30-Sep-09 21:25 
QuestionHow to view a Column Name in listbox by selecting the Column in DataGridView Pin
mumair78630-Sep-09 20:51
mumair78630-Sep-09 20:51 

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.