Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
AnswerRe: convert date formats Pin
PIEBALDconsult1-May-08 9:34
mvePIEBALDconsult1-May-08 9:34 
Questionc# form resize speed Pin
leeoze30-Apr-08 23:44
leeoze30-Apr-08 23:44 
AnswerRe: c# form resize speed Pin
Zoltan Balazs1-May-08 0:43
Zoltan Balazs1-May-08 0:43 
QuestionActive Directory - Null Reference Exception Pin
hobbsieoz30-Apr-08 22:59
hobbsieoz30-Apr-08 22:59 
AnswerRe: Active Directory - Null Reference Exception Pin
Anthony Mushrow1-May-08 0:12
professionalAnthony Mushrow1-May-08 0:12 
GeneralRe: Active Directory - Null Reference Exception Pin
hobbsieoz1-May-08 0:33
hobbsieoz1-May-08 0:33 
AnswerRe: Active Directory - Null Reference Exception Pin
Anthony Mushrow1-May-08 0:45
professionalAnthony Mushrow1-May-08 0:45 
Questionfunction conference Pin
asma_pfe30-Apr-08 22:24
asma_pfe30-Apr-08 22:24 
hello Smile | :)
wich function I can add to this function for having a conference (in voice not msg) between 3 personne at minimum


private void checkConf_CheckedChanged(object sender, EventArgs e)
{
int nBusyCount = 0;

for (int nLineCount = 0; nLineCount < 2; nLineCount++)
{
if (iaxc.OnLineState(nLineCount))
nBusyCount++;
}

if (nBusyCount < 2 && CheckStartConf.Checked)
{
CheckStartConf.Checked = false;
MessageBox.Show("Dial/receive more than one calls and then click start conference check box.");
}
}
AnswerRe: function conference Pin
Christian Graus30-Apr-08 23:05
protectorChristian Graus30-Apr-08 23:05 
GeneralRe: function conference Pin
asma_pfe1-May-08 0:09
asma_pfe1-May-08 0:09 
GeneralRe: function conference Pin
Christian Graus1-May-08 2:58
protectorChristian Graus1-May-08 2:58 
GeneralRe: function conference Pin
Bert delaVega1-May-08 4:12
Bert delaVega1-May-08 4:12 
GeneralRe: function conference Pin
asma_pfe2-May-08 3:21
asma_pfe2-May-08 3:21 
QuestionI am not able to see large icon in list view Pin
Naveed72730-Apr-08 21:48
Naveed72730-Apr-08 21:48 
AnswerRe: I am not able to see large icon in list view Pin
Christian Graus30-Apr-08 23:07
protectorChristian Graus30-Apr-08 23:07 
Questiontriggers with a stored procedure Pin
Member 400849230-Apr-08 21:37
Member 400849230-Apr-08 21:37 
AnswerRe: triggers with a stored procedure Pin
Christian Graus30-Apr-08 23:07
protectorChristian Graus30-Apr-08 23:07 
Questionrun asp.net appn on iis Pin
Member 443208630-Apr-08 21:02
Member 443208630-Apr-08 21:02 
AnswerRe: run asp.net appn on iis Pin
som.nitk30-Apr-08 21:35
som.nitk30-Apr-08 21:35 
AnswerRe: run asp.net appn on iis Pin
Christian Graus30-Apr-08 23:09
protectorChristian Graus30-Apr-08 23:09 
QuestionHow to get all files name from Property.Resourece Pin
Guru Call30-Apr-08 20:32
Guru Call30-Apr-08 20:32 
AnswerRe: How to get all files name from Property.Resourece Pin
Gopal.S1-May-08 1:34
Gopal.S1-May-08 1:34 
QuestionDisplaying lines of code as a program runs Pin
MarkB77730-Apr-08 20:13
MarkB77730-Apr-08 20:13 
AnswerRe: Displaying lines of code as a program runs Pin
Christian Graus30-Apr-08 20:15
protectorChristian Graus30-Apr-08 20:15 
GeneralRe: Displaying lines of code as a program runs Pin
Roger Alsing30-Apr-08 21:48
Roger Alsing30-Apr-08 21:48 

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.