Click here to Skip to main content
15,920,438 members
Home / Discussions / C#
   

C#

 
Questionmouse position Pin
negar soleimani2-Feb-07 10:28
negar soleimani2-Feb-07 10:28 
AnswerRe: mouse position Pin
Luc Pattyn2-Feb-07 10:31
sitebuilderLuc Pattyn2-Feb-07 10:31 
QuestionHow do I cast a string to type System.Windows.Forms.MessageBoxButtons Pin
Vernware2-Feb-07 10:25
Vernware2-Feb-07 10:25 
AnswerRe: How do I cast a string to type System.Windows.Forms.MessageBoxButtons Pin
Luc Pattyn2-Feb-07 10:39
sitebuilderLuc Pattyn2-Feb-07 10:39 
GeneralRe: How do I cast a string to type System.Windows.Forms.MessageBoxButtons Pin
Vernware4-Feb-07 1:48
Vernware4-Feb-07 1:48 
AnswerRe: How do I cast a string to type System.Windows.Forms.MessageBoxButtons Pin
Christian Graus2-Feb-07 11:19
protectorChristian Graus2-Feb-07 11:19 
GeneralRe: How do I cast a string to type System.Windows.Forms.MessageBoxButtons Pin
Vernware4-Feb-07 1:45
Vernware4-Feb-07 1:45 
Questiontooltip problem. Pin
teejayem2-Feb-07 10:23
teejayem2-Feb-07 10:23 
Hey i have a datagrid that when a mouse is moved in the cell it is supposed to display the tooltip with information for some reason it isn't working. i tested it on a textbox and it works fine. But with the datagrid it is giving me major problems below is what i have
private void dgvCreditCards_CellMouseEnter(object sender, DataGridViewCellEventArgs e)
{
    ttInformation.SetToolTip(dgvCreditCards, "Help Me");
    ttInformation.Active = true;
    ttInformation.Show("This is a test", dgvCreditCards, e.RowIndex, e.ColumnIndex);
}


i even created the popup event for the Tooltip and set a break in it and it is actually catching. for whatever reason it just isn't working. Anyone know what i'm doing wrong?



Don't be overcome by evil, but overcome evil with good

AnswerRe: tooltip problem. Pin
Luc Pattyn2-Feb-07 10:43
sitebuilderLuc Pattyn2-Feb-07 10:43 
QuestionDesktop layering Pin
lost in transition 2-Feb-07 9:24
lost in transition 2-Feb-07 9:24 
AnswerRe: Desktop layering Pin
led mike2-Feb-07 9:39
led mike2-Feb-07 9:39 
GeneralRe: Desktop layering Pin
lost in transition 2-Feb-07 10:30
lost in transition 2-Feb-07 10:30 
QuestionAnyway to get maxlength of a datacolumn when it comes back as -1 ? Pin
csharpguyfromde2-Feb-07 8:34
csharpguyfromde2-Feb-07 8:34 
AnswerRe: Anyway to get maxlength of a datacolumn when it comes back as -1 ? Pin
PIEBALDconsult2-Feb-07 8:48
mvePIEBALDconsult2-Feb-07 8:48 
GeneralRe: Anyway to get maxlength of a datacolumn when it comes back as -1 ? Pin
csharpguyfromde2-Feb-07 9:07
csharpguyfromde2-Feb-07 9:07 
QuestionPASS TEXTBOX.TEXT VALUE TO THE SQL QUERY BUILDER Pin
pranav kotak2-Feb-07 8:21
pranav kotak2-Feb-07 8:21 
AnswerRe: PASS TEXTBOX.TEXT VALUE TO THE SQL QUERY BUILDER Pin
led mike2-Feb-07 8:46
led mike2-Feb-07 8:46 
QuestionDetecting full screen applications Pin
Cesa372-Feb-07 8:02
Cesa372-Feb-07 8:02 
AnswerRe: Detecting full screen applications Pin
PIEBALDconsult2-Feb-07 8:26
mvePIEBALDconsult2-Feb-07 8:26 
GeneralRe: Detecting full screen applications Pin
Luc Pattyn2-Feb-07 9:08
sitebuilderLuc Pattyn2-Feb-07 9:08 
QuestionVisual Studio C# - plugging in external DLL's Pin
sysrev2-Feb-07 7:11
sysrev2-Feb-07 7:11 
AnswerRe: Visual Studio C# - plugging in external DLL's Pin
Luc Pattyn2-Feb-07 7:26
sitebuilderLuc Pattyn2-Feb-07 7:26 
GeneralRe: Visual Studio C# - plugging in external DLL's Pin
sysrev3-Feb-07 1:14
sysrev3-Feb-07 1:14 
GeneralRe: Visual Studio C# - plugging in external DLL's Pin
Luc Pattyn3-Feb-07 1:28
sitebuilderLuc Pattyn3-Feb-07 1:28 
GeneralRe: Visual Studio C# - plugging in external DLL's Pin
sysrev3-Feb-07 1:55
sysrev3-Feb-07 1:55 

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.