473,503 Members | 1,857 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 1565
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
7187
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...
13
8331
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...
10
2482
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... ...
0
1737
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...
42
3083
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...
2
4606
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...
9
4072
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...
1
1697
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...
1
2142
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...
0
7205
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7093
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...
0
7348
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7006
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...
0
7467
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5592
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,...
0
4685
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...
0
3175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3166
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.