Answer Questions
Willian Leite mouseover
hey, does anyone know how to do mouseovers (image changes when the mouse hovers/down) in C# thanksssss yeah, thats what i'm trying to do, could you explain a little more on that please thanks a lot :) Can you exp ...Show All
Aknittel ToolTip.Show Method
I want to display a balloontooltip on a textbox to display some info to the user about invalid input. I want the tooltip to popup immediately after I call my code and remain for a couple of seconds or until the user clicks the mouse/types etc. I am looking the show method, but it takes a IWin32Window argument which I do not know anything about. Any ideas Hi, The IWin32Window argument is the owner window of t ...Show All
tirengarfio Detect Listview ColumnHeader Right Click
I would like a different context menu to appear when a Listview's ColumnHeader is right clicked. This question I found on microsoft.public.dotnet.framework.windowsforms.controls is the behavior I'm interested in achieving: "Is there a preferred and/or correct way to disting ...Show All
Mohit Gupta Switches in Console Application??
Can anyone tell me, what is the proper way of creating switches in a console application I want to have certain functions execute on a specific switch. Ex... c:\MyApp /start Thanks cwilliams!! I really appreciate it. can that also&nbs ...Show All
Craig Balliet http compression when download assemblies from IIS
Is there any way to use http 1.1 compresion for the exe and dll asemblies hosted on IIS I hope this will increase first download performance. With regards to download performance, you may also want to check out the MSDN article& ...Show All
Jaypee Connect to Yahoo search
hi is there a way that i can send a word to yahoo search from my application and get the results displayed on my application thanks With Google you need to apply for a license key to use its API... The s ...Show All
EricHart Summary Rows in the DataGrid
Has anyone tried puttion a summary row at the end of the rows Not sure how to get it done. Any ideas would help. --rythm ...Show All
crhodes Windows Forms application closes unexpectedly
Hi, we have a quite large Windows Forms application (one small executable and about 30 assemblies). On several client PCs (Windows XP SP2) the application suddenly disappears (like a crash but without an exception). We register a ThreadExceptionHandler with the application instance to catch otherwise not caught exceptions, which normally works. But in the case of the above issue the application seems to close without calling the Form.OnClo ...Show All
Krixna The v2 DatePicker doesn't support null databinding (bug?)
The following code (which is a simple test windows form - visual studio team 2005 system beta 3 refresh) demonstrates what I believe is a bug in the DatePicker control. When a datepicker is bound to a binding source set to an object, properties of type DateTime that are null are not updated when the user (at runtime) changes the date. This is a real pain; and, frankly, makes the date picker useless to bind to database-derived datatables w ...Show All
vgrigor MainMenu Control
Hi, I am relatively new to Visual Basic.NET. Is there any way to change the color of the MainMenu Control. Does it have an OnPaint method that can be overridden. I would like for the Menu to blend with the background of my&nbs ...Show All
chall3ng3r UserControl, child control, and scrolling
Greetings, I have a custom user control. Because I have a complex hierarchy of child object that can be drawn to the screen (potentially thousands of objects) I opted not to derive them all from Control/UserControl for various reasons. Instead, th ...Show All
RalphB Typed DataSet and Relationship Name
I am wondering if there is a way to display the Relationship names in the intellisense like the Table and Column Names. Any ideas.... Thanks, rythm This might not directly answer your questions, but in .NET 2.0 Typed Dataset automatically create Methods for retrieving child rows by relation - which are displayed in Intellisense of couse: When creating two Tables, MyMainTable and MyRelatedTable , and bind t ...Show All
congnv MouseUp Event onToolStripButton
It seems to be unable to trigger the MouseUp event on ToolStripButton, unless the MouseDown was happened on that ToolStripButton too, but I noticed this isnt same as others controls, which they trigger the MouseUp event even the MouseDown wasnt happened on them. I am doing manual Drag & Drop, so anyone can give me some advice The background here is the concept of capture. ToolStripItem does not support ca ...Show All
DJSQ ContextMenuStrip for treenode
Hello, I'm using a contextmenustrip for a treenode; how do I figure out which tree node currently has the context menu strip for it I'm trying to use the contextmenustrip location, but it references the wrong tree node. Thanks. Do not use the MouseClick event on your tree_tools control, use the NodeMouseClick event instead then you will have the following properities: e.Button which refers to the cli ...Show All
Mata1979 Adding UserControl to Windows Forms Application
Hi - I have created a small Windows Forms Application test application. I want to add a UserControl to my project that is editable in the Designer. To do this I am right clicking on the project in the Solution Explorer, then selecting Add->AddClass. This brings up a dialog with a tree view with all the class types I can add. I select .Net from the tree control and then the UserControl Icon. When I click Open I recieve a MessageBox that says: ...Show All
