Click here to Skip to main content
15,913,115 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Conditional MouseDown Event - ListBox navigator and drag and drop Pin
rudy.net21-May-05 16:45
rudy.net21-May-05 16:45 
GeneralRe: Conditional MouseDown Event - ListBox navigator and drag and drop Pin
Anonymous21-May-05 18:03
Anonymous21-May-05 18:03 
GeneralConditional MouseDown Event - ListBox navigator and drag and drop Pin
Anonymous20-May-05 21:17
Anonymous20-May-05 21:17 
GeneralPropertyGrid Pin
Meysam.Khayatan20-May-05 20:25
Meysam.Khayatan20-May-05 20:25 
Generalpass the value Pin
Manik Nath20-May-05 18:11
Manik Nath20-May-05 18:11 
GeneralRe: pass the value Pin
oykica22-May-05 21:49
oykica22-May-05 21:49 
GeneralChange the font of a selected row in DataGrid Pin
Phuc Hua20-May-05 16:40
Phuc Hua20-May-05 16:40 
GeneralRe: Change the font of a selected row in DataGrid Pin
Robert Rohde20-May-05 23:26
Robert Rohde20-May-05 23:26 
Its possible but not easy. The class DataGridTextBoxColumn is by default (unless its a boolean column) the class which determines how a cell is painted. In its implementation it uses the font of the DataGrid. If you want to have several different fonts in your grid you will need to create your own implementation of DataGridColumnStyle or at least inherit from DataGridTextBoxColumn and change it to your needs. You would then have to change (at least) the implementations of Paint, MinimumRowHeight, GetPreferredHeight and GetPreferredSize. You probably should use Reflector (which you can get here) to get some feeling how those methods should be implemented.
GeneralCoding help with status bar in browser Pin
JoeySmith20-May-05 15:07
JoeySmith20-May-05 15:07 
GeneralRe: Coding help with status bar in browser Pin
Robert Rohde20-May-05 23:15
Robert Rohde20-May-05 23:15 
GeneralRe: Coding help with status bar in browser Pin
JoeySmith21-May-05 12:22
JoeySmith21-May-05 12:22 
GeneralImplementing CommonDialog::RunDialog() Pin
zorifila20-May-05 12:28
zorifila20-May-05 12:28 
GeneralConverting binary data bytes to usable numbers Pin
Scott Page20-May-05 5:54
professionalScott Page20-May-05 5:54 
GeneralRe: Converting binary data bytes to usable numbers Pin
Robert Rohde20-May-05 23:09
Robert Rohde20-May-05 23:09 
GeneralRe: Converting binary data bytes to usable numbers Pin
Scott Page22-May-05 14:13
professionalScott Page22-May-05 14:13 
Generalcode for connect to ISP with DSL in vb.net Pin
jlart20-May-05 5:51
jlart20-May-05 5:51 
Generalnewbie VB question Pin
Tom Wright20-May-05 5:33
Tom Wright20-May-05 5:33 
GeneralRe: newbie VB question Pin
Fernando Soto20-May-05 6:58
Fernando Soto20-May-05 6:58 
GeneralConverting from C# to VB.net Pin
macca2420-May-05 3:36
macca2420-May-05 3:36 
GeneralRe: Converting from C# to VB.net Pin
toxcct20-May-05 4:25
toxcct20-May-05 4:25 
GeneralRe: Converting from C# to VB.net Pin
macca2420-May-05 5:04
macca2420-May-05 5:04 
GeneralRe: Converting from C# to VB.net Pin
Kevin McFarlane20-May-05 13:06
Kevin McFarlane20-May-05 13:06 
GeneralRe: Converting from C# to VB.net Pin
Dave Doknjas20-May-05 14:53
Dave Doknjas20-May-05 14:53 
GeneralRe: Converting from C# to VB.net Pin
Kevin McFarlane21-May-05 1:54
Kevin McFarlane21-May-05 1:54 
GeneralRe: Converting from C# to VB.net Pin
Dave Doknjas20-May-05 14:46
Dave Doknjas20-May-05 14:46 

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.