Answer Questions
AngieH creating a creature (total noob)
I've the server installed and it seems I can connect to it without any problems but there are no creatures. On the terrarium farm i've copied the simple plant code and opened vs.net since I would like to add something :). But now I have th ...Show All
JPC16 More standard practices
Hello, This is a great application in both commercial as well as educational standpoint. Here are some of my wishlist: 1. Ability to change the project on a particular task. 2. Ability to refresh instead of restarting or offline/online 3. Ability  ...Show All
Brian_12 Dockable Windows in VS .NET 2005
I am currently n the process of evaluating Visual Stidio .NET 2005 for Dockable windows feature specifically, I know that there are 3rd party components to do this... But I need to know only that :- Does .NET 2005 provide Dockable windows like in VStudio TollBox like to developers .. in other words Can I be able to create a Pushpin window (be Windows Form or userControl) that will only use .NET 2005 classes and NOT 3rd party compo ...Show All
koloo New IE Window
I have an about box (it's a form), and in it i have a Button, pointing the user to my website. My question is - how do i open a new IE (or the user's default browser) window to a specified address I have achieved doing so, by ad ...Show All
Ralf Boeck Problem in double click event of datagrid
Hello i have some problem in double clik event of datagrid. i am using dragdrop functionality in datagrid to another control when i active this function then double clikc event not fire what can i do for this functionality ...Show All
ysr Routing of User Input through .net framework
Hi, how to route keyboard input Let's say I have an EditControl (TextBox). How can I manipulate keyboard events. Or more clearly, how can I determine which keyboard events shall be routed to the TextBox and which keyboard events (shortcuts e.g. CTRL+S = Save) should be routed to the window which comes next in the hierarchy (the parent window). How can I forward an event to a specific window. How can I define application global sho ...Show All
Beachbt BUG: Focus for a MessageBox
I'm pretty sure this is a bug of some sort, but if this is by design, then my suggestion would be to change it! :p If I have one TextBox on a form and have a method that handles the KeyUp Event. In the event, I ...Show All
Stéphane Clickonce download Error
When I try to download application using Clickonce in the same machine as my project, I got the following errors. Other end users can download it and work fine. Can someone help me with this Thanks a lot PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727- ...Show All
Ben Christian Handling Real time data in Windows.form.Datagrid Control
Hi Everybody, Can any body suggest me how to handle real time data in Windows Datagrid control . We are working on real time data (Exchange Rates), as and when the data changes, we need to do manipulation and update the same in the datagrid. I ...Show All
Jason_M_D How can I show some field of dataset?
I have a datagrid C# winform and a dataset contain a table. I want to set name of ColumnHeader and I want to choice some field (not all) of the table to display in datagrid. If I use datagrid.DataSource= dataset.Table[0]. All field of the  ...Show All
CoolMagma how to Add new row when datagrid source bind to collection class ?
hello all: I have a datagrid bind to my custom collection ,when My win form loaded,the datagrid will display one row data,I wan to add new row programmiedly when I click a button ,my code as below: Private Sub btnAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAdd.Click Dim myDetails As New PoDetailsCollection myDetails = dgDetails.DataSource Dim myNew As New PoDetailItem myDetails.Add ...Show All
Newbs Controls on the MDI parent
Hi! I am creating an application using MDI, and I want to place a panel with controls on the MDI container/parent. The problem is that the controls are shown on top of all the forms inside the MDI container. How can I place controls on th ...Show All
mark_ramos Forcing a DataGridView to update values
I've got a datagridview (winforms) controls with a collection bound to it. Anyway, I've got a checkbox column in the grid. I need its value to be updated to the object as soon when the column value is changed. However, it only gets updated when I move focus off of that cell. Is there anyway to change the way it behaves or call a method to force the grid to update values back to the bound collection For in ...Show All
Per Salmi Windows XP and Data Grid control
Does anyone know if there is a way to obtain an XP Themed data grid column headers Should I inherit the DataGridTableStyle class and override the paint or something (which I don't think you can do). I want to acheive the effects yo ...Show All
gift How do I simultaneously display a container and its child controls?
How do I simultaneously display a container and its child controls I have seen similar posts as this throughout the web and the community, but cannot seem to locate an answer. It seems the regions where controls are laid out are not invalidated by the container and show the window beneath. I see this with switching between forms, but in my case I also see it when switching between tab pages. I have tried setting double-buffering through ...Show All
