Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Visual C# Solutions: 1051 - 1075 of 1758
 
the attached scripting relates to the autogenerated gridview code -- which is working fine as is. there is a "navigating" trap within the WinForm (which is hosting the browser session) -- w...
How can I get a backgroiund worker to run when a queue gets elements? When an other part of the program inserts strings in my queue I want the background worker to subscribe to this event...  ...
I have been using the Application property of the System.Web.UI.Page class frequently. However, I want to centralize some of the functions that use this object in my Business Logic Layer which...
Experts there is this SQL Reporting 2000 that i am dealing with here. When i press the submit button to generate report, after like a 2 or 4 minute gap i get this exception. Any ideas ? I f...
Hello, I found this tool online: http://www.mikes-marketing-tools.com/ranking-reports/ It checks the current position of a given keyword on different search engines. As I have several webs...
Greetings all! I have been asked to implement authentication (Windows authentication) and authorisation in an existing Windows application (about 15 forms). 1.  How do I verify (Authenti...
Users of my application can select to have it automatically run on start up. I accomplish this by placing a shortcut to it in their "Startup" folder. I would also like to launch my app on wake...
Exactly what it said in the question. "Your download will start  momentarily" I allow the visitor to download a file and I want to start  the download in a few moments. In other words I...
Hi There,            i have a user control(ascx page) , with some dropdownlists and a search button . i placed this control on the aspx page. The Html code for this is <uc1:ReportSearchCon...
Hi Experts,        I have xml file for eg. abc.xml  I want to convert this abc.xml into abc.xsd file  using c#.net code.How can I do this by code. Any source code will be very helpful.
Hi, I have strange problem concerning the registry TimeZone values on XP Prof. SP2 I try to read all available TimeZones from registry. This works fine for the most entries. But some ent...
How do I get summary attributes of a file such as comments, title, etc
I am developing a set of spatial domain filters on grayscale images ( Format8bppIndexed ) each pixel of an image has the operation of taking it's value and it's neighbors and then make some e...
A collection can be declared in C# 2005 (.Net Framework 2.0) with the line: private Collection<TextBox> TBox = new Collection<TextBox>(); How is this done in C# 2003 (.Net Framework 1.1)?
How can I divide 2 long values and get result in decimal? long n1 = 7; long n2 = 2; decimal n3 = n1/n2; I get n3 = 3, whereas it should be 3.5. Whats wrong and how to correct it?
Im using Visual Studio 2005.  I have created a project and compiled fine.  I notice that VS 2005 creates a lot of files.  What I would like is an explanation of each one/what they are/what the...
I need some help with OpenGL programming. I am writing a Rubrik's Cube program and I need to know how to incorporate OpenGL and C#. I would like to have the cube display on the main form. I re...
I have a javascript code as followed: document.getElementById("table1").style.display = "block" How do I translate into C#? Thx.
This is driving me crazy! I keep getting the following error: Error     1     It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This er...
I am trying to set the initial directory when browsing for a file using the FileUpload Control.  This is for a c# web application  Thanks
Good day How do i find every occurence of a substring that begin with a specified set of characters and end with another set of characters eg string str = "src=test.pgn <br> testing sub <p>s...
Hi, How can a make a collection of an ArrayList Ex.  arraycollection = (array1,array2,...arrayn) thanks
Hello Experts, I am writing a little scraping code. I need to extract the following HTML code <div class="candidate-name">Hillary Clinton</div>               <h6>1,212</h6> So i get the outpu...
Hello Friends, I am developing an application where i need to take print. every thing is working good except that printdialog appears two times. CODE PrintDocument printDocument1 = new P...
Hi All,          I was trying to set panel1.AutoScroll to my Custom Panel. But this doesnt work. I have attched the code snippet. Thanks Adib