Trouble with button control
Hi,I am using a program which reads the voltage from my usb device and displays it on the screen.The voltage value is updated only when i click the button.I want the voltage to be updated continuously...
View ArticleHow to paste tabular data into the "new row" of a DataGridView with...
We use DataGridViews throughout our UI... most are data-bound to some backing table... most of those through a BindingSource.They all have supported Ctrl+C to Copy tabular data out (so you can paste...
View ArticleData between multiple forms in Visual Studio 10 and C#
I have been working on a problem related to entering data on extra forms and placing the data on the primary form. I have a program that has a primary form. I use context menus to select a new form to...
View ArticleFill Windows Form from database table orfrom DataGridView
This is not a "How To?" question but rather a What's best? question.I'm working on a Windows application in Visual Basic 2010 with an SQL Server database. There are three forms in the program, each...
View ArticleMake a map based on data with conditional formatting!
Please help. I need to not only learn how to do this, but do it for my school. I need to make a map where districts of a country are gradient colored based on the level stunting prevalent within the...
View ArticleSet Parent for 3rd party application.
Hello,I have a requirement where 3rd party CAD application should get docked inside my win form application.For this I am using SetParent() and SetWindowPos() methods from user32.dll using p/invoke.All...
View ArticleDocumentCompleted event of in a webbrowser control is not firing, when the...
hi..I want to fire the DocumentCompleted event in a webbrowser control in c#, when the the page is loaded by java scripts. Or is there any alternate of DocumentCompleted event.
View ArticleI need To Add Many Fileds With in Combo
What About Add Mores Than one Filed In Combo Box Display Text , And Ability To Add Icon beside TextThanks in Advance
View ArticleOpen URL on button click ???
Hi, I am using the Visual Studio Ultimate 2012. I have made a simple program (windows forms applications - VB). I want to make a button that will open a web URL through the user's default browser (IE,...
View ArticleCustom Attribue is being called automatically whenever any method is...
Hello,Whenever any method is executed, if the method has an attribute declaration, I would like to query this to use...For example, let's say..I have a win form..let's say this form has Load...
View Articleexe. is not a valid Win32 application
Hi,I have done a application in visual studio 2012windows forms application (in C++). It runs very well in my PC (windows 7), but when i try to run it in windows XP, it says "is not a valid Win32...
View ArticleCustom Button - how to inherit missing elements of ButtonBase?
VS2012, VB, Windows FormI have a preferences form where I want to edit the appearance of a button on the main form - Back/ForeColor and Text. I've decided to do this by putting a copy of the main...
View ArticleVisual Studio Database question
Hey allI've been on here before and I've gotten answers, but they didn't drive things home for me. I'm still confused. What I'd like to do is start over from scratch and work my way forward. I believe...
View ArticleTableLayoutPanel resize column width at runtime, ColumnStyles collection...
Hello everyone,Visual Studio 2008 / .NET Framework 3.5:Can someone tell me if this behaviour is normal:Add a TableLayoutPanel on a WinForm, and set it up for 3 columns and 1 row. Make it dock the full...
View ArticleData between multiple forms in Visual Studio 10 and C#
I have been working on a problem related to entering data on extra forms and placing the data on the primary form. I have a program that has a primary form. I use context menus to select a new form to...
View ArticleDisplaying an Excel worksheet in a C# form...
Hi there, I want to display an excel sheet in the Windows form. I want to develop it in C#. Kindly let me know is this possible. A sample code would be greatly appreciated. Regards, Reenaz
View ArticleImprimir un panel con todo su contenido en c#
Disculpen Que los Moleste, Necesito ayuda.Necesito imprimir unpanel tal como esta en el formulario, no doy con un código Que me funcione y Que yo entienda, Disculpen mi Ignorancia. mi panel tiene un...
View ArticleButton with transparent image
Hi,I have a Button and assigned an Image in the Forms designer. It's a 32 bit Png image with an alpha channel. In the designer it looks as expected:This means, the button's own color is seen in the...
View ArticleElementHost control causing Not Enought Quota exception.
With my Windows Forms application I occasionally get an exception 'not enough quota to preform this command'. It occurs when the application shows the form that contains an ElementHost. The...
View Articlewebbrowser always display ie9 even after changing to ie8 at...
I'm using the webbrowser, installed IE9, but I want to use IE8 for one winform program, so I changed the regedit:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet...
View Article