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

Visual Basic

 
Questionproblem with Master-Detail database in VB6 Pin
breikascool27-May-09 13:25
breikascool27-May-09 13:25 
Questionaccept a string and convert the case of the characters [modified] Pin
Member 451421827-May-09 10:59
Member 451421827-May-09 10:59 
AnswerRe: accept a string and convert the case of the characters [modified] Pin
EliottA27-May-09 11:11
EliottA27-May-09 11:11 
JokeRe: accept a string and convert the case of the characters Pin
Luc Pattyn27-May-09 12:08
sitebuilderLuc Pattyn27-May-09 12:08 
GeneralRe: accept a string and convert the case of the characters Pin
EliottA27-May-09 12:09
EliottA27-May-09 12:09 
GeneralRe: accept a string and convert the case of the characters Pin
Luc Pattyn27-May-09 12:21
sitebuilderLuc Pattyn27-May-09 12:21 
AnswerRe: accept a string and convert the case of the characters Pin
EliottA27-May-09 11:25
EliottA27-May-09 11:25 
AnswerRe: accept a string and convert the case of the characters Pin
Luc Pattyn27-May-09 11:39
sitebuilderLuc Pattyn27-May-09 11:39 
Easy. Convert to ASCII, XOR all letters with 0x20, convert back to Unicode. Laugh | :laugh:

Now what should happen with some specials, such as the trademark and registered signs?

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

QuestionDate Design Suggestion... Pin
smjunior0927-May-09 7:36
smjunior0927-May-09 7:36 
AnswerRe: Date Design Suggestion... Pin
Dave Kreskowiak27-May-09 7:46
mveDave Kreskowiak27-May-09 7:46 
GeneralRe: Date Design Suggestion... Pin
smjunior0927-May-09 7:53
smjunior0927-May-09 7:53 
GeneralRe: Date Design Suggestion... Pin
Dave Kreskowiak27-May-09 10:22
mveDave Kreskowiak27-May-09 10:22 
QuestionSubclass a Control by UserControl Pin
Samir Ibrahim27-May-09 6:36
Samir Ibrahim27-May-09 6:36 
AnswerRe: Subclass a Control by UserControl Pin
EliottA27-May-09 7:03
EliottA27-May-09 7:03 
GeneralRe: Subclass a Control by UserControl Pin
Samir Ibrahim27-May-09 21:37
Samir Ibrahim27-May-09 21:37 
AnswerRe: Subclass a Control by UserControl Pin
Dave Kreskowiak27-May-09 7:10
mveDave Kreskowiak27-May-09 7:10 
GeneralRe: Subclass a Control by UserControl Pin
Samir Ibrahim27-May-09 21:36
Samir Ibrahim27-May-09 21:36 
GeneralRe: Subclass a Control by UserControl Pin
Dave Kreskowiak28-May-09 2:19
mveDave Kreskowiak28-May-09 2:19 
GeneralRe: Subclass a Control by UserControl Pin
Samir Ibrahim28-May-09 3:46
Samir Ibrahim28-May-09 3:46 
GeneralRe: Subclass a Control by UserControl Pin
Nagy Vilmos28-May-09 3:56
professionalNagy Vilmos28-May-09 3:56 
GeneralRe: Subclass a Control by UserControl Pin
Samir Ibrahim28-May-09 4:19
Samir Ibrahim28-May-09 4:19 
GeneralRe: Subclass a Control by UserControl Pin
Nagy Vilmos28-May-09 4:35
professionalNagy Vilmos28-May-09 4:35 
GeneralRe: Subclass a Control by UserControl Pin
Dave Kreskowiak28-May-09 5:38
mveDave Kreskowiak28-May-09 5:38 
GeneralRe: Subclass a Control by UserControl Pin
Dave Kreskowiak28-May-09 4:21
mveDave Kreskowiak28-May-09 4:21 
GeneralRe: Subclass a Control by UserControl Pin
Trollslayer28-May-09 3:03
mentorTrollslayer28-May-09 3:03 

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.