Click here to Skip to main content
15,916,042 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionFORM FOCUS PROBLEM Pin
codelinks6-May-08 21:05
codelinks6-May-08 21:05 
AnswerRe: FORM FOCUS PROBLEM Pin
Christian Graus6-May-08 21:44
protectorChristian Graus6-May-08 21:44 
QuestionThe error code is 2869 in Vista Pin
Jats_4ru6-May-08 21:00
Jats_4ru6-May-08 21:00 
QuestionRe: still need help - The error code is 2869 in Vista Pin
Jats_4ru7-May-08 2:24
Jats_4ru7-May-08 2:24 
QuestionCreate a global database connection string using VB.NET Window Form Pin
drexler_kk6-May-08 18:09
drexler_kk6-May-08 18:09 
AnswerRe: Create a global database connection string using VB.NET Window Form Pin
Christian Graus6-May-08 18:13
protectorChristian Graus6-May-08 18:13 
QuestionRe: Create a global database connection string using VB.NET Window Form Pin
drexler_kk6-May-08 19:10
drexler_kk6-May-08 19:10 
AnswerRe: Create a global database connection string using VB.NET Window Form Pin
Christian Graus6-May-08 19:26
protectorChristian Graus6-May-08 19:26 
drexler_kk wrote:
Is that the app.config file is just used for web based like ASP.NET for connection?


No, you are thinking of the web.config. You have an app.config in your project which is turned into <yourappname>.config when it is built.

Then you read values in code with this sort of thing:

string value = ConfigurationManager.AppSettings["connectionString"];

Christian Graus

Please read this if you don't understand the answer I've given you

"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: Create a global database connection string using VB.NET Window Form Pin
drexler_kk6-May-08 19:42
drexler_kk6-May-08 19:42 
GeneralRe: Create a global database connection string using VB.NET Window Form Pin
Mycroft Holmes7-May-08 19:42
professionalMycroft Holmes7-May-08 19:42 
QuestionCalling a Stored Procedure in DB2 Pin
sagittarian6-May-08 16:39
sagittarian6-May-08 16:39 
AnswerRe: Calling a Stored Procedure in DB2 Pin
Christian Graus6-May-08 17:50
protectorChristian Graus6-May-08 17:50 
QuestionI am not sure what the correct name is that I should be using Pin
winsane6-May-08 10:58
winsane6-May-08 10:58 
AnswerRe: I am not sure what the correct name is that I should be using Pin
Christian Graus6-May-08 11:47
protectorChristian Graus6-May-08 11:47 
Questionsmall arrow at my form Pin
asha_s6-May-08 6:52
asha_s6-May-08 6:52 
AnswerRe: small arrow at my form Pin
Dave Kreskowiak6-May-08 7:55
mveDave Kreskowiak6-May-08 7:55 
GeneralRe: small arrow at my form Pin
asha_s6-May-08 8:34
asha_s6-May-08 8:34 
GeneralRe: small arrow at my form Pin
Dave Kreskowiak6-May-08 8:44
mveDave Kreskowiak6-May-08 8:44 
QuestionRe: small arrow at my form Pin
asha_s6-May-08 8:54
asha_s6-May-08 8:54 
AnswerRe: small arrow at my form Pin
Dave Kreskowiak6-May-08 9:03
mveDave Kreskowiak6-May-08 9:03 
GeneralRe: small arrow at my form Pin
asha_s7-May-08 3:03
asha_s7-May-08 3:03 
QuestionDataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
SteveNY6-May-08 6:08
SteveNY6-May-08 6:08 
AnswerRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
Dave Kreskowiak6-May-08 8:13
mveDave Kreskowiak6-May-08 8:13 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
SteveNY6-May-08 8:22
SteveNY6-May-08 8:22 
GeneralRe: DataGridViewComboBoxColumn doesn't show data until clicked in a datagridview control Pin
Dave Kreskowiak6-May-08 8:46
mveDave Kreskowiak6-May-08 8:46 

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.