Click here to Skip to main content
15,888,202 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: .NET mobile camera Pin
David Muir30-Apr-09 22:05
David Muir30-Apr-09 22:05 
Questionneed prog Pin
raviraazk29-Apr-09 6:20
raviraazk29-Apr-09 6:20 
AnswerRe: need prog Pin
0x3c029-Apr-09 10:39
0x3c029-Apr-09 10:39 
GeneralRe: need prog Pin
raviraazk30-Apr-09 2:32
raviraazk30-Apr-09 2:32 
GeneralRe: need prog Pin
Mycroft Holmes2-May-09 21:09
professionalMycroft Holmes2-May-09 21:09 
GeneralRe: need prog Pin
raviraazk2-May-09 21:52
raviraazk2-May-09 21:52 
QuestionDo to detect outlook is running or not in client? Pin
Eric Vonjacson29-Apr-09 2:29
Eric Vonjacson29-Apr-09 2:29 
AnswerRe: Do to detect outlook is running or not in client? Pin
Rolando CC29-Apr-09 3:45
professionalRolando CC29-Apr-09 3:45 
Something like:

For Each p As Process In Process.GetProcesses
            If p.ProcessName = "OUTLOOK" Then
                Console.WriteLine(p.ProcessName & " / " & p.MainWindowTitle)
            End If
        Next
Console.ReadLine()

QuestionitextSharp help Pin
pradeepgau198328-Apr-09 21:36
pradeepgau198328-Apr-09 21:36 
Question.NET Phone Communication Library Pin
fawadali12328-Apr-09 4:15
fawadali12328-Apr-09 4:15 
AnswerRe: .NET Phone Communication Library Pin
Dave Kreskowiak28-Apr-09 4:57
mveDave Kreskowiak28-Apr-09 4:57 
QuestionDifficulties with Datatable.getchanges() method Pin
TraceD28-Apr-09 2:36
TraceD28-Apr-09 2:36 
NewsMicrosoft Tech-ed Event in India Pin
manish deora28-Apr-09 0:31
manish deora28-Apr-09 0:31 
QuestionSilent Console Application Pin
lee2327-Apr-09 21:45
lee2327-Apr-09 21:45 
AnswerRe: Silent Console Application Pin
Michael Bookatz28-Apr-09 1:03
Michael Bookatz28-Apr-09 1:03 
GeneralRe: Silent Console Application Pin
lee2328-Apr-09 14:20
lee2328-Apr-09 14:20 
GeneralRe: Silent Console Application Pin
Paulo Zemek29-Apr-09 11:23
mvaPaulo Zemek29-Apr-09 11:23 
GeneralRe: Silent Console Application Pin
Ashwini K Singh29-Apr-09 20:42
Ashwini K Singh29-Apr-09 20:42 
QuestionMS Sync Framework V1 Pin
Subhabrata Bhattacharyya27-Apr-09 13:42
Subhabrata Bhattacharyya27-Apr-09 13:42 
QuestionDotnet 2008 setup did not complete correctly . Pin
n_nilesh26-Apr-09 22:58
n_nilesh26-Apr-09 22:58 
AnswerRe: Dotnet 2008 setup did not complete correctly . Pin
Pete O'Hanlon26-Apr-09 23:37
mvePete O'Hanlon26-Apr-09 23:37 
GeneralRe: Dotnet 2008 setup did not complete correctly . Pin
n_nilesh26-Apr-09 23:49
n_nilesh26-Apr-09 23:49 
GeneralRe: Dotnet 2008 setup did not complete correctly . Pin
Pete O'Hanlon27-Apr-09 2:18
mvePete O'Hanlon27-Apr-09 2:18 
Question.NET 3.5 Visual Studio 2008 Find and Replace Files Pin
Robert Kerber26-Apr-09 12:18
Robert Kerber26-Apr-09 12:18 
AnswerRe: .NET 3.5 Visual Studio 2008 Find and Replace Files Pin
dybs26-Apr-09 12:55
dybs26-Apr-09 12:55 

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.