Buttons not visible when UIAccess=“true” in Windows 8
I have legacy Winforms project that I have been attempting to update to make it work in Windows 8. I have gone through all the steps to get my project to work with UIAccess="true" but when I have this...
View Articlewebbrowser control - DocumentCompleted event doesn't fire on 'refresh'?
Hello, I'm dynamically modifying some attributes of some htmlElements, using a webbrowser control, in the DocumentCompleted event... testing for WebBrowserReadyState.Complete so I know the page is...
View Articlereach the source code
how can i reach the source code which is in the webbrowser , whic event i have to use ?
View ArticleVS2010 Setup Project - Run As Administrator
i want to run my apps in user machine with admin priviledge if the user does not have admin right. so i search google and come to know that i need to add manifest file and the file content as...
View ArticleWhat is this control in sql server user property dialog?
This control has the following features: can't change the width of column header; clicking selects both text and checkbox; ticking the checkbox requires the mouse to hover on the checkbox exactly. So,...
View ArticleC#: no changes made and needs to close
Hi,I need help with my application. im using c# windows application form. when i close the application, it will show a message box to confirm exit which i made but the problem is i dont need the...
View ArticleMenu Item Access Key (underline) won't display in Windows 2008
Acces keys won't display in Visual Studio after running a simple Windows application.I have found a workaround bij pressing the ALT-key.But how can I change the settings in Windows 2008 to Uncheck...
View ArticleHiding all rows and columns of datagridview in c#
Hello All,Issue - To hide all the rows and columns of the datagirdview in a quick wayDeveloping platform - C#Issue description - There are 100 rows and 50 columns in the datagridview.I want to hide all...
View ArticleC# Show a minimize form
I has a application, when button A in form B is click, i need to bring my main form to top front. However my form B already set topmost property to true. So every time i call myCA.Activate();...
View ArticleSize of PictureBox
I have a problem sizing a PictureBox (and experience exactly the same when I make it a Panel). It is defined by private System.Windows.Forms.PictureBox pbxGRAPH;then assigned as...
View ArticleBoolean in Properties.Settings.Default always returns false.
I have a boolean in properties.settings.default. private void Form1_Load(object sender, EventArgs e) { //Other code MessageBox.Show(Properties.Settings.Default.logoleft.ToString()); }I just did this...
View ArticleHow To SCAN ImageFile Convert To Text File
How To SCAN Italic Formate ImageFile Convert To Text File?????Plz send Mail Ikundu18@gmx.comImage File Like
View Articlewindows form application
I am doing my mini project using windows forms. iam creating an app called alumni interaction .I want to get birthday alerts on my homepage whn ever we open the app.i provided the database which stores...
View ArticleRotate rectangle in x and y axes
How can I rotate a System.Drawing.Graphics in x and y axes and draw a rectangle or any other shape?Any fool can know. The point is to understand.(Albert Einstein)
View ArticleRichtextbox paging
I want Create simple Editor Like MS Word With Simple Tools i Need make paging when the content same the page size make another page and move content in it how i make it I Use RichtextboxAmr Ragab
View ArticleC#: Windows App Form - Filtering on OpenFile and SaveFile Dialog
Hi,How can I filter the file being shown in the OpenFile and SaveFile Dialog? I need to only view a .csv file and its filename should start with a label i created which is 'empIdFileName'I have the...
View ArticleWindows form, linklable for a network location
This seems like a pretty easy thing but I am having such a hard time with this. I have a link label that I want to got to a network location. no matter what I try it says it can't find the file but I...
View ArticleDelete a row programmatically in DataGridView
How can I delete a newly added row with code in a DataGridview? I cannot find any delete method in any of the features of the DataGridView. I test for correct data in the _RowValidating event that...
View ArticleExtracting Text From A String & Displaying Image using the corrasponding text...
Hi, I'm a volunteer firefighter and im working on a Fire Call Response System.Im trying to find out how I can extract text from the contents of a text string and then program it to search a resource...
View ArticleHow can I show the form (GUI) first ?
I have a copy-paste form that receive a list<string> with path to files and it copy the files to target when it also show for the user how many files are copied, estimation time remaining,...
View Article