Click here to Skip to main content
15,896,348 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Convert VB to C# Pin
Eddy Vluggen7-Dec-16 9:31
professionalEddy Vluggen7-Dec-16 9:31 
GeneralRe: Convert VB to C# Pin
Pavlex47-Dec-16 10:29
Pavlex47-Dec-16 10:29 
GeneralRe: Convert VB to C# Pin
Pavlex47-Dec-16 11:43
Pavlex47-Dec-16 11:43 
GeneralRe: Convert VB to C# Pin
Pavlex47-Dec-16 21:31
Pavlex47-Dec-16 21:31 
GeneralRe: Convert VB to C# Pin
Eddy Vluggen8-Dec-16 3:02
professionalEddy Vluggen8-Dec-16 3:02 
GeneralRe: Convert VB to C# Pin
Pavlex48-Dec-16 7:55
Pavlex48-Dec-16 7:55 
GeneralRe: Convert VB to C# Pin
Pavlex48-Dec-16 12:27
Pavlex48-Dec-16 12:27 
GeneralRe: Convert VB to C# Pin
Eddy Vluggen9-Dec-16 2:59
professionalEddy Vluggen9-Dec-16 2:59 
I don't get a notification if you reply to yourself; meaning I won't know if there's anything new in this thread.

Pavlex4 wrote:
How to make that when user enter word using given random letters from labels in textbox,user cannot enter letter that does not exist in given letters!!!
Hook on the three keyboard-events from your textbox (KeyDown, Up), see if the character pressed is in the textboxs' text property, and deny if it is.

This would be a new question btw, worth a new thread - as others might have given you this specific answer sooner Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Convert VB to C# Pin
Pavlex49-Dec-16 7:28
Pavlex49-Dec-16 7:28 
GeneralRe: Convert VB to C# Pin
Eddy Vluggen9-Dec-16 7:58
professionalEddy Vluggen9-Dec-16 7:58 
QuestionEquals/Comparison of the two objects in which the property of the list(as object) Pin
Cvele12329-Nov-16 4:29
Cvele12329-Nov-16 4:29 
QuestionRe: Equals/Comparison of the two objects in which the property of the list(as object) Pin
ZurdoDev29-Nov-16 6:20
professionalZurdoDev29-Nov-16 6:20 
AnswerRe: Equals/Comparison of the two objects in which the property of the list(as object) Pin
Cvele12329-Nov-16 6:28
Cvele12329-Nov-16 6:28 
AnswerRe: Equals/Comparison of the two objects in which the property of the list(as object) Pin
Cvele1239-Dec-16 2:05
Cvele1239-Dec-16 2:05 
QuestionWhy the picture not save correctly if I change from button click to form load Pin
Munirah Malik28-Nov-16 15:46
Munirah Malik28-Nov-16 15:46 
AnswerRe: Why the picture not save correctly if I change from button click to form load Pin
Peter Leow28-Nov-16 17:57
professionalPeter Leow28-Nov-16 17:57 
QuestionFolder traverse in vbscript Pin
Member 126754628-Nov-16 0:17
Member 126754628-Nov-16 0:17 
AnswerRe: Folder traverse in vbscript Pin
Richard MacCutchan28-Nov-16 0:39
mveRichard MacCutchan28-Nov-16 0:39 
GeneralRe: Folder traverse in vbscript Pin
Member 126754628-Nov-16 1:02
Member 126754628-Nov-16 1:02 
GeneralRe: Folder traverse in vbscript Pin
Richard MacCutchan28-Nov-16 1:19
mveRichard MacCutchan28-Nov-16 1:19 
GeneralRe: Folder traverse in vbscript Pin
Member 126754628-Nov-16 1:28
Member 126754628-Nov-16 1:28 
GeneralRe: Folder traverse in vbscript Pin
Tim Carmichael28-Nov-16 5:01
Tim Carmichael28-Nov-16 5:01 
GeneralRe: Folder traverse in vbscript Pin
Member 126754630-Nov-16 22:05
Member 126754630-Nov-16 22:05 
GeneralRe: Folder traverse in vbscript Pin
Richard MacCutchan28-Nov-16 6:34
mveRichard MacCutchan28-Nov-16 6:34 
GeneralRe: Folder traverse in vbscript Pin
Dave Kreskowiak28-Nov-16 8:56
mveDave Kreskowiak28-Nov-16 8:56 

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.