Click here to Skip to main content
15,906,708 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: programming with HTTP connection through GPRS Pin
George_George11-Dec-06 3:20
George_George11-Dec-06 3:20 
GeneralRe: programming with HTTP connection through GPRS Pin
a_jhakas11-Dec-06 18:52
a_jhakas11-Dec-06 18:52 
GeneralRe: programming with HTTP connection through GPRS Pin
George_George11-Dec-06 20:11
George_George11-Dec-06 20:11 
QuestionWindows Mobile5.0 Pin
Sri harini7-Dec-06 17:07
Sri harini7-Dec-06 17:07 
AnswerRe: Windows Mobile5.0 Pin
Mike Dimmick7-Dec-06 23:32
Mike Dimmick7-Dec-06 23:32 
QuestionDisplay the current location's latitude and longitude on the mobile Pin
Ritika S6-Dec-06 23:10
Ritika S6-Dec-06 23:10 
Questionsystem.data.datarowview being displayed in a combo box, pocketPC 5.0 device Pin
steve_rm6-Dec-06 5:27
steve_rm6-Dec-06 5:27 
AnswerRe: system.data.datarowview being displayed in a combo box, pocketPC 5.0 device Pin
AlexeiXX36-Dec-06 6:27
AlexeiXX36-Dec-06 6:27 
This code works fine for me in VB.NET 2005
<br />
Dim da As New SqlDataAdapter("SELECT * FROM Categories", conn)<br />
Dim ds As New System.Data.DataSet<br />
da.Fill(ds)<br />
With Me.cboCountries<br />
   .DisplayMember = "CategoryName"<br />
   .ValueMember = "CategoryID"<br />
   .DataSource = ds.Tables(0)<br />
End With<br />


Alexei Rodriguez

QuestionRe: system.data.datarowview being displayed in a combo box, pocketPC 5.0 device Pin
steve_rm13-Dec-06 6:45
steve_rm13-Dec-06 6:45 
AnswerRe: system.data.datarowview being displayed in a combo box, pocketPC 5.0 device Pin
RB@Emphasys19-Aug-07 12:31
RB@Emphasys19-Aug-07 12:31 
QuestionSystem.Diagnostics.Process in CF 1.0 Pin
Dewald6-Dec-06 0:04
Dewald6-Dec-06 0:04 
AnswerRe: System.Diagnostics.Process in CF 1.0 Pin
arcticbrew7-Dec-06 12:06
arcticbrew7-Dec-06 12:06 
GeneralRe: System.Diagnostics.Process in CF 1.0 Pin
Dewald7-Dec-06 21:01
Dewald7-Dec-06 21:01 
GeneralRe: System.Diagnostics.Process in CF 1.0 Pin
arcticbrew8-Dec-06 8:52
arcticbrew8-Dec-06 8:52 
Questionsbr extension Pin
Like2Byte4-Dec-06 10:27
Like2Byte4-Dec-06 10:27 
AnswerRe: sbr extension Pin
Mike Dimmick7-Dec-06 23:51
Mike Dimmick7-Dec-06 23:51 
Questionusing C/C++ to read SIM card information Pin
George_George4-Dec-06 3:54
George_George4-Dec-06 3:54 
QuestionAccess phone call log Pin
Stefano Alini4-Dec-06 3:36
Stefano Alini4-Dec-06 3:36 
QuestionIPv6 programming on mobile device with vc2005 Pin
fansy_fs3-Dec-06 19:03
fansy_fs3-Dec-06 19:03 
Questioncannot establish a connection to the network PocketPC 5.0 Pin
steve_rm3-Dec-06 17:19
steve_rm3-Dec-06 17:19 
AnswerRe: cannot establish a connection to the network PocketPC 5.0 Pin
AlexeiXX36-Dec-06 6:36
AlexeiXX36-Dec-06 6:36 
GeneralRe: cannot establish a connection to the network PocketPC 5.0 Pin
steve_rm6-Dec-06 23:40
steve_rm6-Dec-06 23:40 
AnswerRe: cannot establish a connection to the network PocketPC 5.0 Pin
a_jhakas11-Dec-06 19:01
a_jhakas11-Dec-06 19:01 
QuestionWhere the hell is STAThread (CF 2.0)? [modified] Pin
rudiman2-Dec-06 12:52
rudiman2-Dec-06 12:52 
AnswerRe: Where the hell is STAThread (CF 2.0)? Pin
Mike Dimmick7-Dec-06 23:56
Mike Dimmick7-Dec-06 23:56 

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.