Click here to Skip to main content
15,888,330 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralChaning a character in the keyboard Pin
Mr.Dave5-Nov-03 21:44
Mr.Dave5-Nov-03 21:44 
GeneralChaning a character in the keyboard Pin
Mr.Dave5-Nov-03 21:44
Mr.Dave5-Nov-03 21:44 
GeneralRe: Chaning a character in the keyboard Pin
Anonymous6-Nov-03 4:33
Anonymous6-Nov-03 4:33 
GeneralIS it possible in vb Pin
percyvimal5-Nov-03 20:53
percyvimal5-Nov-03 20:53 
GeneralRe: IS it possible in vb Pin
Anonymous6-Nov-03 4:31
Anonymous6-Nov-03 4:31 
Generalmaking windows services configurable Pin
Asad Hussain5-Nov-03 10:13
Asad Hussain5-Nov-03 10:13 
GeneralRe: making windows services configurable Pin
Guillermo Rivero5-Nov-03 10:19
Guillermo Rivero5-Nov-03 10:19 
GeneralRe: making windows services configurable Pin
Pratik Desai5-Nov-03 10:32
Pratik Desai5-Nov-03 10:32 
You can add an entry in the web.config file in
the <appSettings> tag.
eg.
<appSettings>
<add key="keyname" value="keyvalue"></add>
</appSettings>
You can than read this entry using ConfigurationSettings.AppSettings("keyname")
GeneralRe: making windows services configurable Pin
Colin Angus Mackay5-Nov-03 12:48
Colin Angus Mackay5-Nov-03 12:48 
GeneralRe: making windows services configurable Pin
Asad Hussain6-Nov-03 4:27
Asad Hussain6-Nov-03 4:27 
GeneralRe: making windows services configurable Pin
Colin Angus Mackay6-Nov-03 14:13
Colin Angus Mackay6-Nov-03 14:13 
GeneralDLL and ASP Pin
Jonavis5-Nov-03 7:37
Jonavis5-Nov-03 7:37 
GeneralRe: DLL and ASP Pin
Hesham Amin5-Nov-03 10:52
Hesham Amin5-Nov-03 10:52 
Questionhow to read and write to .xsl file by ado.net ? Pin
Tridip Bhattacharjee5-Nov-03 5:11
professionalTridip Bhattacharjee5-Nov-03 5:11 
AnswerRe: how to read and write to .xsl file by ado.net ? Pin
Dave Kreskowiak5-Nov-03 11:05
mveDave Kreskowiak5-Nov-03 11:05 
Questionhow to read and write to csv file by ado.net ? Pin
Tridip Bhattacharjee5-Nov-03 5:07
professionalTridip Bhattacharjee5-Nov-03 5:07 
AnswerRe: how to read and write to csv file by ado.net ? Pin
Dave Kreskowiak5-Nov-03 10:53
mveDave Kreskowiak5-Nov-03 10:53 
QuestionHow to export crystal report content to file or e-mail? Pin
Tridip Bhattacharjee5-Nov-03 5:04
professionalTridip Bhattacharjee5-Nov-03 5:04 
AnswerRe: How to export crystal report content to file or e-mail? Pin
Dave Kreskowiak5-Nov-03 11:26
mveDave Kreskowiak5-Nov-03 11:26 
QuestionDataset related question? Pin
Tridip Bhattacharjee5-Nov-03 5:02
professionalTridip Bhattacharjee5-Nov-03 5:02 
AnswerRe: Dataset related question? Pin
Pratik Desai5-Nov-03 10:24
Pratik Desai5-Nov-03 10:24 
QuestionURL related question? Pin
Tridip Bhattacharjee5-Nov-03 5:00
professionalTridip Bhattacharjee5-Nov-03 5:00 
AnswerRe: URL related question? Pin
Dave Kreskowiak5-Nov-03 9:52
mveDave Kreskowiak5-Nov-03 9:52 
QuestionDataset related question? Pin
Tridip Bhattacharjee5-Nov-03 4:54
professionalTridip Bhattacharjee5-Nov-03 4:54 
AnswerRe: Dataset related question? Pin
Dave Kreskowiak5-Nov-03 9:46
mveDave Kreskowiak5-Nov-03 9: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.