dataGridView manual modification
hi every body,this is my first ask in this forum, i program with asp.net since 1 year and for me MS.Net is the biggest and the best environment of developement. And i just begin with Windows Forms.i...
View ArticleUnder IE10, how to acheive a settled shape of the radio button with different...
Hi, In IE10, the shape of a radio button will change depending on the value of 'Height' and 'Width':But in IE8, the shape of a radio button is settled no matter 'Height' or 'Width' changes:The source...
View Articlehide winform when application loses focus
I have a winform that I use to navigate through my excel workbook. The form opens on the Workbook Open event. All works fine, but I just noticed that if my application is open and I open any other, say...
View ArticlePull ID from one table via combobox to update a different table
I have a form that brings up a record from the employees table and displays general starter information (ie, employee ID, first name, last name) and then once I have filled the rest of the textboxes,...
View ArticleUsing 2 different forms
I am using 2 different forms and in the first form, the user can click a button and the other form pops up and allows the user to enter the height they want to set the textbox in form 1, but i cant get...
View ArticleHow do i make that the progressBar will start in the exact time with the...
In general its working but in the end the progressBar is waiting just a liitle bit from the end untill the process will finish and then the progressBar finish the little bit that left .This is the code...
View Articlevhd mount failure in windows 8 after expanding it
after expanding the fixed vhd,I could not mount the drive via disk manager action so I tried the vhdmount form virstual server2005 which I used in the past on the vhd in batch files. I got the...
View ArticleC#: DataGridView onClick Disable Adding of Rows
Hi,Anyone know how can I not allow adding of rows only after I click a cell in a datagridview in windows application form using c#?
View Articlemy email account blocked
my email account has been blocked. when I ask for verification code it is not sent/received,
View ArticleUserControl in vb net
HelloMy source is :Public ucTest As New UserControlif (condition) thenPanelName.controls.remove(ucTest)elsePanelName.Controls.Add(ucTest)endifIn RunTime implementation <Add> and <Remove>...
View ArticleDetect field change on form in c#?
I have a similar question to http://social.msdn.microsoft.com/Forums/windows/en-US/bd5127a1-1e32-4814-a1a8-52a7dc4b4f39/detecting-changes-on-form-controls but was wondering if there's a way to perhaps...
View ArticleC#: Textbox1(Time) + Textbox2(Time) = Textbox3(Time)
Hi,Hoping someone here can help me.Im using c# windows application form and I have 3 textbox named startTimeTextBox, durationTextBox and endTimeTextBox.startTimeTextBox and endTimeTextBox allowed input...
View ArticleThe value of DataGridViewRow.Tag is lost after sorting
I'm facing one problem with DataGridViewRow.Tag. I set some values to DataGridViewRow.Tag. Then, I get those values whenever it is necessary. but when I do sorting the GridView by clicking the header...
View ArticleC# - Dynamically add and remvoe iteams from DataGridView and "Smart Events"
HiIn shortly my problem is how to implement "Send to" code (right click on file on windows)I have a program with data grid view that also contian a log file name (I know the path for each file)I want...
View ArticleResources.Designer problem with windows 7
Hii All,My application information:Windows Forms Application.Net Framework 2.0 Visual Basic 2008I have the next problem:I was using Windows XP and my application was running successfully, then I...
View Articletracking lumia 520 mobile
my nokia lumia 520 mobile phone stolen by pick pocketer.how to trace my mobile phone.give me any refrences.thanks
View ArticleHow to get screen shot of selected html item in web browser control
Hi, How can I capture screen shot of selected html element, The element is selected using webBrowser1.Document.GetElementFromPoint(e.ClientMousePosition), I'm able to get the html and put it...
View Articleneed help in vb2010 pro.
Hello, my name is Jeff. i need help on vb2010 pro, doing a form from scratch and i have the print preview and print dialog at the bottom of my form and i have bottons on my form. When you double click...
View Articledatagridview save runtime data to sql
Can anyone write me how to save the run time entered information into my database...BindingList<Employee> employees;publicForm3(){InitializeComponent();}publicclassEmployee{publicstring...
View ArticleConcurrency Issues Odata - Winforms
Hi,is it possible to handle concurrency issues in a winforms application when saving the data with odata?Thanks.Markus
View Article