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

C#

 
QuestionMessage Removed Pin
1-Feb-10 23:11
amasterisout1-Feb-10 23:11 
AnswerRe: Text of ToolStripItem derived objects won't appear when added to a ContextMenuStrip Pin
freakyit2-Feb-10 2:14
freakyit2-Feb-10 2:14 
GeneralRe: Text of ToolStripItem derived objects won't appear when added to a ContextMenuStrip Pin
amasterisout2-Feb-10 6:28
amasterisout2-Feb-10 6:28 
Questionmulticolumn listview Pin
Member 5903101-Feb-10 22:48
Member 5903101-Feb-10 22:48 
AnswerRe: multicolumn listview Pin
Richard MacCutchan1-Feb-10 23:45
mveRichard MacCutchan1-Feb-10 23:45 
QuestionOuter border - Tablelayoutpanel Pin
anoopkamboj1-Feb-10 21:16
anoopkamboj1-Feb-10 21:16 
AnswerRe: Outer border - Tablelayoutpanel Pin
OriginalGriff1-Feb-10 23:15
mveOriginalGriff1-Feb-10 23:15 
QuestionProblem with TAPI [modified] Pin
saeidfarahi1-Feb-10 19:53
saeidfarahi1-Feb-10 19:53 
I wrote some code and have problem in line *. I get my modem names correctly but when I want to instantiate a Modem object I face an exception in line * which is: "This modem is invalid".
static void Main(string[] args)
        {
            TAPI tapi = new TAPI();
            bool b = tapi.Initialize();
            ArrayList list = tapi.AvailableModems();
         *  tapi.modem = new Modem(list[1].ToString(), tapi, new IntPtr());
            Modem modem = tapi.modem;
            modem.Call("6632");
        }

list[1] is correct because I checked it and also I should say that my modem is connected to an internal dormitory phone line which I can dial other rooms, so my number in Call() function is just 4 digit long. I wanted to know that is that possible that because my modem is connected to an internal phone line I faced that exception? Excuse me for any mistakes because of my poor English.

modified on Tuesday, February 2, 2010 2:02 AM

QuestionC# Server running in mono on linux Pin
justwithit1-Feb-10 19:45
justwithit1-Feb-10 19:45 
AnswerRe: C# Server running in mono on linux Pin
Migounette2-Feb-10 7:30
Migounette2-Feb-10 7:30 
GeneralRe: C# Server running in mono on linux Pin
Migounette2-Feb-10 7:31
Migounette2-Feb-10 7:31 
GeneralRe: C# Server running in mono on linux Pin
justwithit2-Feb-10 11:00
justwithit2-Feb-10 11:00 
GeneralRe: C# Server running in mono on linux Pin
Migounette4-Feb-10 6:42
Migounette4-Feb-10 6:42 
QuestionControl Message Box Pin
satsumatable1-Feb-10 19:19
satsumatable1-Feb-10 19:19 
AnswerRe: Control Message Box Pin
Eric (eD)1-Feb-10 19:33
Eric (eD)1-Feb-10 19:33 
GeneralRe: Control Message Box Pin
satsumatable1-Feb-10 19:36
satsumatable1-Feb-10 19:36 
AnswerRe: Control Message Box Pin
V.2-Feb-10 1:03
professionalV.2-Feb-10 1:03 
QuestionLinq with Link List Pin
Khaniya1-Feb-10 19:15
professionalKhaniya1-Feb-10 19:15 
AnswerRe: Linq with Link List Pin
Calla1-Feb-10 21:32
Calla1-Feb-10 21:32 
GeneralRe: Linq with Link List Pin
Khaniya1-Feb-10 22:19
professionalKhaniya1-Feb-10 22:19 
GeneralRe: Linq with Link List Pin
Anurag Gandhi2-Feb-10 0:04
professionalAnurag Gandhi2-Feb-10 0:04 
GeneralRe: Linq with Link List Pin
Khaniya2-Feb-10 17:45
professionalKhaniya2-Feb-10 17:45 
Questionis Global variable good or bad in c#.net? Pin
vnsraj1-Feb-10 18:46
vnsraj1-Feb-10 18:46 
AnswerRe: is Global variable good or bad in c#.net? Pin
Eric (eD)1-Feb-10 19:30
Eric (eD)1-Feb-10 19:30 
GeneralRe: is Global variable good or bad in c#.net? Pin
#realJSOP1-Feb-10 23:37
professional#realJSOP1-Feb-10 23:37 

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.