How can i convert more then 1000 png files format to gif format faster ?
This is the code i'm using now:for (int i = mtpStart; i < mtpEnd; i++) { if (bgw.CancellationPending == true) { pictureBox1.Image.Dispose(); pictureBox1.Image =...
View ArticleHow make a buttom to search upadtes to y tool?
How make a buttom to search upadtes to y tool?im using this but all time show not updates and i make one update.Version version = null; string fileName = ""; try { string name = ""; this.reader = new...
View ArticleProblem to the line
Hi, How to correct thisError1Expected class, delegate, enum, interface, or structC:\Proj\Form2\Form2\Class1.cs920Form2 due to the last line below?using System; using System.Collections.Generic; using...
View ArticleUnrecognized escape sequence MS SQL
helloI am trying to build an application that uses MS SQL server 2012 but it gives me an errorthis is what im trying --> string sConnStr = "Data Source=JACOBBARCLAY\BARCLAY;Initial...
View ArticleProblem to refer to Excel
Hi, How to correct thisError 1 Invalid token '=' in class, struct, or interface member declaration C:\Proj\Form2\Form2\Class1.cs 14 15 Form2due to the last line below?using System; using...
View ArticleHow to use "Interface" correctly?
I wanna to use multiple inheritance and I got to know Interface might give me help, so I create the following codingnamespace IT.Machine { interface IMachine: IMachineA, IMachineB, IMachineC {...
View ArticlePlease give me one example for area chart in asp.net C#
Please give me one example for area chart in asp.net C#i am not getting solution for area chart in asp.net C#please provide me a clear example
View ArticleStart another C# application and pass it an object
I have two C# applications. I would like one to be able to start the other (e. g. with the Process class) and provide it with an object (specifically an IWebBrowser2). What's the best way to go about...
View ArticleNeed help with regular expression for Name validations
Hi All,I need a regular expression with following requirements for Name validations.1. Name should contains atleast one alphabets.2. It may contains period, hyphen, apostraphe and space( may be...
View ArticleOdd error in OLEDB updating
Can anyone help with this"An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in System.Data.dllAdditional information: Syntax error (missing operator) in query expression...
View ArticleHow to prevent a form from being activated/gaining focus.
I'm working on a project where I want to be able to click on a form but not have the form keep focus. Although not what I'm working on at the moment but the Windows On Screen Keyboard is a good...
View ArticleVisual Studio 2010 keeps crashing on startup even after it has been removed...
Hi,I have been struggling for days on this issue now and nothing seems to work.I have had visual studio on my pc (windows xp pro) for 18 months and it has worked fine, but recently visual studio (2010)...
View ArticleActive Directory related program works for some users, not for others
My apologies if this isn't the proper forum. Nothing seems to pertain exactly to what I have a problem with so I've gone to the lowest common denominator. I've asked this question in the AD forum and...
View Articlesame code diffrent result weired
Hi I have some code that I am running from different places and the result is difffrent .The class is instantiated the same way, I copy paste it.the first time I instantiate the class it is in my main...
View ArticlerichTextBox does not display
hii'm using richTextBox in my form and wrote some text in it, but when i run my form the text field is empty!i'm wondering because i'm using 3 more richTextBox and they're ok but this one is killing...
View ArticleHow can i play a wma file, which is an embedded resource?
How can i play a wma file, which is an embedded resource?
View ArticleDeleting objects from a Microsft Word document
I have a MS word document (template). My program asks the user questions and based on those questoins it fills out the template for them programmatically.Some of the questions on the template requires...
View ArticleTrouble with autodesk DWF Viewer stopped working
Have been using Autodesk design Review, DWF viewer, and it stopped working. I do not show that is even there now, so tried to download it again, but it goes all the way through the process and then...
View Article