Click here to Skip to main content
15,908,768 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Finding certification error Pin
Joel Ivory Johnson10-Mar-10 7:31
professionalJoel Ivory Johnson10-Mar-10 7:31 
Question[iphone question] how can i use double pointer like *[10] Pin
buffering838-Mar-10 13:16
buffering838-Mar-10 13:16 
AnswerRe: [iphone question] how can i use double pointer like *[10] Pin
Stuart Dootson7-Apr-10 23:38
professionalStuart Dootson7-Apr-10 23:38 
QuestionFastest drawing with WinMo 6 Pin
Matt Cavanagh8-Mar-10 4:40
Matt Cavanagh8-Mar-10 4:40 
AnswerRe: Fastest drawing with WinMo 6 Pin
Joel Ivory Johnson10-Mar-10 7:32
professionalJoel Ivory Johnson10-Mar-10 7:32 
QuestionHow can I use CeRunAppAtTime for a thread Pin
anuhoho8-Mar-10 0:03
anuhoho8-Mar-10 0:03 
AnswerRe: How can I use CeRunAppAtTime for a thread Pin
Joel Ivory Johnson10-Mar-10 7:35
professionalJoel Ivory Johnson10-Mar-10 7:35 
Questionpocket pc datagrid in vb.net Pin
ejaz_pk7-Mar-10 22:44
ejaz_pk7-Mar-10 22:44 
I am using datagrid in my vb.net (pocket pc) application.

I am using the following code to set the tablestyle to the datagrid to adjust the column width

<pre>

Dim ts As DataGridTableStyle = New DataGridTableStyle

ts.MappingName = "Products"

Dim Product As DataGridTextBoxColumn = New DataGridTextBoxColumn
Product.MappingName = "Product"
Product.HeaderText = "Product"
Product.Width = 130
ts.GridColumnStyles.Add(Product)

Dim Qty As DataGridTextBoxColumn = New DataGridTextBoxColumn
Qty.MappingName = "Quantity"
Qty.HeaderText = "Quantity"

Qty.Width = 75
ts.GridColumnStyles.Add(Qty)

Me.DataGrid1.TableStyles.Add(ts)

Me.DataGrid1.TableStyles(0).GridColumnStyles(0).Width = 100

</pre>

After binding the datagrid I use this code to set the datagridtablestyle but it only show my one column me nothing even it does not return the values in the datagrid with original tablestyle. It show only row header in the grid but does not show the columns.

Any idea how I can solve this problem????


Thanks In advance
QuestionHow to use a timer in a dll Pin
anuhoho7-Mar-10 18:11
anuhoho7-Mar-10 18:11 
AnswerRe: How to use a timer in a dll Pin
KingsGambit7-Mar-10 19:22
KingsGambit7-Mar-10 19:22 
GeneralRe: How to use a timer in a dll Pin
anuhoho7-Mar-10 20:22
anuhoho7-Mar-10 20:22 
AnswerRe: How to use a timer in a dll Pin
Alain Rist7-Mar-10 21:39
Alain Rist7-Mar-10 21:39 
QuestionHow can i attach a dll in the start up Pin
anuhoho7-Mar-10 17:38
anuhoho7-Mar-10 17:38 
AnswerRe: How can i attach a dll in the start up Pin
KingsGambit7-Mar-10 19:25
KingsGambit7-Mar-10 19:25 
QuestionHow to program sleep in windows mobile Pin
anuhoho5-Mar-10 1:26
anuhoho5-Mar-10 1:26 
AnswerRe: How to program sleep in windows mobile Pin
Joel Ivory Johnson10-Mar-10 7:38
professionalJoel Ivory Johnson10-Mar-10 7:38 
QuestionSome problen in converting char * to LPCWSTR Pin
anuhoho4-Mar-10 19:56
anuhoho4-Mar-10 19:56 
AnswerRe: Some problen in converting char * to LPCWSTR Pin
Covean4-Mar-10 20:47
Covean4-Mar-10 20:47 
GeneralRe: Some problen in converting char * to LPCWSTR Pin
anuhoho4-Mar-10 22:31
anuhoho4-Mar-10 22:31 
AnswerRe: Some problen in converting char * to LPCWSTR Pin
Covean4-Mar-10 21:52
Covean4-Mar-10 21:52 
GeneralRe: Some problen in converting char * to LPCWSTR Pin
anuhoho4-Mar-10 22:33
anuhoho4-Mar-10 22:33 
GeneralRe: Some problen in converting char * to LPCWSTR Pin
Covean4-Mar-10 22:55
Covean4-Mar-10 22:55 
GeneralRe: Some problen in converting char * to LPCWSTR Pin
anuhoho5-Mar-10 1:20
anuhoho5-Mar-10 1:20 
Questioni want to get all phone number in iphone. Pin
buffering833-Mar-10 19:23
buffering833-Mar-10 19:23 
QuestionDataGrid In Pocket PC Pin
ejaz_pk2-Mar-10 18:05
ejaz_pk2-Mar-10 18:05 

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.