Click here to Skip to main content
16,005,682 members
Home / Discussions / Mobile
   

Mobile

 
Questiondatagrid Pin
minkinin17-May-07 23:04
minkinin17-May-07 23:04 
AnswerRe: datagrid Pin
Yogesh Kumar Chauhan28-May-07 1:06
Yogesh Kumar Chauhan28-May-07 1:06 
QuestionHow to insert phonebookentry in the sim? Pin
genoher16-May-07 9:31
genoher16-May-07 9:31 
Question.NET CF 1.1 Clipboard [modified] Pin
Burillo15-May-07 9:43
Burillo15-May-07 9:43 
QuestionHow to set namespace to xmlDocument Pin
shay_he15-May-07 7:50
shay_he15-May-07 7:50 
QuestionInstall .NETCF Pin
Blue_Boy15-May-07 5:35
Blue_Boy15-May-07 5:35 
QuestionTextbox caret position (trigger events when changed) [modified] Pin
Burillo14-May-07 0:50
Burillo14-May-07 0:50 
Questioncontrol desappears after rebuild Pin
Tushar Mahajan13-May-07 23:21
Tushar Mahajan13-May-07 23:21 
Hi,

I am using Wince 5.0 with VS2005. I have created user control and on click event i am creating new label and showing it on control.like this

Label newPanel = new Label();
newPanel.Visible = true;
newPanel.Left = 0;
newPanel.Top = newLabel.Height;
newPanel.BackColor = Color.Blue;
newPanel.Width = this.Width;
newPanel.Height = this.Height - newLabel.Height;
newPanel.Parent = this.Parent;
newPanel.Anchor = (AnchorStyles.Left | AnchorStyles.Bottom |
AnchorStyles.Right | AnchorStyles.Top);

newPanel.Show();

this.Controls.Add(newPanel);

then i want to use this control on Form,so i created the device application and droped my control on Form,after clicking on control i can see the new labe on control but after rebuilding the application the label disappears.
I want to create some more such labels dynamically on my conrol.

how to add dynamically created control inside the usercontrol??

Thanks
Tushar


Questionhow to take data from USB port using C Pin
yong_fuk13-May-07 13:57
yong_fuk13-May-07 13:57 
QuestionProblem accessing files that are stored in ROM Pin
ReinerZiegler11-May-07 3:36
ReinerZiegler11-May-07 3:36 
AnswerRe: Problem accessing files that are stored in ROM Pin
Mike Dimmick12-May-07 13:29
Mike Dimmick12-May-07 13:29 
GeneralRe: Problem accessing files that are stored in ROM Pin
ReinerZiegler13-May-07 1:26
ReinerZiegler13-May-07 1:26 
QuestionHow to create an application to Convert Cell phone Airtime Pin
Vimalsoft(Pty) Ltd11-May-07 2:32
professionalVimalsoft(Pty) Ltd11-May-07 2:32 
QuestionSqlCe Error Pin
Blue_Boy10-May-07 0:30
Blue_Boy10-May-07 0:30 
QuestionPocketPC Java editor Pin
ztech.ru9-May-07 13:09
ztech.ru9-May-07 13:09 
Questionreplication Pin
SVb.net9-May-07 8:32
SVb.net9-May-07 8:32 
QuestionPlaying video file on pocket pc Pin
chloe_hhi8-May-07 21:57
chloe_hhi8-May-07 21:57 
AnswerRe: Playing video file on pocket pc Pin
Christopher Fairbairn22-May-07 15:21
Christopher Fairbairn22-May-07 15:21 
QuestionCheckbox on a BlackBerry 8800 Pin
JollyRubber8-May-07 2:39
JollyRubber8-May-07 2:39 
QuestionHandling the PIN entering dialog Pin
Tjie Pouw7-May-07 20:20
Tjie Pouw7-May-07 20:20 
AnswerRe: Handling the PIN entering dialog Pin
Christopher Fairbairn22-May-07 15:27
Christopher Fairbairn22-May-07 15:27 
QuestionForm instances Pin
Blue_Boy7-May-07 4:25
Blue_Boy7-May-07 4:25 
AnswerRe: Form instances Pin
Christopher Fairbairn22-May-07 15:00
Christopher Fairbairn22-May-07 15:00 
AnswerRe: Form instances Pin
Soleil couchant5-Jun-07 19:54
Soleil couchant5-Jun-07 19:54 
QuestionHow to add item from application to local mobile calendar Pin
chloe_hhi6-May-07 20:35
chloe_hhi6-May-07 20:35 

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.