Click here to Skip to main content
15,912,329 members
Home / Discussions / Mobile
   

Mobile

 
Questiongmtime giving local time on WinCE Pin
dummy8088-Sep-06 7:21
dummy8088-Sep-06 7:21 
NewsSecond AmanithVG technology preview released. Pin
[ad]turbo4-Sep-06 21:47
[ad]turbo4-Sep-06 21:47 
QuestionDisplay a consistant menu in wince 4.2 and pocket pc [modified] Pin
Fahad Azeem31-Aug-06 11:05
Fahad Azeem31-Aug-06 11:05 
Questionmobile development using vs2005 Pin
dolaura31-Aug-06 10:32
dolaura31-Aug-06 10:32 
AnswerRe: mobile development using vs2005 Pin
RashmiDB4-Sep-06 8:25
RashmiDB4-Sep-06 8:25 
AnswerRe: mobile development using vs2005 Pin
parths4-Sep-06 17:57
parths4-Sep-06 17:57 
GeneralIf you want to use the .Net framework Pin
parths4-Sep-06 18:05
parths4-Sep-06 18:05 
Questionproblem with reading sim phonebook Pin
PleM2131-Aug-06 10:28
PleM2131-Aug-06 10:28 
Hi,
this is sample of my code. I want to recive single phonebook entry information in 528 bytes.
------------------------------
[DllImport("cellcore.dll")]
unsafe public static extern int SimReadPhonebookEntry(int hSim, uint dwLocation, uint dwIndex, ref byte* ret);

unsafe private void buttonEx1_Click(object sender, System.EventArgs e)
{
int hSim = 0;
SimWrap.SimInitialize(0, 0, 0, ref hSim);
byte[] tab = new byte[528];
fixed (byte* pAddr = tab)
{
byte *pCurrent = pAddr;
tab[0] = Convert.ToByte(0);
tab[1] = Convert.ToByte(0);
tab[2] = Convert.ToByte(2);
tab[3] = Convert.ToByte(10);

SimReadPhonebookEntry(hSim, 16, 3, ref pCurrent);
SimWrap.SimDeinitialize(hSim);
}
-------------------------
Final tab array contains only size of array.
Where is mistake ?? Smile | :)
I need to run this code on Visual 2003 CF and using c#, Windows Mobile 5.0.
QuestionComboBox.Items.Insert(int index, object obj) - > whats the object? Pin
saud_a_k29-Aug-06 18:50
saud_a_k29-Aug-06 18:50 
QuestionA question about owner-draw list-view Pin
Roy Wong27-Aug-06 15:53
Roy Wong27-Aug-06 15:53 
QuestionHelp !! Infrared communication Pin
RashmiDB26-Aug-06 17:37
RashmiDB26-Aug-06 17:37 
AnswerRe: Help !! Infrared communication Pin
Hesbon Ongira6-Sep-06 21:53
Hesbon Ongira6-Sep-06 21:53 
GeneralRe: Help !! Infrared communication(for hezzymandias) Pin
RashmiDB7-Sep-06 17:44
RashmiDB7-Sep-06 17:44 
Question850604 - GAPI for Windows CE 4.2 Pin
ilostmyid226-Aug-06 7:40
professionalilostmyid226-Aug-06 7:40 
AnswerRe: 850604 - GAPI for Windows CE 4.2 Pin
Frank Weseloh23-Dec-06 6:52
Frank Weseloh23-Dec-06 6:52 
QuestionAccessing data in a pocket access database using evc4 Pin
sdt2425-Aug-06 5:55
sdt2425-Aug-06 5:55 
QuestionNotification icon in the system tray Pin
AndriyBabiy24-Aug-06 11:37
AndriyBabiy24-Aug-06 11:37 
QuestionIncoming Call Notification compact framework Pin
deanxp23-Aug-06 4:30
deanxp23-Aug-06 4:30 
QuestionMobile applications for simple cell phones Pin
AmitDey22-Aug-06 18:57
AmitDey22-Aug-06 18:57 
AnswerRe: Mobile applications for simple cell phones Pin
alexey N22-Aug-06 21:17
alexey N22-Aug-06 21:17 
QuestionSQL CE Connections Pin
DazJack122-Aug-06 3:13
DazJack122-Aug-06 3:13 
AnswerRe: SQL CE Connections Pin
Chris S Kaiser28-Aug-06 11:09
Chris S Kaiser28-Aug-06 11:09 
Questionintroduction Pin
abhi851921-Aug-06 5:56
abhi851921-Aug-06 5:56 
QuestionTrying to connect to BT headset programatically, but can't make it work !! Pin
PG200617-Aug-06 12:47
PG200617-Aug-06 12:47 
QuestionMedia player Pin
Mohammad A Gdeisat16-Aug-06 22:38
Mohammad A Gdeisat16-Aug-06 22:38 

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.