Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Questions (Windows Mobile)
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Questions (Windows Mobile) Post any question regarding Basic4ppc.

VB.NET Application

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-16-2010, 06:18 PM
Newbie
 
Join Date: Mar 2010
Posts: 1
Default VB.NET Application

I would love, if some one can tell me the source code in VB.Net for the following two problems:

1.RSS Reader
2.Sliding up and down , the feature like in Windows Mobile or iPhone

Thanks in advance!
Reply With Quote
  #2 (permalink)  
Old 03-25-2010, 11:51 PM
sitajony's Avatar
Basic4ppc Veteran
 
Join Date: Mar 2010
Location: France
Posts: 416
Awards Showcase
Beta Tester 
Total Awards: 1
Default

For the slideing Up/Down it shoud not be too complicated, a simple timer and a calcul and it's finish

If you want slide with a stylus you get the X, Y position on mouse down and on mouse move you check if the new Y position is less than Y save - (Example) 200 then slideup or slidedown if its more than 200...
Reply With Quote
  #3 (permalink)  
Old 03-26-2010, 08:38 PM
ExcludeReality's Avatar
Senior Member
 
Join Date: Nov 2008
Location: Greenville, South Carolina
Posts: 166
Default

An RSS reader is quite complicated. First you need to download the XML file, then read all the tags and present the content in a user-friendly interface.

What do you mean by "sliding up and down"? You can save the Y property to a variable at the MouseDown event, and then compare it to the current value of Y in the MouseMove event. For example:
Code:
If Y > DownY +100 then MsgBox ("Slide Down")
If you want to slide an image across the screen then it must be drawn on the form.
__________________
Codito, ergo sum
"I code, therefore I am"
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Application Name kawawong Questions (Windows Mobile) 8 05-18-2012 11:37 AM
My first application Erel Tutorials 16 04-18-2010 08:09 PM
My first application. craigisaacs Share Your Creations 0 01-01-2009 11:42 PM
application already running micro Questions (Windows Mobile) 3 09-04-2008 09:20 AM
DB Application scott93727 Share Your Creations 0 05-02-2007 05:24 AM


All times are GMT. The time now is 10:47 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0