UAC interfering with Context Menu in Windows 8?
I have some interesting behavior I'm trying to work around. I have a WinForms app that I'm porting to Windows 8. I'm using some 3rd party controls but it's not clear that is related to this issue. On...
View ArticleDraw text editor on the win form
Hi Members,I have a requirment where i need to draw a text editor(similer to the texteditor of Paint Brush) in which user can type some text.Previosly i was thinking to draw a textbox and set its...
View Articlecall the form_load() function on closing a child form
I am creating an app which currently has 3 forms, Parent form - to accept login details from the user, validate and if successful hides itself and opens a child form.1st Child form - on form load...
View ArticleEfficient combobox population
I have a form with many comboboxes with each of them having a query to populate an arraylist then the arraylist populates the combobox, all this happens on the form open event, the problem is the more...
View ArticleTimer making my application [ Not Responding]
i am using Windows.Forms.Timerit is usually Making my Application Not Responding as my frequent interval is10seconds after every 10secs i am making a request to web service which is returning me json...
View ArticleClearing text input boxes
Hello all, First year programming student here, and I'm working on a BMI calculator. The code and the calculations are fine, but I am unable to get the reset button to work properly without saying...
View Articleplacing text from textbox into savefiledialog file name
Just a quick question; Form has a textbox on it that when the save file dialog appears I would like to have what is in the textbox show in the sfd's file name. How is that done?ThanksJohn
View ArticleAsynchronously rendering the ssrs report from Winforms C#
Dear All, There are some heavy reports which need to be optimized for performance. Report takes few parameters such as StartDate, EndDate etc from the parameter screen which is in C# win-form...
View Articlefilter not working on dropdown list after publishing
First I create a form and then I created a button named find on this form. Then two dropdown lists are next to this find button. The data for these two dropdown lists are coming from two xml files. The...
View ArticleHelpRequested event is raised ,when I click MessageBox Help Button (...
Hi ,Problem :Firing Form1_HelpRequested event, when I click message box Help Button. I don’t want to raise that HelpRequested event, when I click message box Help Button.Step 1: Displaying MessageBox...
View ArticleLabel flcikering when text is updated inside windows.Forms.Timer
I am trying to update label text on a form, from a windows.timer_tick event.But it's flcikering ..If I dont update the label it doesn't flcikerI am updating the label with current time every 1000msIs...
View ArticleCompatibility issues with MS office Microsoft.Office.Interop.Word
Hi,Is there any common dll for all the version of MS Word, so that it will support all the Ms Word documents (independent of MS Word version).Except keeping latest dll of MS Word.Thanks in adnavce.
View ArticleMenuStrip Issue with Form2
Working with VS 2010 WinForms in C#MenuStrip Issue:Added a MenuStrip to a second form (Form2). When I run app and load Form2 from Form1 (using .Show()) and try and click on the Form2 menu, Form2...
View Articlecode for refresh button click
hello all,we are developing query builder(windows applications), in that we have a tree view if user create a table it should be refreshes the particular table on refresh button click,i need a code...
View ArticleHow to disable a textbox control and not have it grayed?
In MS Access, I can set a textbox enable property equal to True and set its locked property equal to True thereby prohibiting input into the textbox without having the textbox grayed. How can I get...
View ArticleEditing a List in between two windows forms (C#)
My C# isn't great so please bear with me! I have a query regarding maintaining a List in between two windows forms. It's for a project where I need to create an address book. I have chosen to maintain...
View ArticleWhat the error means in XML file?
Hi Every one , What is the below error tells? I got this error in production environment. but not able to generate again in local system. Erro line indicates the that last line of the last word of the...
View Article