Answer Questions
Brandon Bohling Terrarium 1.2 not showing any text on buttons?
I just installed Terrarium 1.2 and noticed there is no text on the buttons. Is this a known problem Is it because I've ClearType enabled --Dion Hi, It seems that the page after the link above, contains a an error. I alway's get ...Show All
Cloakas VS.net 2002 installation errors off issueVision
Hi, I installed the IssueVision.msi successfully on my box (win2k server, iis 5, vs.net 2002, framework 1/1.1) and after a little playing with I can run the compiled client that comes with it. But the source code gives me errors like: Type 'IssueV ...Show All
Aydın Kaya DataGridViewCheckBoxColumn with Text Information
[C# Windows Form] I would like to have one of myDataGridView columns as CheckBox column with a text displayed next to the checkbox . using DataGridViewCheckBoxColumn I am able to display the checkbox but the text info. Is there any solution for this I tried inherting DataGridViewColum and added a checkbox to it, but CheckBox is getting displayed in the cell which has the focus . The color that paints the CheckBox ...Show All
Marcel Marnix Screensaver mode
Couple of questions: 1. Sorry if this is a dumb question but should the game interface be visible and running when the selected as the system screen saver and the screen saver cuts in. I just get a bouncy graphic, nice but I'd prefer the e ...Show All
bill_chapin Error in Data Source Configuration Wizard (VS2005)
When I try to bind an object with the wizard I get the following error popup: An unexpected error has occured. Error message: Object reference not set to an instance of an object. It works fine for other projects in my solution. I have references to Infragistics assemblies. Thanks for your help. Things to check on data source errors: http://kjellsj.blogspot.com/2005/11/vs2005-add-new-data-source-wiza ...Show All
sjackett Newbie Question: HTML Table equivalent?
I'm brand new to winforms, but pretty well versed in web apps using vb.net. I need to create a grid from a collection, but programmatically only adding one row to the grid ever few seconds on an timer_tick event. The problem is what control&nbs ...Show All
causal Can't capture the display value of a listbox
Can't capture the display value of a listbox. I read both the faq and did a search Here is the code I tried. Case 20 Dim f As New frmQuoteAssignmentsConcepts   ...Show All
ChrisNof Drag and Drop with multiple ListViews
I am performing a drag and drop between any of four to six ListView controls on my form. The drag and drops work fine except for one thing - the items remain in the ListView that the drag is *from*. I have seen several code examples for how to do this and they all have TWO ListViews and therefore hard-code which control to remove the items from. For example, I have ListView1 through ListView6. The user drags from ListView2 and drops into L ...Show All
Dave ORourke Getting the classes of a project at design time
Hi all I want to make a usercontrol that has a property that lists all the Classes of the project of the form where the usercontrol is placed on. I know how to create a custom StringConvertor and how to overload the GetStandardValues function, ...Show All
Ashraj Print HTML
Hi, I got a very simple report formated in Html. Is there some simple solution for printing this in .Net Could someone please point me to some example implementations Thanks in advance for any pointers and help! There is no known so ...Show All
GuoJingwei Multithread output display
Hi all, how do you display the output of the multithreads on window form. All the example listed are using console.write. I tried using label and textbox, but keep getting exception error as the threads are accesing the same label/textbox at the&nbs ...Show All
JamesWood Multiple Columns With Same Mapping Name?
I have a situation where it would be desirable for me for the datagrid to either: a) support having multiple columns with the same mapping name b) allow me to control the evaluation of matching mapping name to properties. Basically I have a custom o ...Show All
Max Lam NumericUpDown bug with data binding?
I have a data entry form where I am using a NumericUpDown control. I have bound all of the controls via a BindingSource to a class I have created in my application. If I click in the control and change the value from 1 to 10 by simply adding a zero on the end, the bound value does not get updated when I use the tab key to advance to the next control. If I use the mouse to select another control the bound value is updated. If I select or erase th ...Show All
murk Control Default Value not pushed to DataSet
Hi, I have a control, a basic drop down list. I have set the default value of the control when the form loads ( basically the selectedindex to 5 or something). Now when I add the new row to the dataset the default value is not pu ...Show All
HouYuewen can datagridview bind to a mysql database??
i waana use mysql database in my project coz is smaller.. faster.. and easier to use.. my question is can the datagrindview bind to a mysql database Load the data from the mySQL database into a dataset then bind to the dataset. Maybe consider using SQL Express as a small easy to use database. The best result that I've had with using MySQL as the db back-end is to connect through ODBC using the MyO ...Show All
