Click here to Skip to main content
15,893,588 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB - Looping Pin
Jughead323-Sep-16 11:04
Jughead323-Sep-16 11:04 
GeneralRe: VB - Looping Pin
Richard MacCutchan23-Sep-16 22:43
mveRichard MacCutchan23-Sep-16 22:43 
QuestionUse date format in my program independently from System date format Pin
desanti20-Sep-16 9:34
desanti20-Sep-16 9:34 
AnswerRe: Use date format in my program independently from System date format Pin
Bernhard Hiller20-Sep-16 20:58
Bernhard Hiller20-Sep-16 20:58 
AnswerRe: Use date format in my program independently from System date format Pin
Richard Deeming21-Sep-16 3:01
mveRichard Deeming21-Sep-16 3:01 
QuestionProblem with connectionstrings Pin
desanti20-Sep-16 6:30
desanti20-Sep-16 6:30 
QuestionRe: Problem with connectionstrings Pin
Mathi Mani20-Sep-16 7:15
Mathi Mani20-Sep-16 7:15 
AnswerRe: Problem with connectionstrings Pin
ZurdoDev20-Sep-16 7:56
professionalZurdoDev20-Sep-16 7:56 
desanti wrote:
I have only 3 connection strings , so why there are 5 and the first is empty ?
They are probably getting merged in from the machine.config file. You can use
<clear />
in .config to get rid of them. c# - ConfigurationManager.ConnectionStrings returns extra connection string from machine.config - Stack Overflow[^]

But, as pointed out in the other response, the better option is to refer to them using a name rather than depending on their order.
C#
ConfigurationManager.ConnectionStrings[connectionName].ConnectionString

There are only 10 types of people in the world, those who understand binary and those who don't.

QuestionVisual Basic Pin
mariajohnson15-Sep-16 0:55
mariajohnson15-Sep-16 0:55 
QuestionRe: Visual Basic Pin
Richard MacCutchan15-Sep-16 1:42
mveRichard MacCutchan15-Sep-16 1:42 
AnswerRe: Visual Basic Pin
Tim Carmichael15-Sep-16 5:00
Tim Carmichael15-Sep-16 5:00 
QuestionVB6 app loses mojo - runs 3 times slower Pin
Dr Memory14-Sep-16 20:07
Dr Memory14-Sep-16 20:07 
AnswerRe: VB6 app loses mojo - runs 3 times slower Pin
Mycroft Holmes16-Sep-16 13:31
professionalMycroft Holmes16-Sep-16 13:31 
GeneralRe: VB6 app loses mojo - runs 3 times slower Pin
Dr Memory16-Sep-16 19:22
Dr Memory16-Sep-16 19:22 
GeneralRe: VB6 app loses mojo - runs 3 times slower Pin
Dave Kreskowiak17-Sep-16 4:00
mveDave Kreskowiak17-Sep-16 4:00 
GeneralRe: VB6 app loses mojo - runs 3 times slower Pin
Mycroft Holmes17-Sep-16 11:16
professionalMycroft Holmes17-Sep-16 11:16 
RantRe: VB6 app loses mojo - runs 3 times slower Pin
Dr Memory17-Sep-16 11:40
Dr Memory17-Sep-16 11:40 
GeneralRe: VB6 app loses mojo - runs 3 times slower Pin
Eddy Vluggen18-Sep-16 0:57
professionalEddy Vluggen18-Sep-16 0:57 
AnswerRecord not Display in Datagridview1 Pin
Computechsoft14-Sep-16 5:03
Computechsoft14-Sep-16 5:03 
QuestionPanel in a Form loses contents Pin
Hurricane300011-Sep-16 7:57
Hurricane300011-Sep-16 7:57 
AnswerRe: Panel in a Form loses contents Pin
Eddy Vluggen11-Sep-16 10:09
professionalEddy Vluggen11-Sep-16 10:09 
GeneralRe: Panel in a Form loses contents Pin
Hurricane300011-Sep-16 10:45
Hurricane300011-Sep-16 10:45 
GeneralRe: Panel in a Form loses contents Pin
Dave Kreskowiak11-Sep-16 11:06
mveDave Kreskowiak11-Sep-16 11:06 
GeneralRe: Panel in a Form loses contents Pin
Hurricane300013-Sep-16 12:54
Hurricane300013-Sep-16 12:54 
QuestionRevolutions-pack-like explorer? Pin
DutchComputerKid1-Sep-16 23:59
DutchComputerKid1-Sep-16 23:59 

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.