473,805 Members | 2,026 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Screen Scrolling with Keyboard, cut, copy and past

Hi All

I am new to Windows Mobile Development and I was hoping to get some advice
on the best way to handle Screen size and cut copy and past.

I am developing with VS2005 for Windows Mobile 5.0

I have found an example At:

http://www.codeproject.com/cs/miscct...ndoandRedo.asp

What I would like to know is this the only way of doing this or jest the
best way.

Or is there an even better way of handling the scrolling when the Keyboard
comes up and Cut, Copy and Past.

Thanks for your Help

ink
Dec 21 '06 #1
5 2536
I recently developed a very simple class that automates the resizing
task associated to SIP use.

Unfortunatelly I'd very short of time lately and got no time so far to
publish the class in my site (http://en.victorespina.com), but I will
try to do it as first thing the new year.

So, please keep coming back to my site.

Victor Espina

iKiLL wrote:
Hi All

I am new to Windows Mobile Development and I was hoping to get some advice
on the best way to handle Screen size and cut copy and past.

I am developing with VS2005 for Windows Mobile 5.0

I have found an example At:

http://www.codeproject.com/cs/miscct...ndoandRedo.asp

What I would like to know is this the only way of doing this or jest the
best way.

Or is there an even better way of handling the scrolling when the Keyboard
comes up and Cut, Copy and Past.

Thanks for your Help

ink

Dec 29 '06 #2
Well, I found some time today and put together an article about my class
for SIP handling.

Hope can be usefull for you. The paper can be found here:

http://www.victorespina.com/hs/en/in...size_for_NETcf

Regards and Happy New Year

Victor Espina

Victor Espina wrote:
I recently developed a very simple class that automates the resizing
task associated to SIP use.

Unfortunatelly I'd very short of time lately and got no time so far to
publish the class in my site (http://en.victorespina.com), but I will
try to do it as first thing the new year.

So, please keep coming back to my site.

Victor Espina

iKiLL wrote:
>Hi All

I am new to Windows Mobile Development and I was hoping to get some
advice on the best way to handle Screen size and cut copy and past.

I am developing with VS2005 for Windows Mobile 5.0

I have found an example At:

http://www.codeproject.com/cs/miscct...ndoandRedo.asp

What I would like to know is this the only way of doing this or jest
the best way.

Or is there an even better way of handling the scrolling when the
Keyboard comes up and Cut, Copy and Past.

Thanks for your Help

ink

Dec 29 '06 #3
On Thu, 21 Dec 2006 10:39:49 -0000, "iKiLL" <iK***@NotMyEma il.com>
wrote:
>Hi All

I am new to Windows Mobile Development and I was hoping to get some advice
on the best way to handle Screen size and cut copy and past.
I just used google (http://groups.google.com/advanced_group_search) to
look up
cut paste
in microsoft.publi c.pocketpc.deve loper and got 103 hits. I took a
quick look (just the first page) and found at least two that look
relevant and useful.

I'm not sure what you mean by "handle screen size". But I looked up
screen size
in the same newsgroup and got 399 hits. I took a quick look and found
several that look relevant and useful.

>
I am developing with VS2005 for Windows Mobile 5.0
Which language? Or at least .NET or native?

>
I have found an example At:

http://www.codeproject.com/cs/miscct...ndoandRedo.asp

What I would like to know is this the only way of doing this or jest the
best way.

Or is there an even better way of handling the scrolling when the Keyboard
comes up and Cut, Copy and Past.

Thanks for your Help

ink
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com
Dec 29 '06 #4
ink
Thanks for this is looks interesting i will give it a go.

ink


"Victor Espina" <ve******@cantv .netwrote in message
news:eY******** ******@TK2MSFTN GP02.phx.gbl...
Well, I found some time today and put together an article about my class
for SIP handling.

Hope can be usefull for you. The paper can be found here:

http://www.victorespina.com/hs/en/in...size_for_NETcf

Regards and Happy New Year

Victor Espina

Victor Espina wrote:
>I recently developed a very simple class that automates the resizing task
associated to SIP use.

Unfortunatel ly I'd very short of time lately and got no time so far to
publish the class in my site (http://en.victorespina.com), but I will try
to do it as first thing the new year.

So, please keep coming back to my site.

Victor Espina

iKiLL wrote:
>>Hi All

I am new to Windows Mobile Development and I was hoping to get some
advice on the best way to handle Screen size and cut copy and past.

I am developing with VS2005 for Windows Mobile 5.0

I have found an example At:

http://www.codeproject.com/cs/miscct...ndoandRedo.asp

What I would like to know is this the only way of doing this or jest the
best way.

Or is there an even better way of handling the scrolling when the
Keyboard comes up and Cut, Copy and Past.

Thanks for your Help

ink


Jan 5 '07 #5
I'm glad that it worked for you...

Victor

ink wrote:
Thanks for this is looks interesting i will give it a go.

ink


"Victor Espina" <ve******@cantv .netwrote in message
news:eY******** ******@TK2MSFTN GP02.phx.gbl...
>Well, I found some time today and put together an article about my class
for SIP handling.

Hope can be usefull for you. The paper can be found here:

http://www.victorespina.com/hs/en/in...size_for_NETcf

Regards and Happy New Year

Victor Espina

Victor Espina wrote:
>>I recently developed a very simple class that automates the resizing task
associated to SIP use.

Unfortunatell y I'd very short of time lately and got no time so far to
publish the class in my site (http://en.victorespina.com), but I will try
to do it as first thing the new year.

So, please keep coming back to my site.

Victor Espina

iKiLL wrote:
Hi All

I am new to Windows Mobile Development and I was hoping to get some
advice on the best way to handle Screen size and cut copy and past.

I am developing with VS2005 for Windows Mobile 5.0

I have found an example At:

http://www.codeproject.com/cs/miscct...ndoandRedo.asp

What I would like to know is this the only way of doing this or jest the
best way.

Or is there an even better way of handling the scrolling when the
Keyboard comes up and Cut, Copy and Past.

Thanks for your Help

ink


Jan 5 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
12247
by: Michael J Whitmore | last post by:
Greetings, I have a very simple question. How do you simulate a user input to turn off a screen saver in Windows (either a mouse movement, mouse click, or keyboard input)? I promise I searched the newsgroup before asking :) I have written the following program that loads all my Webshots files into the Webshots photo manager, or so I thought. When you load the first it starts the screen saver. All other subsequent ones are not
1
5352
by: YERVANT | last post by:
I would like use the Print Screen Button to copy a part of page using ASP. En fact, I use a data access page of a chart (pivot) created by access. And I would like copy only the chart. I think the easiest way is to use a Print Screen Button of keyboard. Some body could help me to found a solution to control
14
5424
by: Dave | last post by:
My web site is not particularly theme-based, but it contains an Art Gallery I'd like to display in a different perspective. I would like to horizontally scroll it, rather than vertically - as if the viewer is virtually "walking" through the gallery. I'm just attempting this to have this part of the page be different. Is horizontal scrolling okay, or will it throw our browsers into chaos and viewers into insanity? If horizontal scrolling...
2
15773
by: Simon Verona | last post by:
I know that Windows has a "clickable" keyboard that can pop up when necessary.. I have a touch-screen based application. Is there anyway that I can utilise this keyboard application in windows to automatically fill the current textbox if a button is pushed to display the keyboard?????? Or do I have to write my own popup keyboard? Thanks in advance Simon
1
2719
by: MikeY | last post by:
Hi Everyone, I'm looking for suggestions for touch screen form sizes. Or better yet dealing with forms very various screen sizes. How to deal with anchoring buttons etc and so they don't overlap with bigger screen size. I'm trying to build a hospitality touch screen application w/ Window forms. However I am getting a bit flustered with choosing what size of the form I should have (base my application on). I have been measuring various...
4
7790
by: jonathandrott | last post by:
Hi, i'm kinda new to vb.net and i'm trying to make an on screen keyboard to use with a touch screen. how do i get it to print a letter on the screen when the button is pressed in the textbox that is selected? do i do it as a ascii character? i'm trying to get data from a user. there are a couple of different field the user will have to type information into. (i.e. first name, last name, .etc)
1
1142
by: =?Utf-8?B?TWlrZQ==?= | last post by:
At irregular intervals, my Clipboard spontaneously fills with Screen Captures and I can no longer Cut, Copy or Paste either by right-clicking, using cntrl characters or by clicking pulldown options. I'm running XP SP2.
4
3897
by: Dennieku | last post by:
Hi, I have to develop an on-screen keyboard and on-screen numeric keypad for a touchscreen UI. The hardest thing with this is that it has to be multi-lingual. Has anybody have ideas how to handle the strange characters of some languages and how to handle the different number of characters in the alphabet of some languages? I've already started with the numeric keypad and I've changed the culture to
13
8762
by: andypb123 | last post by:
Hello, The onchange event fires in IE6 in a SELECT element when scrolling through the list with the up and down arrows on the keyboard. In Firefox it only fires after you hit the enter key, which is the behaviour I want make happen in IE. Does anyone know how to accomplish this? Thanks a lot Andy Birchall
0
9716
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10356
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10361
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
10103
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9179
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...
0
6874
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();...
0
5536
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5676
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3839
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.