Hi experts,
Just for the pure curiosity and "fun" aspect, I'd like to write my own POP3 server using C#. Can any of you give me some links to tutorials or what I'd need to do this? I google...
C# VS2008 Windows App - accessing a share
I created a simple form with 3 text fields...
SHARE:
USER NAME:
PASSWORD:
>clcik tolist all files in share<
I can use System.Diagnostics.P...
private void Form1_Load(object sender, EventArgs e)
{
DBWebService.DatabaseWS s = new DBWebService.DatabaseWS();
ds = s.Get_Price_List_Header();
...
I have two dropdownlists populated from a datatable and a gridview populated from a datatable.On clicking on the submit button i like to populate my grid values based on the selcted index of t...
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...
I have a .NET listbox on a form. When you double-click an item in the listbox the application exports a file to the hard drive. When the processing (export) starts it is possible that the us...
hi,
I have a asp.net application with two dropdownlists that populates a location data and a product data , i have a button under that. i also have a XML schema created name Requestschema.xs...
hi,
i Have a application that has a windows authentication. before the user login to the home page, they need to provide the username and password in the window popup. in my page load even...
Hi I have Windows form which is driven by a ListBox when the selected item changes a stored procedure retrieves information into a dataSet and the information is dispalyed in various controls ...
I am trying to pull the data out of a cell from a selected row. Once I have the data, I need to store it in a variable. I am told by Infragistics support that my syntax for the command is ex...
I am trying to build a login screen using a data reader. For some reason it is not returning rows when in fact there are rows in the database. I have confirmed this using SQL Server Managerm...
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...
There is an EE question "How to get the name of a property", which has an accepted solution, but only for very paricular circumstances.
This is the question
How do I make the method shown ...
Hi all,
I want Skip . , : , ; and Numbers when a key on a textbox. Also Is it poosible to change small letters to Caps as I key.I did the below to skip numbers but other characters I am n...
Hello everyone,
I need to use a gradient backcolor for the MDIContainer in my MDI C# .NET 2.0 application.
Can someone please tell me how? Thanks.
This throws an expection... of course the *** is the server name...
Dim objFileInfo As New FileInfo("ftp:\\***\pub\applications\processtrakker.msi")
Dim objFileInfo2 As New FileI...
After running the setup file created by Visual C# 2008 Express Edition I cannot find the application files that it installs. It creates a link in the start menu that when I right click on it a...
Is it still not possible to create a SSL Connection With c# to a mysql Server?
I tried nearly everything including ODBC Drivers and Mysql Connector 5.1 and the modified Mysql Connector for...
I am writing a C#.NET VS2005 application where the user should be allowed to resize components. I believe I'll be using a tree view component. Clients will need to be able to rearrange them, d...
I have a windows service in C# that was suppose to write some events into its own EventLog.
I created the EventLog using the component on the toolbar I added an installer for it, set all th...
config: xp sp2 64bit 12GB Ram VS2005 8.0.50727.42
'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete,
it has been replaced by System.Configurat...
I am writing a Windows Forms app which will help to us to edit the Web.config file of our ASP.NET apps. It seems like using the provided WebConfigurationManager class is a good way to do this,...
Hello experts
I am having problems with importing a unmanaged dll,
I am getting an exception when trying to run a function that receives a struct (DB_Client).
this is the code,
I am using ...
I have sql server 2005 which I got along with visual studio 2005. I got them all in one package at a microsoft launch thing a few years ago. It is a free legit copy from microsoft. I can't ...