Click here to Skip to main content
15,914,165 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalretrieving remote xml data Pin
Coreo25-Apr-05 6:30
Coreo25-Apr-05 6:30 
GeneralRe: retrieving remote xml data Pin
rudy.net26-Apr-05 18:42
rudy.net26-Apr-05 18:42 
GeneralRe: retrieving remote xml data Pin
Coreo27-Apr-05 14:36
Coreo27-Apr-05 14:36 
GeneralProblems with DSOFile 2.0 Pin
cad_guru25-Apr-05 6:00
cad_guru25-Apr-05 6:00 
GeneralRe: Problems with DSOFile 2.0 Pin
Dave Kreskowiak25-Apr-05 6:40
mveDave Kreskowiak25-Apr-05 6:40 
GeneralRe: Problems with DSOFile 2.0 Pin
cad_guru25-Apr-05 6:49
cad_guru25-Apr-05 6:49 
GeneralSleep and wake up Mode. Pin
Mkanchha25-Apr-05 5:00
Mkanchha25-Apr-05 5:00 
Generalapplication config Pin
Lisana25-Apr-05 4:27
Lisana25-Apr-05 4:27 
I have two application. In the first one, I want to store values to the app.config file from my app textbox, how do I do in the app.config?
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="Server" value="" />
<add key="UserID" value="" />
<add key="Password" value="" />
</appSettings>
</configuration>
what should do in the value = "" ?
for example:
if the textbox1.text = "MyServerName", when the button click, then send the value auto sign to app.config value="MyServerName"...

After I install this app. in the target machine, install my second app. I need to read the three value from the app.config. Do I need to create another app.config for the second app or I can read from the same app.config? If I do can read from the same app.config, how should I code it in my second app?

Thanks All Your Help!
Lisa
GeneralRe: application config Pin
Colin Angus Mackay25-Apr-05 6:29
Colin Angus Mackay25-Apr-05 6:29 
GeneralRe: application config Pin
Lisana25-Apr-05 7:59
Lisana25-Apr-05 7:59 
GeneralRe: application config Pin
Len Miller25-Apr-05 9:51
Len Miller25-Apr-05 9:51 
GeneralSecuring VB.NET applications Pin
Member 190968425-Apr-05 1:02
Member 190968425-Apr-05 1:02 
GeneralRe: Securing VB.NET applications Pin
Dave Kreskowiak25-Apr-05 4:48
mveDave Kreskowiak25-Apr-05 4:48 
GeneralRe: Securing VB.NET applications Pin
Mitch F.25-Apr-05 18:25
Mitch F.25-Apr-05 18:25 
GeneralRe: Securing VB.NET applications Pin
Dave Kreskowiak26-Apr-05 4:50
mveDave Kreskowiak26-Apr-05 4:50 
GeneralPersisting an object into DB Pin
alex120524-Apr-05 21:27
alex120524-Apr-05 21:27 
GeneralRe: Persisting an object into DB Pin
Member 190575425-Apr-05 2:19
Member 190575425-Apr-05 2:19 
GeneralDataGrid Column Resize Pin
nitin_ion24-Apr-05 20:13
nitin_ion24-Apr-05 20:13 
GeneralRe: DataGrid Column Resize Pin
Dave Kreskowiak26-Apr-05 6:29
mveDave Kreskowiak26-Apr-05 6:29 
GeneralRe: DataGrid Column Resize Pin
nitin_ion26-Apr-05 18:11
nitin_ion26-Apr-05 18:11 
GeneralRe: DataGrid Column Resize Pin
Dave Kreskowiak27-Apr-05 1:27
mveDave Kreskowiak27-Apr-05 1:27 
GeneralRe: DataGrid Column Resize Pin
nitin_ion27-Apr-05 2:02
nitin_ion27-Apr-05 2:02 
Generalhaving a problem using addnew method Pin
vaiology24-Apr-05 20:09
vaiology24-Apr-05 20:09 
GeneralRe: having a problem using addnew method Pin
numbrel25-Apr-05 3:47
numbrel25-Apr-05 3:47 
GeneralRe: having a problem using addnew method Pin
vaiology9-May-05 17:25
vaiology9-May-05 17:25 

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.