Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Top MS Visual C# Solutions: 526 - 550 of 612
 
I'm trying to add text with the inches sign i.e. 2" into my C# program but it gives me a newline constant error. cbosize.text = "2"" How do I do it? i've tried: cbosize.text = @"2"" ...
       public static void OutputFooter(int count)         {                       Excel.Range range0 = excelWorkSheet.get_Range("G15", "G" + (count-1).ToString());             Excel.Ran...
I can't believe how difficult this is.  I am converting  from Infragistics to ASP.NET DataGrid. I have data that takes up 2 columns and ten rows.  I then have 3 additional columns I need to...
Hello, I want to create a user's profil. It will be in 3 forms. 1st form : there will be textbox, checkbox,.... with login, password,.... and a next button that display form2. 2nd fo...
I am developing one webapplication in asp.net with c#. My requirement is  I want to show  my account details  including password  in  a datagrid but password must be in hidden format like ****...
My application contains a reference to an assembly that is part of a different application.  That assembly DOES NOT ship with my application.   The location of that assembly can vary depending...
I'd like to become familiar with using MSMQ and hopesomeone has a simple C# starter program they can share with me. Thanks, newbieweb
I would like to know is there any C# API to measure the upload and download bandwidth volume from various computers?
Hi All,        I have form and I open a new form by hitting the Enter Key.    When I hit Enter Key multiple times within seconds it opens the ColorSelect form more than once. How to fix...
I am trying to implement a setup project where I need few screens customized. Is that possible in C#. windows setup project? Could any one share the thoughts to do this? It would be a grea...
Hi, I am planning to create an online league table, matches etc.. I would like to be able to have a function that will create a auto list of matches for each team to play each other without...
Hi, I am creating an administration section to edit, delete and add data. I would only like the user who is logged in as admin to be able to view this page else take the unauthorised user t...
I would like to draw a cicle on top of a panel I create in design How do I do this? Here's my code for the circle //get the Graphics object from the PaintEventArgs             Grap...
 Hi experts!  Im very experience VB6 programmer, but new to Visual Studio 2008 . I have project with C#  , WindowsForms and Framework 2.0. I need to send files via FTP with support resume...
Hi, I have two Winforms comboBoxes populated by CustomerName in both bound to the same Dataset. Combo1.Datasource = ds.tables[0]; Combo1.displayMember = "CustomerName"; combo1.valueMembe...
Well I am trying to update my privouse calculator program for windows and have hit a new brick wall. Now I am trying to get it to do Ratios. ie  like the ratio of the class is 43 girls:24 boys...
The code errors out below where I have notated it. Can you tell me how to fix it? / / code errors here when I enter "-99"; How can I fix it??? using System; using System.Collections.Gen...
Ideally, I would like to have access to all the data i can get through the device manager via a library in csharp. I could always oparse devcon, but that manner feels like a hack and not serio...
My main method in my C# application looks like this: Application.Run(<form 1>) Application.Run(<form 2>) Application.Run(<form 3>) <form3> shows and uses form2, however I cannot do for...
hello experts, i receive a list of number values in an arraylist as follow, 12345 987654 7656533 i need to create files as follow. 00012345.pn 00987654.pn 07656533.pn what ...
I am trying to write a system service in C# which will log off the user if they are idle for X amount of minutes or if they lock the work station. I got some code which uses ExitWindowsEx(0...
Iwant to store User name (Primary Key) password,his word document file and image file in databse?I want to code in C# i am using sql server Server  name Inhands datbase name is rahul. User...
i have a component that checks if the user has selected a dynamic asp.net page as a "favorite" i do this by chekcing a DB table to see if the page_id is saved for each user and if the page id ...
I am getting the return stream value and reading into Binaryreader. The exception is "Stream not readable" If I read the steam in the same function, it works. e.g public stream Downloa...
Hi I need to create an error log file and for instance output public static void WriteStatusMessage(string _status, string WebServiceRoutine)         {             if (_status.IndexOf("fai...