Click here to Skip to main content
15,906,335 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to create tables in c# Pin
SeMartens11-Jan-09 23:25
SeMartens11-Jan-09 23:25 
GeneralRe: how to create tables in c# Pin
lawrenceinba11-Jan-09 23:40
lawrenceinba11-Jan-09 23:40 
GeneralRe: how to create tables in c# Pin
benjymous11-Jan-09 23:50
benjymous11-Jan-09 23:50 
GeneralRe: how to create tables in c# Pin
SeMartens11-Jan-09 23:51
SeMartens11-Jan-09 23:51 
GeneralRe: how to create tables in c# Pin
lawrenceinba12-Jan-09 3:49
lawrenceinba12-Jan-09 3:49 
AnswerRe: how to create tables in c# Pin
rah_sin11-Jan-09 23:29
professionalrah_sin11-Jan-09 23:29 
GeneralRe: how to create tables in c# Pin
lawrenceinba11-Jan-09 23:56
lawrenceinba11-Jan-09 23:56 
QuestionSystemState - Windows Mobile Help Pin
pfffffffff11-Jan-09 23:06
pfffffffff11-Jan-09 23:06 
Hi all,

I'm just wondering if there is a way around this problem:

Basically, when an incoming call comes in and then it is missed, the event fires and grabs the last name and number of the caller. The problem being is that there are two lines added that are identical to the listbox.

SystemState MySysState = new SystemState(SystemProperty.PhoneMissedCall);
MySysState.Changed += new ChangeEventHandler(MySysState _Changed);

void MySysState Changed(object sender, ChangeEventArgs args)
{
ListBox1.Add(SystemState.PhoneLastIncomingCallerName.ToString() + ": " + ListBox1.Add(SystemState.PhoneLastIncomingCallerNumber.ToString());


}

MySysState is being declared in the form load, btw.

Could anyone point me in the right direction?


Thanks in advance.
AnswerRe: SystemState - Windows Mobile Help Pin
Deflinek12-Jan-09 4:01
Deflinek12-Jan-09 4:01 
AnswerRe: SystemState - Windows Mobile Help Pin
S. Senthil Kumar12-Jan-09 5:27
S. Senthil Kumar12-Jan-09 5:27 
QuestionGame programming with C# - beatmania Pin
Member 411849711-Jan-09 22:42
Member 411849711-Jan-09 22:42 
AnswerRe: Game programming with C# - beatmania Pin
benjymous11-Jan-09 23:13
benjymous11-Jan-09 23:13 
QuestionBitConverter? Pin
dec8211-Jan-09 21:57
dec8211-Jan-09 21:57 
AnswerRe: BitConverter? Pin
Guffa11-Jan-09 23:27
Guffa11-Jan-09 23:27 
QuestionAnyone having idea to read pdf in c# with images preserved [modified] Pin
inzibharti11-Jan-09 20:30
inzibharti11-Jan-09 20:30 
AnswerRe: Anyone having idea to read pdf in c# with images preserved Pin
Aman Bhullar11-Jan-09 21:11
Aman Bhullar11-Jan-09 21:11 
AnswerRe: Anyone having idea to read pdf in c# with images preserved Pin
N a v a n e e t h11-Jan-09 23:12
N a v a n e e t h11-Jan-09 23:12 
GeneralRe: Anyone having idea to read pdf in c# with images preserved Pin
inzibharti12-Jan-09 0:47
inzibharti12-Jan-09 0:47 
GeneralRe: Anyone having idea to read pdf in c# with images preserved Pin
Henry Minute12-Jan-09 1:09
Henry Minute12-Jan-09 1:09 
GeneralRe: Anyone having idea to read pdf in c# with images preserved Pin
inzibharti12-Jan-09 22:21
inzibharti12-Jan-09 22:21 
Questionpreorder and postorder traversal Pin
MozhdehQeraati11-Jan-09 20:19
MozhdehQeraati11-Jan-09 20:19 
AnswerRe: preorder and postorder traversal Pin
Ben Fair12-Jan-09 7:31
Ben Fair12-Jan-09 7:31 
QuestionPOPUP Window Pin
khosnur11-Jan-09 19:53
khosnur11-Jan-09 19:53 
AnswerRe: POPUP Window Pin
Not Active11-Jan-09 20:03
mentorNot Active11-Jan-09 20:03 
AnswerRe: POPUP Window Pin
Thomas Stockwell12-Jan-09 2:50
professionalThomas Stockwell12-Jan-09 2:50 

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.