Click here to Skip to main content
16,017,488 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalpublisher configuration file Pin
lagumaster25-Jun-05 16:27
lagumaster25-Jun-05 16:27 
GeneralGrid with different color rows Pin
Storas25-Jun-05 13:55
Storas25-Jun-05 13:55 
GeneralDisplay Date only from Dataset Pin
E. Ward25-Jun-05 13:20
E. Ward25-Jun-05 13:20 
GeneralRe: Display Date only from Dataset Pin
Madni Abbasi26-Jun-05 6:24
Madni Abbasi26-Jun-05 6:24 
GeneralRe: Display Date only from Dataset Pin
gharryh30-Jun-05 5:59
gharryh30-Jun-05 5:59 
GeneralNumber Pin
ADY00725-Jun-05 9:23
ADY00725-Jun-05 9:23 
GeneralRe: Number Pin
Colin Angus Mackay25-Jun-05 11:39
Colin Angus Mackay25-Jun-05 11:39 
GeneralRe: Number Pin
toxcct25-Jun-05 22:51
toxcct25-Jun-05 22:51 
PsYcHo_A wrote:
How to let the user write In numbers only in a textbox??

you could override the KeyPress event, with the IsNumeric() function...


PsYcHo_A wrote:
If someone type in letter A the program will pop up a messagebox!

i don't recommend you to popup a message box each time the user press a wrong key ; it will fastly become irritating to him. Prefer the error providers instead ; you could display an icon next to the control you want, without blocking the user.


PsYcHo_A wrote:
How can i read the textbox with ASCII?

use the TextBox.Text() method...


TOXCCT >>> GEII power
[toxcct][VisualCalc]
GeneralRe: Number Pin
Madni Abbasi26-Jun-05 6:21
Madni Abbasi26-Jun-05 6:21 
GeneralRe: Number Pin
toxcct26-Jun-05 7:30
toxcct26-Jun-05 7:30 
GeneralRe: Number Pin
Madni Abbasi26-Jun-05 23:15
Madni Abbasi26-Jun-05 23:15 
GeneralCrystal Report, Parameter promting Pin
Madni Abbasi25-Jun-05 6:51
Madni Abbasi25-Jun-05 6:51 
GeneralILMerge Problems Pin
Dr_Lomax25-Jun-05 6:02
Dr_Lomax25-Jun-05 6:02 
GeneralRe: ILMerge Problems Pin
Dave Kreskowiak26-Jun-05 8:34
mveDave Kreskowiak26-Jun-05 8:34 
GeneralRe: ILMerge Problems Pin
Dr_Lomax26-Jun-05 8:42
Dr_Lomax26-Jun-05 8:42 
GeneralRe: ILMerge Problems Pin
Dave Kreskowiak26-Jun-05 12:15
mveDave Kreskowiak26-Jun-05 12:15 
GeneralRe: ILMerge Problems Pin
Dr_Lomax26-Jun-05 13:13
Dr_Lomax26-Jun-05 13:13 
Generalprint, assign and logon Pin
Manik Nath25-Jun-05 0:08
Manik Nath25-Jun-05 0:08 
GeneralRe: print, assign and logon Pin
Christian Graus26-Jun-05 16:07
protectorChristian Graus26-Jun-05 16:07 
GeneralRe: print, assign and logon Pin
Manik Nath27-Jun-05 23:29
Manik Nath27-Jun-05 23:29 
GeneralRe: print, assign and logon Pin
Christian Graus28-Jun-05 13:14
protectorChristian Graus28-Jun-05 13:14 
GeneralRe: print, assign and logon Pin
Manik Nath29-Jun-05 0:06
Manik Nath29-Jun-05 0:06 
GeneralRe: print, assign and logon Pin
Christian Graus29-Jun-05 11:28
protectorChristian Graus29-Jun-05 11:28 
GeneralError when showing report by Crystal Report Viewer Pin
tshung24-Jun-05 19:03
tshung24-Jun-05 19:03 
GeneralRe: Error when showing report by Crystal Report Viewer Pin
Madni Abbasi25-Jun-05 6:54
Madni Abbasi25-Jun-05 6:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.