Click here to Skip to main content
16,005,682 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: application dies Pin
JimWDurbin11-Dec-03 7:20
JimWDurbin11-Dec-03 7:20 
GeneralRe: application dies Pin
Dave Kreskowiak11-Dec-03 7:31
mveDave Kreskowiak11-Dec-03 7:31 
GeneralRe: application dies Pin
JimWDurbin11-Dec-03 7:35
JimWDurbin11-Dec-03 7:35 
GeneralVB.Net - Saving settings on a text file; finding bin folder Pin
RandomGuy8511-Dec-03 6:34
sussRandomGuy8511-Dec-03 6:34 
GeneralRe: VB.Net - Saving settings on a text file; finding bin folder Pin
Dave Kreskowiak11-Dec-03 7:27
mveDave Kreskowiak11-Dec-03 7:27 
GeneralRe: VB.Net - Saving settings on a text file; finding bin folder Pin
Charlie Williams11-Dec-03 16:42
Charlie Williams11-Dec-03 16:42 
GeneralRe: VB.Net - Saving settings on a text file; finding bin folder Pin
Dave Kreskowiak12-Dec-03 2:26
mveDave Kreskowiak12-Dec-03 2:26 
GeneralRe: VB.Net - Saving settings on a text file; finding bin folder Pin
Charlie Williams12-Dec-03 12:56
Charlie Williams12-Dec-03 12:56 
I simply meant that Microsoft recommends against using the registry when there are other options available. Certainly, there is nothing wrong with using the registry to store app information on a Windows machine, but if you intend to port your app to other platforms (not that it's realistic to do so now, but that's one of the stated goals of .net in the first place, right?) you'll have to come up with a different way of doing it.

GetSetting requires registry permissions. This isn't a problem with a locally installed app, but apps run over an intra/internet do not have this permission by default.

If neither of those two issues apply to a given situation, then register away. Wink | ;)


Charlie

Here I am. Love me.
Questionhow to copy text in a richtextbox to clipboard Pin
MJay10-Dec-03 23:41
MJay10-Dec-03 23:41 
AnswerRe: how to copy text in a richtextbox to clipboard Pin
Dave Kreskowiak11-Dec-03 3:07
mveDave Kreskowiak11-Dec-03 3:07 
GeneralRe: how to copy text in a richtextbox to clipboard Pin
MJay11-Dec-03 4:39
MJay11-Dec-03 4:39 
GeneralRe: how to copy text in a richtextbox to clipboard Pin
Dave Kreskowiak11-Dec-03 5:53
mveDave Kreskowiak11-Dec-03 5:53 
GeneralRe: how to copy text in a richtextbox to clipboard Pin
MJay11-Dec-03 22:38
MJay11-Dec-03 22:38 
AnswerRe: how to copy text in a richtextbox to clipboard Pin
Zipadie Doodah18-Dec-03 5:26
Zipadie Doodah18-Dec-03 5:26 
GeneralChanging the Active Forms Pin
neha1210-Dec-03 17:24
neha1210-Dec-03 17:24 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak11-Dec-03 2:52
mveDave Kreskowiak11-Dec-03 2:52 
GeneralRe: Changing the Active Forms Pin
neha1219-Dec-03 22:12
neha1219-Dec-03 22:12 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak20-Dec-03 12:48
mveDave Kreskowiak20-Dec-03 12:48 
GeneralRe: Changing the Active Forms Pin
neha1220-Dec-03 21:24
neha1220-Dec-03 21:24 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak21-Dec-03 6:39
mveDave Kreskowiak21-Dec-03 6:39 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak21-Dec-03 6:49
mveDave Kreskowiak21-Dec-03 6:49 
GeneralRe: Changing the Active Forms Pin
neha1221-Dec-03 16:33
neha1221-Dec-03 16:33 
Generalshowing method descriptions in VS Pin
Mesrop Simonian10-Dec-03 13:18
Mesrop Simonian10-Dec-03 13:18 
GeneralRe: showing method descriptions in VS Pin
Günther Meusburger10-Dec-03 20:05
Günther Meusburger10-Dec-03 20:05 
GeneralRe: showing method descriptions in VS Pin
Dave Kreskowiak11-Dec-03 2:48
mveDave Kreskowiak11-Dec-03 2:48 

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.