Winforms Progress bar Does Not Update fully (C#)
i am updating progress bar from background worker and removing it when it's value reach 100. i just do not understand why it is not updating or may be taking time to update fully. My progressbar...
View Articlebreakpoint problem
I have a datagridview in form1.When a button is clicked,form2 arises with form1 in open.Im clearing all the rows of dgv from form2 and adding a new empty row into it.While im executing sometimes it...
View Articlenew outlook email
Hey all,I just want to be able to open a new mail in outlook.I've been fighting with this for quite some time now.Can't somebody point me in the right direction ? thx Code Block private void...
View ArticleCapture Date CheckBox was Checked
I have a date/time field in my database that I want to populate with the date/time of when a checkbox was checked. What would C# code be to do this? I feel like I would do something like date...
View Articlewindows application font problem
I have develop one simple application. In this I have used "SCRIPTBL" font. In deploying step I have create font folder and add this font. when I am install the application it does show any text. I...
View ArticleCheckboxes inside a datagridview
I have a datagridview and i have some checkboxes in it when i select multiple checkboxes the price should be added up,i am doing this in a button click
View ArticleHow do I show PROGRESS for the following code while downloading files?
string[] files = GetFileList();foreach (string file in files){Download(file);}public string[] GetFileList(){string[] downloadFiles;StringBuilder result = new StringBuilder();WebResponse response =...
View ArticleWarning_1_Invalid search path 'C:\PROGRA~1\IBM\SQLLIB\LIB' specified in 'LIB...
Please help, when I run my windows form project; the following warning appears. Actually once I had installed IBM DB2 in my pc, since then this problem occured.---- Warning1Invalid search path...
View ArticlePrintPreview control becomes very slow
the PrintpreviewControl used to be very fast, less than 1 second to show 50 pages. I don't know since when it suddently became very slow. I first thought something wrong in my codes, I tracked...
View Articlelinking radio button of one form to another and accessing its particular data...
Am designing an POS SOFTWARE, in VB5 for windows mobile ce..i have designed an application in which as i click on a radio button in form 4, and as i press on ok. an billing form(form7) opens and it has...
View ArticleHow can I make intellisense appear as user types in a textbox
Sir I am making a win forms program. in which one TextBox is there. Where if user enter any key or bunch of key then a word related to that key should appear like intellisense of visual studio. or like...
View ArticleLike Recharge module
Hi all,Advance ThanksI have Build Windows application using c#.this is like recharge module. my below code its working fine. i have give $ 600 this is validity up to 6 months.My Query is: but it will...
View ArticleSVCHOST.EXE FREEZING ERROR:
HAY MICROSOFT, I HAVE ONE SIRIOUS PROBLEM. PROBLEM IS:''svchost.exe - Application Error""The instruction at ''0x7c90100b'' referenced memory at ''0x00aa0046''. The memory could not be ''read''.Click on...
View ArticleHow to move a windows form to another virtual desktop
Hello,I am running Windows XP, SP2. .Net framework 3.5, Visual Studio 2008. C# is the language of coding, but will do VB if needed.I am trying to move a running application\process from one desktop to...
View ArticleVC++: value of textBox of form1 have to appear in textBox of form2
Hello,Sorry if this is a duplicate for some people, but after searching I didn't find an answer that works for me. I need to show what is in textBox1 of Form1 (parent) in textBox2 of Form2 (child)....
View ArticleDay and Date time
Hi ,i have 2 Radio button. 1.Radiobutton1=3 months => if i click radiobutton1 day and datetime will display after 3 monts from today date2.Radio button 2= 6 months=> if i click radiobutton2...
View ArticleArray.FindIndex - find index of an element that occurs after some specific...
Hi,I presume it is better (faster?) to use FindIndex method than to loop through the array using FOR-NEXT?If so, I would like to know if there is a way to use FindIndex method to find index of an...
View ArticleHow to use FileSystemWatcher to Notify Directory Only ?
Hello...How to use FileSystemWatcher to Notify Directory Only ?i would not get any files notify event in the watching folder ,but only the dir?thank advance.DON'T TRY SO HARD,THE BEST THINGS COME WHEN...
View ArticleHow can call Window Desktop Sharing API from java
Dear all,I am writing an application on java which has application sharing feature, I love RDP because of it's performance. I facing a problem in sharer site. How can I call Window desktop sharing API...
View ArticleThe search feature in Properties Window.
Is there any way to search property in Properties Window when you are developing Windows Form Application as in WPF development?Thanks in advance.PS: I'm using Visual Studio 2010.
View Article