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

Visual Basic

 
AnswerRe: Whats <% .. %> Pin
Alsvha25-Sep-05 20:20
Alsvha25-Sep-05 20:20 
QuestionBar Codes EAN13 Pin
makeko25-Sep-05 16:11
makeko25-Sep-05 16:11 
AnswerRe: Bar Codes EAN13 Pin
Dave Kreskowiak25-Sep-05 16:42
mveDave Kreskowiak25-Sep-05 16:42 
QuestionInteraction with OS buffer Pin
Member 109769925-Sep-05 15:42
Member 109769925-Sep-05 15:42 
AnswerRe: Interaction with OS buffer Pin
Steve Pullan25-Sep-05 16:12
Steve Pullan25-Sep-05 16:12 
AnswerRe: Interaction with OS buffer Pin
Dave Kreskowiak25-Sep-05 16:40
mveDave Kreskowiak25-Sep-05 16:40 
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 
I don't think you really have any options that will support everything you describe.

There is a CheckedListBox, but no control over the colors.

You might could write enough code to make the intrinsic NET DataGrid control do what you want to do, but it would take a lot of work.

What you really need for this sounds like probably a 3rd party grid, like ComponentOne (the old Apex True Grids) - they generally give you a lot more control than you have over Microsoft controls.

This would have been a lot easier to do in VB6 because you could create your own custom row control ocx and use the DataRepeater to make it into a grid.

VB.NET does not provide a DataRepeater but you may still be able to import the DataRepeater into a NET project and do it that way.

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 
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 

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.