Click here to Skip to main content
16,006,382 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: WM_KEYUP event while button VK_TTALK button still held down Pin
killabyte1-May-09 2:59
killabyte1-May-09 2:59 
GeneralRe: WM_KEYUP event while button VK_TTALK button still held down Pin
SteveKier1-May-09 6:58
SteveKier1-May-09 6:58 
GeneralRe: WM_KEYUP event while button VK_TTALK button still held down Pin
killabyte1-May-09 14:19
killabyte1-May-09 14:19 
QuestionGSM Modem alternative Pin
tatchung22-Apr-09 21:28
tatchung22-Apr-09 21:28 
AnswerRe: GSM Modem alternative Pin
killabyte1-May-09 19:11
killabyte1-May-09 19:11 
QuestionSQLCE Connection Problems Pin
vafo22-Apr-09 5:02
vafo22-Apr-09 5:02 
AnswerRe: SQLCE Connection Problems [modified] Pin
PavanPareta22-Apr-09 9:13
PavanPareta22-Apr-09 9:13 
GeneralRe: SQLCE Connection Problems [modified] Pin
vafo23-Apr-09 0:42
vafo23-Apr-09 0:42 
Can't build, unrecogized escape sequence error after each dash...seen this before..
string dbconn = "@C:\Documents and Settings\Vasco\Ambiente de trabalho\Serviços de Informática\ChokweMobile\ChokweDB.sdf";
SqlCeConnection conn = new SqlCeConnection("Data Source=" + dbconn);


And after some correcting...

<pre> string dbconn = @"C:\Documents and Settings\Vasco\Ambiente de trabalho\Serviços de Informática\ChokweMobile\ChokweDB.sdf";
SqlCeConnection conn = new SqlCeConnection("Data Source=" + dbconn);

Returns Path not valid.

And...

string dbconn = @".\ChokweDB.sdf";


The database file cannot be found. Check the path to the database. [ Data Source = .\ChokweDB.sdf ]

The database IS o the same folder as the application - and it really IS there and the name is spelled correctly..

modified on Thursday, April 23, 2009 7:10 AM

AnswerRe: SQLCE Connection Problems Pin
~Khatri Mitesh~28-Apr-09 0:23
~Khatri Mitesh~28-Apr-09 0:23 
AnswerRe: SQLCE Connection Problems Pin
Jabbar_espania30-Apr-09 2:05
Jabbar_espania30-Apr-09 2:05 
GeneralRe: SQLCE Connection Problems Pin
Don Fizachi14-Sep-09 12:16
Don Fizachi14-Sep-09 12:16 
QuestionRadio Buttons Styling (Windows Mobile 6) Pin
vafo21-Apr-09 3:36
vafo21-Apr-09 3:36 
AnswerRe: Radio Buttons Styling (Windows Mobile 6) Pin
Joel Ivory Johnson21-Apr-09 12:22
professionalJoel Ivory Johnson21-Apr-09 12:22 
GeneralRe: Radio Buttons Styling (Windows Mobile 6) Pin
vafo22-Apr-09 4:56
vafo22-Apr-09 4:56 
QuestionHow to convert (string -&gt; xml) with window mobile? Pin
YochangSong20-Apr-09 18:57
YochangSong20-Apr-09 18:57 
AnswerRe: How to convert (string -&gt; xml) with window mobile? Pin
Joel Ivory Johnson21-Apr-09 12:11
professionalJoel Ivory Johnson21-Apr-09 12:11 
GeneralRe: How to convert (string -&gt; xml) with window mobile? Pin
Jabbar_espania30-Apr-09 23:46
Jabbar_espania30-Apr-09 23:46 
QuestionDrawing a Polygon, at different angles (rotate). Compact Framework Pin
gembob17-Apr-09 6:46
gembob17-Apr-09 6:46 
AnswerRe: Drawing a Polygon, at different angles (rotate). Compact Framework Pin
Joel Ivory Johnson17-Apr-09 6:57
professionalJoel Ivory Johnson17-Apr-09 6:57 
GeneralRe: Drawing a Polygon, at different angles (rotate). Compact Framework Pin
gembob19-Apr-09 22:46
gembob19-Apr-09 22:46 
GeneralRe: Drawing a Polygon, at different angles (rotate). Compact Framework Pin
mysparkle20-Apr-09 2:41
mysparkle20-Apr-09 2:41 
GeneralRe: Drawing a Polygon, at different angles (rotate). Compact Framework Pin
gembob1-May-09 4:09
gembob1-May-09 4:09 
NewsTry my GSlide framework! Pin
mysparkle17-Apr-09 3:26
mysparkle17-Apr-09 3:26 
GeneralRe: Try my GSlide framework! Pin
~Khatri Mitesh~28-Apr-09 0:44
~Khatri Mitesh~28-Apr-09 0:44 
AnswerRe: Try my GSlide framework! Pin
mysparkle28-Apr-09 3:33
mysparkle28-Apr-09 3:33 

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.