Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old June 29th, 2004, 05:56 AM
zwonimir zwonimir is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: May 2004
Location: East Side Verona, Southern Europe
Posts: 98 zwonimir User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
... a small problem ...

Hi!

I've got a textbox and I need to able te user to insert the point char or the komma char, but only 1 time, and fi the point is yet in the textbox the user can't insert the komma and viceversa ...

asc(",") = 188
asc(".") = 190

so:
Quote:
Private Sub Text6_KeyDown(KeyCode As Integer, Shift As Integer)
If (KeyCode = 188 Or KeyCode = 190) And (InStr(1, Text6.Text, ",") > 0 Or InStr(1, Text6.Text, ".") > 0) Then KeyCode = 0

End Sub

... but if I run the program I can insert how many points and kommas I want and if I run it with the debug mode I can't insert points or kommas ... why?

Thanks for help

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > ... a small problem ...


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway