Click here to Skip to main content
15,899,126 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: how to make sound & get the value of battery & memory in C# for PPC ? Pin
Christopher Fairbairn31-Jan-08 16:02
Christopher Fairbairn31-Jan-08 16:02 
QuestionWindows Mobile Skins Pin
CodingEntrigue11-Jan-08 8:34
CodingEntrigue11-Jan-08 8:34 
GeneralRe: Windows Mobile Skins Pin
Paul Conrad27-Jan-08 7:26
professionalPaul Conrad27-Jan-08 7:26 
GeneralRe: Windows Mobile Skins Pin
CodingEntrigue23-Apr-08 11:05
CodingEntrigue23-Apr-08 11:05 
QuestionHow to Resize the form and open the touch keyboard on screen. Pin
Rizwan Bashir9-Jan-08 0:52
Rizwan Bashir9-Jan-08 0:52 
AnswerRe: How to Resize the form and open the touch keyboard on screen. Pin
sven-it9-Jan-08 2:41
sven-it9-Jan-08 2:41 
AnswerRe: How to Resize the form and open the touch keyboard on screen. Pin
Christopher Fairbairn31-Jan-08 16:09
Christopher Fairbairn31-Jan-08 16:09 
GeneralProblem with OpenFiledialog - C# CompactFramework Pin
sven-it8-Jan-08 20:35
sven-it8-Jan-08 20:35 
I have a Form with an maximized WindowState. When I open the Openfiledialog and select a File, wich i want to open in my program, the windowstate is no mor maxamized, but when i request the windostate from the system, it seems to be maxamized.

using (OpenFileDialog myOpenFileDialog = new OpenFileDialog())
{

myOpenFileDialog.InitialDirectory = "\\Storage Card\\";
myOpenFileDialog.Filter = "xml files (*.xml)|*.xml";
myOpenFileDialog.FilterIndex = 1;

DialogResult result = myOpenFileDialog.ShowDialog();

if (result == DialogResult.OK)
{
xmlPath = myOpenFileDialog.FileName;
if (activeProject != null)
activeProject.CreateAndOpenEmptyProject();
activeProject = TModelProject.getInstance();
//InitApplDate(xmlPath);
activeProject.open(xmlPath);
if (activeProject.xmlDoc == null)
{
MessageBox.Show("Error");
}

Cursor.Current = Cursors.WaitCursor;
VMain.SuspendLayout();
activeProject.Load();
activeProject.LoadAll();

vTreeView1.InitView(activeProject);
Cursor.Current = Cursors.Default;
}
}

Can anybody help me?

Thx
GeneralRe: Problem with OpenFiledialog - C# CompactFramework Pin
sven-it9-Jan-08 2:25
sven-it9-Jan-08 2:25 
Questionhow to get battery and memory level in c# code ? Pin
E_Gold4-Jan-08 10:00
E_Gold4-Jan-08 10:00 
AnswerRe: how to get battery and memory level in c# code ? Pin
Ravenet7-Feb-08 16:02
Ravenet7-Feb-08 16:02 
GeneralMobile Software Pin
Socheat.Net3-Jan-08 19:50
Socheat.Net3-Jan-08 19:50 
GeneralRe: Mobile Software Pin
DigiOz Multimedia5-Jan-08 9:08
DigiOz Multimedia5-Jan-08 9:08 
Answerdeveloping C# code to detect fraud detection in telecom using fuzzy neural network Pin
zaini30-Dec-07 11:48
zaini30-Dec-07 11:48 
QuestionEmbedded .NET Beginner. Any guidance? Pin
ppayal29-Dec-07 12:55
ppayal29-Dec-07 12:55 
AnswerRe: Embedded .NET Beginner. Any guidance? Pin
DigiOz Multimedia5-Jan-08 9:11
DigiOz Multimedia5-Jan-08 9:11 
GeneralRe: Embedded .NET Beginner. Any guidance? Pin
ppayal6-Jan-08 9:44
ppayal6-Jan-08 9:44 
QuestionImage in DataGrid?? Pin
MANOJ BATRA29-Dec-07 5:13
MANOJ BATRA29-Dec-07 5:13 
AnswerRe: Image in DataGrid?? Pin
sven-it8-Jan-08 20:23
sven-it8-Jan-08 20:23 
QuestionCan I develop Google map api to display on Mobile phone or PDA? Pin
bowling28-Dec-07 12:24
bowling28-Dec-07 12:24 
AnswerRe: Can I develop Google map api to display on Mobile phone or PDA? Pin
Ravenet7-Feb-08 16:05
Ravenet7-Feb-08 16:05 
GeneralNative coders blog for Windows mobile developer. Pin
Member 387706527-Dec-07 21:45
Member 387706527-Dec-07 21:45 
GeneralRe: Native coders blog for Windows mobile developer. Pin
Ravenet7-Feb-08 16:08
Ravenet7-Feb-08 16:08 
GeneralMobile software compatible with VC6 Pin
QuickDeveloper23-Dec-07 23:14
QuickDeveloper23-Dec-07 23:14 
GeneralRe: Mobile software compatible with VC6 Pin
Mike Dimmick24-Dec-07 12:38
Mike Dimmick24-Dec-07 12:38 

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.