473,382 Members | 1,424 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

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 2520
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***@NotMyEmail.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.public.pocketpc.developer 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**************@TK2MSFTNGP02.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.

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


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**************@TK2MSFTNGP02.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.

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


Jan 5 '07 #6

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

Similar topics

1
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...
1
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...
14
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...
2
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...
1
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...
4
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...
1
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...
4
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...
13
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.