Click here to Skip to main content
15,922,533 members
Home / Discussions / Mobile
   

Mobile

 
QuestionConnecting Sql Compact Edition [modified] Pin
automic16-Nov-07 10:32
automic16-Nov-07 10:32 
QuestionPPC Application's Registry entry Remove at a time of uninstall the application. Pin
PavanPareta16-Nov-07 0:11
PavanPareta16-Nov-07 0:11 
QuestionPocket PC Registry... Pin
PavanPareta14-Nov-07 21:27
PavanPareta14-Nov-07 21:27 
AnswerRe: Pocket PC Registry... Pin
reyessaez14-Nov-07 22:02
reyessaez14-Nov-07 22:02 
GeneralRe: Pocket PC Registry... Pin
PavanPareta14-Nov-07 22:32
PavanPareta14-Nov-07 22:32 
QuestionHow can i access system date in evc++ Pin
Nikhil Joseph14-Nov-07 17:17
Nikhil Joseph14-Nov-07 17:17 
AnswerRe: How can i access system date in evc++ Pin
Mehmet Suyuti Dindar22-Nov-07 22:32
Mehmet Suyuti Dindar22-Nov-07 22:32 
QuestionCreating af Wizard at Windows Mobile 6 Pin
haolan14-Nov-07 3:46
haolan14-Nov-07 3:46 
Hi Everyone

I am trying to create a wizard program on a Windows Mobile 6 Classic.
When the program starts, it will get some settings from a webservice on the internet.

Theese settings contains information about each step in the wizard.
It will not always be the same number of steps, that will be initialized in the program.

I have created the wizard as a tabcontrol, so when the program is initializing the actuel number of wizard will be added to the control.

On each page I have a "next" button, which contain the following code:

if (tabIdx == -1)
tabIdx = 0;

tabIdx += 1;
TabPage tp = tabSteps.TabPages[tabIdx];
tp.BringToFront();

There is only one problem with this solution. I Cant remove the tabs at the bottom of the program, so the user can navigate to every step he/she want.

the tabPage.Enter event does not exist in the Compact Framework, so i cant change the tabIdx when entering a new tabpage.

How do i solve this?
Questionhow to use Date Time picker control Pin
gb_my14-Nov-07 0:53
gb_my14-Nov-07 0:53 
Questionwritefile Problem in evc++ 3.0 Pin
gb_my13-Nov-07 20:34
gb_my13-Nov-07 20:34 
AnswerRe: writefile Problem in evc++ 3.0 Pin
João Paulo Figueira13-Nov-07 22:45
professionalJoão Paulo Figueira13-Nov-07 22:45 
GeneralRe: writefile Problem in evc++ 3.0 Pin
gb_my14-Nov-07 0:44
gb_my14-Nov-07 0:44 
QuestionDatabase to use for Windows CE Pin
Brad Wick13-Nov-07 6:38
Brad Wick13-Nov-07 6:38 
AnswerRe: Database to use for Windows CE Pin
João Paulo Figueira13-Nov-07 10:46
professionalJoão Paulo Figueira13-Nov-07 10:46 
GeneralRe: Database to use for Windows CE Pin
Brad Wick14-Nov-07 12:40
Brad Wick14-Nov-07 12:40 
GeneralRe: Database to use for Windows CE Pin
Rocky#15-Nov-07 4:22
Rocky#15-Nov-07 4:22 
Questionhow to add "not read-only" files in a cab Pin
reyessaez13-Nov-07 5:09
reyessaez13-Nov-07 5:09 
Questionhow can i check if there is a wireless network connection? Pin
soruc13-Nov-07 4:45
soruc13-Nov-07 4:45 
QuestionHow to scale the form/controls size Pin
pashitech11-Nov-07 21:40
pashitech11-Nov-07 21:40 
AnswerRe: How to scale the form/controls size Pin
debajyotic20-Nov-07 18:31
debajyotic20-Nov-07 18:31 
QuestionHow to make progressbar's backcolor as transperant Pin
pashitech11-Nov-07 21:35
pashitech11-Nov-07 21:35 
Questioncreating columns Pin
edepede10-Nov-07 8:58
edepede10-Nov-07 8:58 
QuestionSaving data in the background - multi threaded Pin
steve_rm7-Nov-07 4:48
steve_rm7-Nov-07 4:48 
QuestionPerformance issue (Is debug mode faster? ) Pin
tusha5-Nov-07 4:12
tusha5-Nov-07 4:12 
AnswerRe: Performance issue (Is debug mode faster? ) Pin
João Paulo Figueira6-Nov-07 21:46
professionalJoão Paulo Figueira6-Nov-07 21:46 

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.