Click here to Skip to main content
15,891,431 members
Home / Discussions / Mobile
   

Mobile

 
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 
QuestionCompact framework File Existing..... Pin
Sri harini14-Aug-06 23:35
Sri harini14-Aug-06 23:35 
public NewDBBroker(string Path)
{
FileInfo fi = new FileInfo(path);
if (!fi.Exists)
CreateDataBase(Path);
else
{
DBFile = Path;
// OpenDataBase();
}
}

Hi,

I tried the above code, NotSupportedException coming..
I am using SQLLite Database.
Anybody help me,


sarala
QuestionDynamically Adding Controls to a Panel Pin
RB@Emphasys14-Aug-06 10:22
RB@Emphasys14-Aug-06 10:22 
AnswerRe: Dynamically Adding Controls to a Panel Pin
RB@Emphasys14-Aug-06 10:43
RB@Emphasys14-Aug-06 10:43 
QuestionHow to operate Excel on Pocket PC by using C#? Pin
blackmash11-Aug-06 22:01
blackmash11-Aug-06 22:01 
QuestionListview in windows mobile Pin
Sri harini9-Aug-06 22:09
Sri harini9-Aug-06 22:09 
AnswerRe: Listview in windows mobile Pin
lincyang15-Jan-09 20:51
lincyang15-Jan-09 20:51 
QuestionWindows Mobile 2003 Pocket PC or 5.0 Sample Applications/Code/Tutorial? Pin
Coolarj109-Aug-06 13:38
Coolarj109-Aug-06 13:38 
AnswerRe: Windows Mobile 2003 Pocket PC or 5.0 Sample Applications/Code/Tutorial? [modified] Pin
Michael Hendrickx20-Aug-06 0:39
Michael Hendrickx20-Aug-06 0:39 
QuestionHow to overwrite the power button in a pocket PC? Pin
msolh7-Aug-06 10:23
msolh7-Aug-06 10:23 
QuestionHelp Required for Development of Mobile Application on Window Mobile platform 5.0 [modified] Pin
phijophlip4-Aug-06 0:50
phijophlip4-Aug-06 0:50 
AnswerRe: Help Required for Development of Mobile Application on Window Mobile platform 5.0 Pin
Sarvesvara (BVKS) Dasa5-Aug-06 17:47
Sarvesvara (BVKS) Dasa5-Aug-06 17:47 
QuestionCombo Box in ListView Pin
kakarato3-Aug-06 23:42
kakarato3-Aug-06 23:42 
Questionsending data to the server using webservice Pin
lj_163-Aug-06 22:33
lj_163-Aug-06 22:33 
QuestionMerge Replication. Pin
R.Hariharan3-Aug-06 0:35
R.Hariharan3-Aug-06 0:35 
QuestionWindows Mobile 5.0 == Windows Mobile 2005? Pin
George_George1-Aug-06 22:44
George_George1-Aug-06 22:44 
AnswerRe: Windows Mobile 5.0 == Windows Mobile 2005? Pin
Mohammad A Gdeisat2-Aug-06 12:05
Mohammad A Gdeisat2-Aug-06 12:05 
GeneralRe: Windows Mobile 5.0 == Windows Mobile 2005? Pin
George_George2-Aug-06 18:54
George_George2-Aug-06 18:54 
QuestionPopUpMenu Problem Pin
yasotrasagar31-Jul-06 23:06
yasotrasagar31-Jul-06 23:06 

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.