Click here to Skip to main content
15,885,365 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Need to display one phone number,if both land line and mobile no.s are same Pin
Mbire20-May-08 5:01
Mbire20-May-08 5:01 
QuestionProblem With VS 2003 Pin
Vimalsoft(Pty) Ltd20-May-08 2:52
professionalVimalsoft(Pty) Ltd20-May-08 2:52 
AnswerRe: Problem With VS 2003 Pin
Tim Carmichael20-May-08 4:34
Tim Carmichael20-May-08 4:34 
GeneralRe: Problem With VS 2003 Pin
Vimalsoft(Pty) Ltd20-May-08 4:45
professionalVimalsoft(Pty) Ltd20-May-08 4:45 
Questionvisual basic code Pin
Member 226372220-May-08 1:52
Member 226372220-May-08 1:52 
AnswerRe: visual basic code Pin
helelark12320-May-08 2:26
helelark12320-May-08 2:26 
Questionneed to be able to search from the textbox if we leave blank space for one character Pin
subbu.sk20-May-08 0:59
subbu.sk20-May-08 0:59 
AnswerRe: need to be able to search from the textbox if we leave blank space for one character Pin
Mbire20-May-08 1:19
Mbire20-May-08 1:19 
A space is a recognised character (Chr 32) so your application is searching for a string that starts with a SPACE. To counter the problem you need remove the leading and or trailing white space by using the String.Trim() method. It removes all the spaces that are not between other Characters. So " this and that " will be changed to "this and that"
QuestionDataGrid cell BackGround Color Pin
Mohammad Al Hoss20-May-08 0:50
Mohammad Al Hoss20-May-08 0:50 
AnswerRe: DataGrid cell BackGround Color Pin
~V~20-May-08 1:18
~V~20-May-08 1:18 
GeneralRe: DataGrid cell BackGround Color Pin
Mohammad Al Hoss20-May-08 1:23
Mohammad Al Hoss20-May-08 1:23 
GeneralRe: DataGrid cell BackGround Color Pin
Smithers-Jones20-May-08 2:01
Smithers-Jones20-May-08 2:01 
QuestionCustom Office Signatures Pin
Mbire19-May-08 23:30
Mbire19-May-08 23:30 
Question.NET Application just Disappear Pin
Vimalsoft(Pty) Ltd19-May-08 23:10
professionalVimalsoft(Pty) Ltd19-May-08 23:10 
AnswerRe: .NET Application just Disappear Pin
Christian Graus20-May-08 0:13
protectorChristian Graus20-May-08 0:13 
AnswerRe: .NET Application just Disappear Pin
Mbire20-May-08 1:11
Mbire20-May-08 1:11 
GeneralRe: .NET Application just Disappear Pin
Vimalsoft(Pty) Ltd20-May-08 2:12
professionalVimalsoft(Pty) Ltd20-May-08 2:12 
QuestionDisable Cut, Copy, Paste option in MS-Word,and MS-Excel through Visual Basic 6.0 Pin
Member 224184319-May-08 22:55
Member 224184319-May-08 22:55 
AnswerRe: Disable Cut, Copy, Paste option in MS-Word,and MS-Excel through Visual Basic 6.0 Pin
Jats_4ru19-May-08 23:26
Jats_4ru19-May-08 23:26 
AnswerRe: Disable Cut, Copy, Paste option in MS-Word,and MS-Excel through Visual Basic 6.0 Pin
helelark12319-May-08 23:49
helelark12319-May-08 23:49 
QuestionWhat's the meaning of this message? Pin
farzadmf19-May-08 22:46
farzadmf19-May-08 22:46 
AnswerRe: What's the meaning of this message? Pin
originSH19-May-08 23:37
originSH19-May-08 23:37 
Questionhow to push a button of a form of an other program Pin
FrancoSpeciale19-May-08 21:39
FrancoSpeciale19-May-08 21:39 
AnswerRe: how to push a button of a form of an other program Pin
Christian Graus19-May-08 21:40
protectorChristian Graus19-May-08 21:40 
GeneralRe: how to push a button of a form of an other program Pin
FrancoSpeciale19-May-08 22:44
FrancoSpeciale19-May-08 22:44 

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.