Click here to Skip to main content
16,020,666 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: How to add a child control to a panel in my custom control tool Pin
honey.rpk25-Jun-09 20:18
honey.rpk25-Jun-09 20:18 
GeneralRe: How to add a child control to a panel in my custom control tool Pin
BillWoodruff28-Jun-09 23:34
professionalBillWoodruff28-Jun-09 23:34 
Questionwhat's difference between AfxMessageBox and MessageBox? Pin
iceman861624-Jun-09 14:52
iceman861624-Jun-09 14:52 
AnswerRe: what's difference between AfxMessageBox and MessageBox? Pin
Eddy Vluggen25-Jun-09 6:50
professionalEddy Vluggen25-Jun-09 6:50 
Questionhow to start study windows programing? Pin
iceman861624-Jun-09 14:08
iceman861624-Jun-09 14:08 
AnswerRe: how to start study windows programing? Pin
Eddy Vluggen25-Jun-09 6:47
professionalEddy Vluggen25-Jun-09 6:47 
QuestionGreek characters are not displaying in text box Pin
srimail0923-Jun-09 20:19
srimail0923-Jun-09 20:19 
QuestionIssue with tooltips for custom drawn image buttons Pin
TyrionTheImp22-Jun-09 23:42
TyrionTheImp22-Jun-09 23:42 
Hi All,

Am facing an unusual issue with some bitmaps that i`m loading dynamically.
The situation is that i`ve got a button on which I draw a bitmap dynamically
depending on whether the mouse has hovered over it, if it was previously clicked etc...
A tooltip is associated with this button and has ShowAlways = true. I also
set ToolTpActive = false and then true due to this fix suggested for a framework bug
(as given at
http://209.85.229.132/search?q=cache:nj6GSkFDwuIJ:stackoverflow.com/questions/559707/c-tooltip-will-not-re-appear-after-first-use+tooltip%2Bbug%2Bactive%2Bc%23&cd=3&hl=en&ct=clnk&gl=in
)

Now the issue is that sometimes when i`m working with other applications the bitmaps get
laoded partially and are clipped from the top (maybe upper 25% of it). My button size is the same
and i debugged to see if the bitmap gets loaded correctly, and it does.
I`ve seen this happening only with buttons that have a tooltip, and this button class is
used in 3 separate processes (running simult.) and all of them get clipped one after another.

I tried to comment out the SetToolTipText and ShowAlways parts of the code but it still occurs.
Has anyone come across such an issue earlier, that too happening across processes ?

Any help is most appreciated.
Thanks in advance.
QuestionPROBLEMS ACCESSING A WINDOWS FORM CLASS FROM ANOTHER WINDOWS FORM IN THE SAME APPLICATION (USING C#) Pin
Raheem Thaele21-Jun-09 21:38
Raheem Thaele21-Jun-09 21:38 
AnswerRe: PROBLEMS ACCESSING A WINDOWS FORM CLASS FROM ANOTHER WINDOWS FORM IN THE SAME APPLICATION (USING C#) Pin
dan!sh 21-Jun-09 22:40
professional dan!sh 21-Jun-09 22:40 
GeneralRe: PROBLEMS ACCESSING A WINDOWS FORM CLASS FROM ANOTHER WINDOWS FORM IN THE SAME APPLICATION (USING C#) Pin
Raheem Thaele22-Jun-09 23:21
Raheem Thaele22-Jun-09 23:21 
GeneralRe: PROBLEMS ACCESSING A WINDOWS FORM CLASS FROM ANOTHER WINDOWS FORM IN THE SAME APPLICATION (USING C#) Pin
dan!sh 23-Jun-09 1:06
professional dan!sh 23-Jun-09 1:06 
GeneralRe: PROBLEMS ACCESSING A WINDOWS FORM CLASS FROM ANOTHER WINDOWS FORM IN THE SAME APPLICATION (USING C#) Pin
Raheem Thaele23-Jun-09 1:12
Raheem Thaele23-Jun-09 1:12 
GeneralRe: PROBLEMS ACCESSING A WINDOWS FORM CLASS FROM ANOTHER WINDOWS FORM IN THE SAME APPLICATION (USING C#) Pin
Raheem Thaele23-Jun-09 1:15
Raheem Thaele23-Jun-09 1:15 
GeneralRe: PROBLEMS ACCESSING A WINDOWS FORM CLASS FROM ANOTHER WINDOWS FORM IN THE SAME APPLICATION (USING C#) Pin
Henry Minute25-Jun-09 20:42
Henry Minute25-Jun-09 20:42 
QuestionhInstance difference between WNDCLASS and CreatWindow Pin
iceman861621-Jun-09 21:35
iceman861621-Jun-09 21:35 
AnswerRe: hInstance difference between WNDCLASS and CreatWindow Pin
led mike22-Jun-09 4:55
led mike22-Jun-09 4:55 
GeneralRe: hInstance difference between WNDCLASS and CreatWindow Pin
iceman861622-Jun-09 16:01
iceman861622-Jun-09 16:01 
GeneralRe: hInstance difference between WNDCLASS and CreatWindow Pin
led mike23-Jun-09 4:40
led mike23-Jun-09 4:40 
Question[Solved] VS 2010 : TableLayoutPanel does NOT expose RowSpan and ColumnSpan properties at design-time [modified] Pin
BillWoodruff17-Jun-09 23:19
professionalBillWoodruff17-Jun-09 23:19 
AnswerRe: VS 2010 : TableLayoutPanel does NOT expose RowSpan and ColumnSpan properties at design-time Pin
led mike18-Jun-09 4:43
led mike18-Jun-09 4:43 
QuestionSQL query worked fine... until I tried it in Visual Studio 2008 Pin
Andrew Tamberino17-Jun-09 9:12
Andrew Tamberino17-Jun-09 9:12 
AnswerRe: SQL query worked fine... until I tried it in Visual Studio 2008 Pin
Dave Kreskowiak17-Jun-09 10:19
mveDave Kreskowiak17-Jun-09 10:19 
GeneralRe: SQL query worked fine... until I tried it in Visual Studio 2008 Pin
Andrew Tamberino17-Jun-09 11:07
Andrew Tamberino17-Jun-09 11:07 
GeneralRe: SQL query worked fine... until I tried it in Visual Studio 2008 Pin
Dave Kreskowiak17-Jun-09 13:33
mveDave Kreskowiak17-Jun-09 13:33 

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.