Click here to Skip to main content
16,006,065 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionFacing Error no.1706 while building setup Pin
r_mohd14-Nov-07 18:31
r_mohd14-Nov-07 18:31 
AnswerRe: Facing Error no.1706 while building setup Pin
Vimalsoft(Pty) Ltd14-Nov-07 19:04
professionalVimalsoft(Pty) Ltd14-Nov-07 19:04 
Questionhelp with genetic algorithm for TSP problem Pin
benezuela14-Nov-07 15:48
benezuela14-Nov-07 15:48 
AnswerRe: help with genetic algorithm for TSP problem Pin
Paul Conrad28-Nov-07 15:17
professionalPaul Conrad28-Nov-07 15:17 
GeneralRe: help with genetic algorithm for TSP problem Pin
benezuela29-Nov-07 14:12
benezuela29-Nov-07 14:12 
GeneralRe: help with genetic algorithm for TSP problem Pin
Paul Conrad29-Nov-07 16:05
professionalPaul Conrad29-Nov-07 16:05 
QuestionSolve problem when update in database Pin
Mekong River14-Nov-07 14:46
Mekong River14-Nov-07 14:46 
AnswerRe: Solve problem when update in database Pin
Christian Graus14-Nov-07 14:48
protectorChristian Graus14-Nov-07 14:48 
You can change the control to not accept those keys, but if you like the way it displays, just string the string before you insert it, as in

currency = txtCurrency.Text.Replace("$", "").Replace(",", "")

That will replace $ and , with empty strings, giving you the format your DB requires


Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Solve problem when update in database Pin
Mekong River14-Nov-07 14:55
Mekong River14-Nov-07 14:55 
QuestionProjedt Setup Pin
r_mohd14-Nov-07 14:25
r_mohd14-Nov-07 14:25 
AnswerRe: Projedt Setup Pin
Christian Graus14-Nov-07 14:43
protectorChristian Graus14-Nov-07 14:43 
Questionhaving a project on vb 6.0 Pin
Jaysentan14-Nov-07 14:24
Jaysentan14-Nov-07 14:24 
AnswerRe: having a project on vb 6.0 Pin
Christian Graus14-Nov-07 14:41
protectorChristian Graus14-Nov-07 14:41 
QuestionIndex Pin
roger689714-Nov-07 10:35
roger689714-Nov-07 10:35 
AnswerRe: Index Pin
Dave Kreskowiak14-Nov-07 10:48
mveDave Kreskowiak14-Nov-07 10:48 
AnswerRe: Index Pin
pmarfleet14-Nov-07 11:01
pmarfleet14-Nov-07 11:01 
JokeMaybe Pin
CPallini14-Nov-07 23:50
mveCPallini14-Nov-07 23:50 
AnswerRe: Index Pin
Mitch F.14-Nov-07 17:21
Mitch F.14-Nov-07 17:21 
QuestionStopping multiple instances of a DLL Pin
Andy Dale14-Nov-07 9:00
Andy Dale14-Nov-07 9:00 
AnswerRe: Stopping multiple instances of a DLL Pin
Dave Kreskowiak14-Nov-07 10:27
mveDave Kreskowiak14-Nov-07 10:27 
GeneralRe: Stopping multiple instances of a DLL Pin
Andy Dale14-Nov-07 12:44
Andy Dale14-Nov-07 12:44 
GeneralRe: Stopping multiple instances of a DLL Pin
Dave Kreskowiak14-Nov-07 13:08
mveDave Kreskowiak14-Nov-07 13:08 
Questionapp.config Pin
jaska9414-Nov-07 8:26
jaska9414-Nov-07 8:26 
AnswerRe: app.config Pin
Dave Kreskowiak14-Nov-07 8:47
mveDave Kreskowiak14-Nov-07 8:47 
GeneralRe: app.config Pin
jaska9414-Nov-07 9:20
jaska9414-Nov-07 9:20 

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.