Click here to Skip to main content
15,915,336 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWhich Control To use? Pin
Shawn_H25-Sep-05 13:42
Shawn_H25-Sep-05 13:42 
AnswerRe: Which Control To use? Pin
rwestgraham25-Sep-05 17:21
rwestgraham25-Sep-05 17:21 
QuestionHide ME Pin
militiaware25-Sep-05 12:29
militiaware25-Sep-05 12:29 
AnswerRe: Hide ME Pin
Dave Kreskowiak25-Sep-05 16:38
mveDave Kreskowiak25-Sep-05 16:38 
QuestionI'm Bolding Pin
medicenpringles25-Sep-05 10:43
medicenpringles25-Sep-05 10:43 
AnswerRe: I'm Bolding Pin
medicenpringles26-Sep-05 5:46
medicenpringles26-Sep-05 5:46 
QuestionLoad Boot.ini to RichTextBox Pin
andyr200525-Sep-05 10:04
andyr200525-Sep-05 10:04 
AnswerRe: Load Boot.ini to RichTextBox Pin
rwestgraham25-Sep-05 11:23
rwestgraham25-Sep-05 11:23 
RTF is not the same format as a plain text file - it contains hidden fields for formatting etc.

Although you could read the boot.ini file into a multi-line textbox allow the users to edit it, then save it back to the ini file, I don't think this is a particularly good idea. Anyone who knows how to correctly edit the boot.ini file would know how to edit it from notepad. Anyone who does not know how to do this probably should not be editing it in the first place.

The only thing that is supposed to be in the boot.ini file are the OS descriptions anyway.

If you want to create an app that allows the user to change these, you should write an app that presents them with the three options they can change in the boot.ini - the order in which the available OS are presented, the default OS to boot, and the timeout. Then your app should handle modifying the ini file internally.

If anything else is changed in the ini file, all you've done is corrupt the system.


GeneralRe: Load Boot.ini to RichTextBox Pin
andyr200525-Sep-05 11:44
andyr200525-Sep-05 11:44 
GeneralRe: Load Boot.ini to RichTextBox Pin
rwestgraham25-Sep-05 12:16
rwestgraham25-Sep-05 12:16 
GeneralRe: Load Boot.ini to RichTextBox Pin
andyr200525-Sep-05 12:35
andyr200525-Sep-05 12:35 
QuestionDeserialization Problem Pin
THEMYTH25-Sep-05 9:37
THEMYTH25-Sep-05 9:37 
QuestionControl Word in OLE Pin
cop125-Sep-05 5:31
cop125-Sep-05 5:31 
QuestionSave Query "Image" problem Pin
bl@ck_rose25-Sep-05 2:44
bl@ck_rose25-Sep-05 2:44 
AnswerRe: Save Query "Image" problem Pin
cop125-Sep-05 3:35
cop125-Sep-05 3:35 
QuestionRe: Save Query "Image" problem Pin
bl@ck_rose25-Sep-05 3:46
bl@ck_rose25-Sep-05 3:46 
AnswerRe: Save Query "Image" problem Pin
cop125-Sep-05 5:13
cop125-Sep-05 5:13 
QuestionQuestion on set text in combo box Pin
cop125-Sep-05 2:38
cop125-Sep-05 2:38 
AnswerRe: Question on set text in combo box Pin
jo0ls25-Sep-05 6:57
jo0ls25-Sep-05 6:57 
QuestionExcel sheet Pin
ybasha25-Sep-05 0:10
ybasha25-Sep-05 0:10 
AnswerRe: Excel sheet Pin
cop125-Sep-05 4:34
cop125-Sep-05 4:34 
AnswerRe: Excel sheet Pin
cop12-Oct-05 18:45
cop12-Oct-05 18:45 
QuestionDetectig in an application is loaded Pin
subscr2224-Sep-05 23:01
subscr2224-Sep-05 23:01 
AnswerRe: Detectig in an application is loaded Pin
jo0ls25-Sep-05 7:03
jo0ls25-Sep-05 7:03 
AnswerRe: Detecting if an application is loaded Pin
subscr2225-Sep-05 13:36
subscr2225-Sep-05 13:36 

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.