Click here to Skip to main content
15,909,898 members
Home / Discussions / C#
   

C#

 
GeneralRe: Stretching images in an image box Pin
Guffa30-Mar-08 22:04
Guffa30-Mar-08 22:04 
GeneralRe: Stretching images in an image box Pin
Muammar©30-Mar-08 22:32
Muammar©30-Mar-08 22:32 
GeneralRe: Stretching images in an image box Pin
Guffa31-Mar-08 0:38
Guffa31-Mar-08 0:38 
GeneralRe: Stretching images in an image box Pin
Pete O'Hanlon31-Mar-08 2:19
mvePete O'Hanlon31-Mar-08 2:19 
GeneralRe: Stretching images in an image box Pin
Muammar©31-Mar-08 20:31
Muammar©31-Mar-08 20:31 
GeneralAdd Footer To DataGrid Or DataGridView Pin
Thaer Hamael30-Mar-08 20:53
Thaer Hamael30-Mar-08 20:53 
QuestionHow to set the font of the ToolTipText , such as ToolStripItem.ToolTipText (winform) Pin
wyc_xiaoben30-Mar-08 20:38
wyc_xiaoben30-Mar-08 20:38 
GeneralRe: How to set the font of the ToolTipText , such as ToolStripItem.ToolTipText (winform) Pin
MidwestLimey31-Mar-08 12:50
professionalMidwestLimey31-Mar-08 12:50 
The simple answer is: you can't.

If you really really have to, it might be possible by handling the tooltip yourself.
To do this you'll need to:

(1) Create a tooltip you can maintain reference to.

(2) Implement your own draw via the Draw event, drawing the desired string via the graphics object provided.

(3) Intercept the appropriate mouse events to popup and clear the tooltip.


I'm largely language agnostic

After a while they all bug me D'Oh! | :doh:


GeneralRe: How to set the font of the ToolTipText , such as ToolStripItem.ToolTipText (winform) Pin
wyc_xiaoben31-Mar-08 16:57
wyc_xiaoben31-Mar-08 16:57 
GeneralRe: How to set the font of the ToolTipText , such as ToolStripItem.ToolTipText (winform) Pin
MidwestLimey1-Apr-08 5:36
professionalMidwestLimey1-Apr-08 5:36 
GeneralRe: How to set the font of the ToolTipText , such as ToolStripItem.ToolTipText (winform) Pin
wyc_xiaoben2-Apr-08 22:21
wyc_xiaoben2-Apr-08 22:21 
QuestionBackend application posting data to web server.. Pin
ptr2void30-Mar-08 20:23
ptr2void30-Mar-08 20:23 
GeneralRe: Backend application posting data to web server.. Pin
Vimalsoft(Pty) Ltd31-Mar-08 1:08
professionalVimalsoft(Pty) Ltd31-Mar-08 1:08 
GeneralArray of bool as dictoinary value Pin
Mc_Topaz30-Mar-08 20:04
Mc_Topaz30-Mar-08 20:04 
GeneralRe: Array of bool as dictoinary value Pin
Vikram A Punathambekar30-Mar-08 21:38
Vikram A Punathambekar30-Mar-08 21:38 
GeneralRe: Array of bool as dictoinary value Pin
Guffa30-Mar-08 22:18
Guffa30-Mar-08 22:18 
GeneralRe: Array of bool as dictoinary value Pin
Mc_Topaz30-Mar-08 22:59
Mc_Topaz30-Mar-08 22:59 
GeneralRe: Array of bool as dictoinary value Pin
J4amieC30-Mar-08 23:16
J4amieC30-Mar-08 23:16 
GeneralRe: Array of bool as dictoinary value Pin
Mc_Topaz30-Mar-08 23:24
Mc_Topaz30-Mar-08 23:24 
GeneralImage Binirize Pin
mikefl30-Mar-08 19:58
mikefl30-Mar-08 19:58 
GeneralRe: Image Binirize Pin
Pete O'Hanlon30-Mar-08 21:50
mvePete O'Hanlon30-Mar-08 21:50 
GeneralRe: Image Binirize Pin
mikefl31-Mar-08 15:36
mikefl31-Mar-08 15:36 
GeneralRe: Image Binirize Pin
blackjack215030-Mar-08 22:31
blackjack215030-Mar-08 22:31 
GeneralRe: Image Binirize Pin
mikefl31-Mar-08 15:37
mikefl31-Mar-08 15:37 
GeneralRe: Image Binirize Pin
blackjack21501-Apr-08 23:05
blackjack21501-Apr-08 23:05 

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.