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: 301 - 325 of 1690
 
I am trying to use WMI to execute a command on a remote computer (which I found out how to do), but what I need now is to see the actual result of the command. For example, if I run the ipconf...
Hello, I'm looking for a good way to include serial number and registration requirement for my application. I found some articles about it and for now I'm thinking about something like: 1...
I'm building an application that will download a text file of data into a directory in our site.  My buddy is building the portion of the application that goes out and downloads the text file....
I want to convert a date value to integer UTC time format? How is it done?
Hi, I am developing an windows application in which i have to add 5 different TTF fonts in my application so i want to know how o add these fonts to my application programatically...
sir, I want to converting rupees in words by using javascript in asp.net with c# send me that code
Why does line  (smartPartCollection.MoveNext) give build error: Cannot convert method group 'MoveNext' to non-delegate type 'bool'. Did you intend to invoke the method? How do I address th...
I have an ASP.NET application.  Inside one of my pages is an iframe that accesses another .net page.  How can I make the iframe page redirect the main page in the code behind.  What this is fo...
I need to impersonate a Windows Application, in other words do my own "Run as...  I am using the example shown at http://msdn.microsoft.com/en-us/library/system.security.securitycontext.aspx....
I am developing an windows application in which i have to calculate check digit... For Example: Data to be encoded is "21435". encode:    2 1 4 3 5 Weighting: 5 4 3 2 1 ------------------...
Quick question, I have a Windows Application and I want it to take up the full screen, how can I make the form automatically size itself depending on the users screen resolution?  
I use this feature so rarely I forget where it's located. I use C#.NET. How do I open the window to set the tab order? thanks, newbieweb
We are developing a new application in C# using VS 2008.  We are using a ribbon control (Elegant UI) to maintain context sensitive functionality and information display.  We had thought we mig...
I have two multiline text boxes. txtInput, txtOutput I need to capture text into txtInput convert it to Binary put it into a session variable read from session convert back to string....
leadSourceProvidersMemberID -- integer the leadSourceProvidersMemberID value is being picked up from a database retrieve ok. but, the DropDownList_LeadSourceProviders_ID.SelectedValue is...
I have a classic ASP page that reads the variables in the QueryString and uses a series of case statements to determine what content to display based on the Querystring variables. The case sta...
I have a MarqeeProgressBar control that should entertain the user while some time consuming operations take place. When I try to use it, it looks like it is being blocked by the very same oper...
I need to convert the following C struct that contains an array of pointers to C#: typedef struct {     float* a[5]; } MyStruct; I tried the following and the line that reads "public f...
I have looked far and wide for an answer for this, to no avail.  I have a drag and drop control I am attempting to move to current technology (ie, AJAX Control Extensions and AJAX Control Took...
I am deploying a WinForms application and need to display the build number so I can track the version on a particular machine. How do I get the build number form C#.NET? I don't care if ...
I am developing a windows based application with another programmer.  We both are using VS 2005, but am having problems when running each other's forms/dialogs.  It seems like the AutoScaleMod...
I am trying to explore security in XML Web Services deployed in IIS. I need a sample application (which can be quite simple) on which I can demonstrate the security protocols i have chosen to ...
i have a code in .net c# . it is to show a message box type, and redirect navegation to other web form (my project is with web forms) i have next code, but it don't show the message . It go di...
Is it possible to get the current URL from a running instance of Firefox WITHOUT using a firefox extension? I know this is possible in IE using a bunch of win apis (FindWindowEx) until you get...
I want to write a program chat like yahoo. Using remoting in C# Please help me. The program can: private chat, public chat. Send file in private chat