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

C#

 
Questionmemset and FLOAT2IEEE? Pin
dec8215-May-09 0:48
dec8215-May-09 0:48 
AnswerRe: memset and FLOAT2IEEE? Pin
Anthony Mushrow15-May-09 1:34
professionalAnthony Mushrow15-May-09 1:34 
QuestionHow to delete datarow from datatable according to the gridview's checkbox? Pin
cocoonwls14-May-09 23:59
cocoonwls14-May-09 23:59 
AnswerRe: How to delete datarow from datatable according to the gridview's checkbox? Pin
Henry Minute15-May-09 1:43
Henry Minute15-May-09 1:43 
GeneralRe: How to delete datarow from datatable according to the gridview's checkbox? Pin
cocoonwls17-May-09 18:04
cocoonwls17-May-09 18:04 
QuestionHow to know Acrobat Reader Running Instance ? Pin
svt gdwl14-May-09 22:51
svt gdwl14-May-09 22:51 
AnswerRe: How to know Acrobat Reader Running Instance ? Pin
Giorgi Dalakishvili14-May-09 23:10
mentorGiorgi Dalakishvili14-May-09 23:10 
GeneralRe: How to know Acrobat Reader Running Instance ? Pin
svt gdwl15-May-09 1:18
svt gdwl15-May-09 1:18 
System.Diagnostics.Process[] processes = System.Diagnostics.Process.GetProcessesByName("AcroRd32");
if (processes.Length >= 1)
{
Response.Write("Acrobat Running");
}
else
{
Response.Write("Acrobat Not Running");
}



can we get the reference of the file for which the AcroRd32.exe is applied. If so, How?
Questionmobile application Pin
hotthoughtguy14-May-09 22:41
hotthoughtguy14-May-09 22:41 
JokeRe: mobile application Pin
Mycroft Holmes14-May-09 22:47
professionalMycroft Holmes14-May-09 22:47 
GeneralRe: mobile application Pin
hotthoughtguy14-May-09 23:18
hotthoughtguy14-May-09 23:18 
QuestionDrag-and-drop of string between two lists Pin
tom57200714-May-09 22:21
tom57200714-May-09 22:21 
AnswerRe: Drag-and-drop of string between two lists Pin
Mycroft Holmes14-May-09 22:50
professionalMycroft Holmes14-May-09 22:50 
GeneralRe: Drag-and-drop of string between two lists Pin
tom57200714-May-09 23:02
tom57200714-May-09 23:02 
QuestionConvert Hexa Decimal to to Decimal Pin
Member 305788714-May-09 21:27
Member 305788714-May-09 21:27 
AnswerRe: Convert Hexa Decimal to to Decimal Pin
OriginalGriff14-May-09 22:03
mveOriginalGriff14-May-09 22:03 
AnswerRe: Convert Hexa Decimal to to Decimal Pin
Vikram A Punathambekar14-May-09 22:03
Vikram A Punathambekar14-May-09 22:03 
GeneralRe: Convert Hexa Decimal to to Decimal Pin
Michael Bookatz15-May-09 0:11
Michael Bookatz15-May-09 0:11 
AnswerRe: Convert Hexa Decimal to to Decimal Pin
tom57200714-May-09 22:11
tom57200714-May-09 22:11 
GeneralRe: Convert Hexa Decimal to to Decimal Pin
Member 305788714-May-09 22:56
Member 305788714-May-09 22:56 
GeneralRe: Convert Hexa Decimal to to Decimal Pin
OriginalGriff14-May-09 23:07
mveOriginalGriff14-May-09 23:07 
GeneralRe: Convert Hexa Decimal to to Decimal Pin
Rob Philpott14-May-09 23:37
Rob Philpott14-May-09 23:37 
GeneralRe: Convert Hexa Decimal to to Decimal Pin
Anthony Mushrow15-May-09 1:26
professionalAnthony Mushrow15-May-09 1:26 
AnswerRe: Convert Hexa Decimal to to Decimal Pin
CPallini15-May-09 1:41
mveCPallini15-May-09 1:41 
Questionabout F# Pin
Seraph_summer14-May-09 21:23
Seraph_summer14-May-09 21:23 

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.