Click here to Skip to main content
15,902,114 members
Home / Discussions / Mobile
   

Mobile

 
Question(nhibernate problem ) how i can one talbe(database table ) step across to access other talbe Pin
chenli051320-Jan-09 1:35
chenli051320-Jan-09 1:35 
AnswerRe: (nhibernate problem ) how i can one talbe(database table ) step across to access other talbe Pin
malk0lm23-Jan-09 12:25
malk0lm23-Jan-09 12:25 
QuestionCreate an Excel sheet from compact framework Pin
Ola E20-Jan-09 1:15
Ola E20-Jan-09 1:15 
AnswerRe: Create an Excel sheet from compact framework Pin
Lance Milleson21-Jan-09 8:32
Lance Milleson21-Jan-09 8:32 
QuestionHow to switch to existing instance of program Pin
Gregg Church19-Jan-09 5:37
Gregg Church19-Jan-09 5:37 
AnswerRe: How to switch to existing instance of program Pin
Joel Ivory Johnson19-Jan-09 12:33
professionalJoel Ivory Johnson19-Jan-09 12:33 
QuestionHow to use BeginInvoke and Asynchronous Calls on XBOX 360 Pin
Walter Dias18-Jan-09 10:52
professionalWalter Dias18-Jan-09 10:52 
AnswerRe: How to use BeginInvoke and Asynchronous Calls on XBOX 360 Pin
Joel Ivory Johnson19-Jan-09 4:51
professionalJoel Ivory Johnson19-Jan-09 4:51 
The implementation of the compact framework used on Windows CE based devices defines BeginInvoke and EndInvoke only to provide interface compatibility but these methods are not implemented on delegates and as such throw NotImplementedExceptions. I can only assume that same behaviour is present in the compact framework for the xbox 360.

Other methods that you encounter that contain the word Begin and End are not implemented as compiler generated delegates and thus don't fall under the same usage restrictions. The Begin and End exists in these methods because of a coding pattern and naming that Microsoft is conforming to. But adherence to these patterns is independent of the absence of the compiler generated Begin/End Invoke methods on delegates.

Keep in mind I am writing this based on assumptions from the Windows CE compact framework.

Joel Ivory Johnson
My site: J2i.net
Twitter: J2iNet

QuestionSoftware Required To Develop Mobile Applications Using VB.net 2005 Pin
VikashGohil16-Jan-09 20:11
VikashGohil16-Jan-09 20:11 
AnswerRe: Software Required To Develop Mobile Applications Using VB.net 2005 Pin
Hurricane300017-Jan-09 4:45
Hurricane300017-Jan-09 4:45 
GeneralRe: Software Required To Develop Mobile Applications Using VB.net 2005 Pin
Joel Ivory Johnson17-Jan-09 6:58
professionalJoel Ivory Johnson17-Jan-09 6:58 
AnswerRe: Software Required To Develop Mobile Applications Using VB.net 2005 Pin
Joel Ivory Johnson17-Jan-09 6:07
professionalJoel Ivory Johnson17-Jan-09 6:07 
AnswerRe: Software Required To Develop Mobile Applications Using VB.net 2005 Pin
daniel9729-Apr-09 20:57
daniel9729-Apr-09 20:57 
QuestionWM5 development C++ - set up GUI Pin
uzziah016-Jan-09 11:22
uzziah016-Jan-09 11:22 
AnswerRe: WM5 development C++ - set up GUI Pin
Joel Ivory Johnson19-Jan-09 4:44
professionalJoel Ivory Johnson19-Jan-09 4:44 
GeneralRe: WM5 development C++ - set up GUI Pin
uzziah021-Jan-09 8:43
uzziah021-Jan-09 8:43 
GeneralRe: WM5 development C++ - set up GUI Pin
uzziah023-Jan-09 6:44
uzziah023-Jan-09 6:44 
GeneralRe: WM5 development C++ - set up GUI Pin
uzziah023-Jan-09 7:08
uzziah023-Jan-09 7:08 
QuestionWindows Mobile dll import error Pin
first_vvs77716-Jan-09 8:55
first_vvs77716-Jan-09 8:55 
QuestionRun application on WM6 based PDA startup Pin
kaushik_Manoj16-Jan-09 1:36
kaushik_Manoj16-Jan-09 1:36 
AnswerRe: Run application on WM6 based PDA startup Pin
Chaser9216-Jan-09 2:05
Chaser9216-Jan-09 2:05 
GeneralRe: Run application on WM6 based PDA startup Pin
kaushik_Manoj18-Jan-09 22:36
kaushik_Manoj18-Jan-09 22:36 
AnswerRe: Run application on WM6 based PDA startup Pin
Joel Ivory Johnson16-Jan-09 4:37
professionalJoel Ivory Johnson16-Jan-09 4:37 
GeneralRe: Run application on WM6 based PDA startup Pin
kaushik_Manoj18-Jan-09 22:34
kaushik_Manoj18-Jan-09 22:34 
GeneralRe: Run application on WM6 based PDA startup Pin
bladeone_2k27-Jun-11 4:09
bladeone_2k27-Jun-11 4:09 

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.