473,775 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"Efficieny for poket PC"

16 New Member
Hi guys,
Am working in Pocket PC 2005.In my new project have more navigations and I need to display more images .
am using multiple forms, I think it is also possible to make single form but it is complicated.
any one can give idea about this and which is more efficiency and what is the reason .............
My Question is Which is make fast and efficiency , using single for or multiple form........... ..


if any link for this Quote , send me............. ..

Many thanls......... .
Jan 10 '08 #1
2 1575
RedSon
5,000 Recognized Expert Expert
Hi guys,
Am working in Pocket PC 2005.In my new project have more navigations and I need to display more images .
am using multiple forms, I think it is also possible to make single form but it is complicated.
any one can give idea about this and which is more efficiency and what is the reason .............
My Question is Which is make fast and efficiency , using single for or multiple form........... ..


if any link for this Quote , send me............. ..

Many thanls......... .
I'm not sure what you are talking about. If you have more controls on a form then will fit on a page, you can use a scroll bar. If the form has some kind of logical structure you can use tabs. If the form is like a wizard then you can use form1 then form2 then form3 and so on until the program is finished.
Jan 10 '08 #2
markmcgookin
648 Recognized Expert Contributor
I'm not sure what you are talking about. If you have more controls on a form then will fit on a page, you can use a scroll bar. If the form has some kind of logical structure you can use tabs. If the form is like a wizard then you can use form1 then form2 then form3 and so on until the program is finished.
Alternatively if you are takling about performance, creating a static form (i.e. the instance of the form is created at compile time) should load quicker if you have a lot of controls/items on the form. It's not very OO programming, but very little in mobile development is as it should be...
Jan 11 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
7267
by: vilhelm.sjoberg | last post by:
Hello, I am a resonably confident C programmer, but not very sure about the dark corners of C++. Recently, I had G++ give me a strange error. The program in question is in essence: struct foo { };
13
8381
by: bjhartin | last post by:
All, I was working at a client's site when I installed Visual Basic 6 on a machine at their request. Existing applications on this machine had specified version 4.0 of the Jet OLEDB provider in a data source string in their config files. After installing VB 6, they stopped working, producing the error "3220: The supplied provider is different from the one already in use. Changing their configuration files to specify version 3.5.1...
10
2525
by: paulw | last post by:
Hi Please give problems that "HAS TO" to use recursion (recursive calls to itself.) Preferrably real world examples, not knights tour. I'm thinking about eliminating the use of stack... Thanks.
0
1749
by: Gazelle | last post by:
I have a dilemma, that I am hopping I can find some help with. He is the back story so everyone sort of understands what it is that I am trying to accomplish. My problem: I have multiple users, each user has 2 or more CPU’s, using 3 or more monitors. 1 CPU system is running my web application. (Slick, high performance, and wonderful)
42
3167
by: Martin Jørgensen | last post by:
Hi, I'm trying to move a matlab program into c language. For those who knows matlab, this is the line I want to program in c: hx(1:nx,1:ny) = 0; % nx=10, ny=10 It works on a 2-dimensional array (size is 10*10), setting all the values inside the 10*10 matrix to zero. My C-function looks like this:
2
4618
by: SammyBar | last post by:
Hi all, I'm trying to send a message from ASP.NET to another PC by using MSMQ. I created my ASP.NET project by using Visual Studio 2005 but I initially set the project to be located on the File System. Then I could successfully send, receive and purge the public queries I use to exchange information with the another PC. But when I realized I can not reach the file system created project from a third PC then I recreated the project as...
9
4099
by: anon.asdf | last post by:
In terms of efficieny: Is it better to use multiple putchar()'s after one another as one gets to new char's OR is it better to collect the characters to a char-array first, and then use puts() to print to screen ????
1
1709
by: wingsganesh | last post by:
Hi , I am Working in Pocket PC Windows Mobile 5.0, IN Pocket PC 2003 keypads are visible default . But in Pocket PC Windows Mobile 5.0 the key pads are not visible ,Am also change the Emulator options,But no Use. How can i Visible it,What is the property to Visible the Key pad ...........................
1
2149
by: wingsganesh | last post by:
Hi , Am working in "Pocket PC Windows Mobile 6 Professional" Using cameraCaptureDialog class i save one image in My pictures folder in Windows Mobile 6 Professional. When a button click event I need that image in picture Box using that image path Like "\My Documents\My Pictures\Logo.jpeg" This much. How can i Do it......... can anybody guide me.............
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10267
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10046
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8939
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7463
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6717
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4014
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3611
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2852
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.