Click here to Skip to main content
15,900,110 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionData Compression(deflate) using VB6 Pin
ksandy4526-Jun-06 18:11
ksandy4526-Jun-06 18:11 
AnswerRe: Data Compression(deflate) using VB6 Pin
Paul Conrad26-Jun-06 18:38
professionalPaul Conrad26-Jun-06 18:38 
GeneralRe: Data Compression(deflate) using VB6 Pin
ksandy4527-Jun-06 2:22
ksandy4527-Jun-06 2:22 
GeneralRe: Data Compression(deflate) using VB6 Pin
Paul Conrad27-Jun-06 5:31
professionalPaul Conrad27-Jun-06 5:31 
GeneralRe: Data Compression(deflate) using VB6 Pin
ksandy4527-Jun-06 21:09
ksandy4527-Jun-06 21:09 
AnswerRe: Data Compression(deflate) using VB6 Pin
Dave Kreskowiak27-Jun-06 1:41
mveDave Kreskowiak27-Jun-06 1:41 
QuestionUsing Visual Basic 6.0 How to Solve the below Pin
Simple programmer26-Jun-06 18:08
Simple programmer26-Jun-06 18:08 
AnswerRe: Using Visual Basic 6.0 How to Solve the below Pin
Dave Kreskowiak27-Jun-06 1:39
mveDave Kreskowiak27-Jun-06 1:39 
Simple programmer wrote:
1. How to control the textbox allows alphabets only. i want to know is there any other method beside Keypress event().


The only other place in the KeyDown event of the TextBox.


Simple programmer wrote:
. how to control the textbox allows alphanumeric values. For example Ic No. S1234567D
- so i want 1st character to be Alphabet and other 7 be numeric and the last 1 be alphabet.


Same thing as #1. But the best method would be to use a RegEx expression to check the string in the TextBox, combined with the current KeyDown character, for the proper format.


Or you could just use a MaskedEdit control[^] to do the same thing... In VB.NET 2005, there's already one of these in the ToolBox.



Dave Kreskowiak
Microsoft MVP - Visual Basic

GeneralRe: Using Visual Basic 6.0 How to Solve the below Pin
Simple programmer27-Jun-06 14:57
Simple programmer27-Jun-06 14:57 
QuestionHow to show flexgrid control on toolbox? Pin
rushing26-Jun-06 16:24
rushing26-Jun-06 16:24 
AnswerRe: How to show flexgrid control on toolbox? Pin
Dave Kreskowiak26-Jun-06 17:36
mveDave Kreskowiak26-Jun-06 17:36 
QuestionIntegration... Pin
d24k104d26-Jun-06 15:07
d24k104d26-Jun-06 15:07 
AnswerRe: Integration... Pin
Dave Kreskowiak26-Jun-06 17:34
mveDave Kreskowiak26-Jun-06 17:34 
AnswerRe: Integration... Pin
Paul Conrad26-Jun-06 18:40
professionalPaul Conrad26-Jun-06 18:40 
QuestionOpenGL Pin
spelltwister26-Jun-06 11:08
spelltwister26-Jun-06 11:08 
AnswerRe: OpenGL Pin
Jun Du27-Jun-06 5:02
Jun Du27-Jun-06 5:02 
QuestionDirectory List/File Busy Pin
Scott_Roberts26-Jun-06 8:19
Scott_Roberts26-Jun-06 8:19 
AnswerRe: Directory List/File Busy [modified] Pin
Dave Kreskowiak26-Jun-06 8:52
mveDave Kreskowiak26-Jun-06 8:52 
GeneralRe: Directory List/File Busy Pin
Scott_Roberts26-Jun-06 8:59
Scott_Roberts26-Jun-06 8:59 
GeneralRe: Directory List/File Busy Pin
Dave Kreskowiak26-Jun-06 9:07
mveDave Kreskowiak26-Jun-06 9:07 
GeneralRe: Directory List/File Busy Pin
Scott_Roberts26-Jun-06 9:16
Scott_Roberts26-Jun-06 9:16 
GeneralRe: Directory List/File Busy Pin
Dave Kreskowiak27-Jun-06 1:29
mveDave Kreskowiak27-Jun-06 1:29 
GeneralRe: Directory List/File Busy Pin
Scott_Roberts26-Jun-06 12:59
Scott_Roberts26-Jun-06 12:59 
Questioncontrolling playback speed of audio files. Pin
mkm300526-Jun-06 7:41
mkm300526-Jun-06 7:41 
AnswerRe: controlling playback speed of audio files. Pin
Dave Kreskowiak26-Jun-06 8:47
mveDave Kreskowiak26-Jun-06 8:47 

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.