Click here to Skip to main content
15,905,148 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Restrict the user from entering strings in a DatGridView column.. Pin
nishkarsh_k29-Dec-07 17:06
nishkarsh_k29-Dec-07 17:06 
GeneralRe: Restrict the user from entering strings in a DatGridView column.. Pin
Paul Conrad30-Dec-07 10:38
professionalPaul Conrad30-Dec-07 10:38 
Questionhow can learn (as an absolute beginner) Windows Workflow Foundation? Pin
Shimmy Weitzhandler29-Dec-07 8:14
Shimmy Weitzhandler29-Dec-07 8:14 
AnswerRe: how can learn (as an absolute beginner) Windows Workflow Foundation? Pin
John_Adams30-Dec-07 20:09
John_Adams30-Dec-07 20:09 
QuestionHoe to add text(Serial number) in fixed col of every row of dataviewgrid Pin
nishkarsh_k29-Dec-07 7:53
nishkarsh_k29-Dec-07 7:53 
GeneralRe: Hoe to add text(Serial number) in fixed col of every row of dataviewgrid Pin
Shimmy Weitzhandler29-Dec-07 8:17
Shimmy Weitzhandler29-Dec-07 8:17 
GeneralRe: Hoe to add text(Serial number) in fixed col of every row of dataviewgrid Pin
nishkarsh_k29-Dec-07 9:11
nishkarsh_k29-Dec-07 9:11 
AnswerRe: Hoe to add text(Serial number) in fixed col of every row of dataviewgrid Pin
Shimmy Weitzhandler29-Dec-07 14:17
Shimmy Weitzhandler29-Dec-07 14:17 
QuestionHow to disable unnecessary items in propertygrid Pin
VB 8.029-Dec-07 3:58
VB 8.029-Dec-07 3:58 
AnswerRe: How to disable unnecessary items in propertygrid Pin
Scott Dorman29-Dec-07 4:03
professionalScott Dorman29-Dec-07 4:03 
GeneralRe: How to disable unnecessary items in propertygrid Pin
VB 8.031-Dec-07 2:05
VB 8.031-Dec-07 2:05 
QuestionFind unused functions Pin
nishkarsh_k29-Dec-07 2:01
nishkarsh_k29-Dec-07 2:01 
GeneralRe: Find unused functions Pin
Scott Dorman29-Dec-07 4:05
professionalScott Dorman29-Dec-07 4:05 
GeneralGive info regarding Graphics Pin
VB 8.029-Dec-07 1:25
VB 8.029-Dec-07 1:25 
GeneralRe: Give info regarding Graphics Pin
Dave Kreskowiak31-Dec-07 4:15
mveDave Kreskowiak31-Dec-07 4:15 
Generalhelp to use outlook express in coding Pin
Senthil S29-Dec-07 0:36
Senthil S29-Dec-07 0:36 
GeneralRe: help to use outlook express in coding Pin
Dave Kreskowiak29-Dec-07 6:43
mveDave Kreskowiak29-Dec-07 6:43 
GeneralRe: help to use outlook express in coding Pin
Paul Conrad29-Dec-07 6:53
professionalPaul Conrad29-Dec-07 6:53 
QuestionDisabling keyboard access in dataGridView? Pin
Benny_Lava28-Dec-07 22:39
Benny_Lava28-Dec-07 22:39 
GeneralSecurity levels/user access control in windows form application Pin
tellytub28-Dec-07 18:19
tellytub28-Dec-07 18:19 
GeneralRich Text Box query: embedding SQL record id's in text Pin
Ned Rifle28-Dec-07 17:06
Ned Rifle28-Dec-07 17:06 
I'd like to populate a rich text box control with text from a number of records from an SQL database.

The text from each record will be protected and unable to be edited by the user. For ease of reference I'll refer to this as Protected Text.

However, the user can enter text after each section of Protected Text. This text is (in effect) appended to the record in the SQL database. I'll refer to this as User Text.

I then need to be able to parse the rich text box control, going to each segment of Protected Text, retrieving the record ID associated with the Protected Text then write User Text to the database using the record ID.

Does anyone have any idea how to do this?

I understand the Selection Protected property of the rich text box control. What I'm struggling with is

- how to embed the record ID in the rich text box at the appropriate point

- how to parse the rich text box retrieving the record ID and User Text.

Any assistance would be much appreciated.

Thanks in advance
General911 Emergency - Lost in the sauce Pin
Dee Kay28-Dec-07 16:34
Dee Kay28-Dec-07 16:34 
GeneralRe: 911 Emergency - Lost in the sauce Pin
MikeMarq28-Dec-07 21:34
MikeMarq28-Dec-07 21:34 
GeneralRe: 911 Emergency - Lost in the sauce Pin
Dee Kay29-Dec-07 2:22
Dee Kay29-Dec-07 2:22 
GeneralRe: 911 Emergency - Lost in the sauce Pin
MikeMarq29-Dec-07 7:07
MikeMarq29-Dec-07 7:07 

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.