4,588 Topics
| |
Hi all, I designed an application in c# using winforms. I would like to have a serial key or a license such that the license must be valid for some amount of days(suppose a week or so). After that the application should not run on the machine where he installed … | |
| |
HI Friends i want to do the connective in C# window application with sql server and in that even i want that if client put information in text box's and click on submit the information should go in sql server db and then again if he is putting same information … | |
Hi all, I am attempting data binding in WPF. I have a class Recipe and another called RecipeService. There seems a problem with the RecipeService class in terms of compatibility with the Recipe class as when I add its type to the ObjectDataProvider in the XAML file, I get an … | |
Hello, I am trying to send a text message to my phone in C#. I have added a Web Service Reference to my solution. It is described as: vijju311985 RPC SMS Services You Can Send Sms for free The WSDL is at: [url]http://www.aswinanand.com/sendsms.php?wsdl[/url] I created an account on xmethods.net and … | |
I have this code [CODE] protected void loginbutton_Click(object sender, EventArgs e) { Int32 d = checkuser(uid.Text, pwd.Text); if (d == -1) { prompt.Visible = true; prompt.Text = "Unregistered ID. Please make sure that you have a registered account and you have correctly typed in the user ID"; } else if … | |
hey i want to change the textbox from the dropdownlist.....whatever item is selected from my dropdownlist i want to display in my textbox......i have used the below code but its not working. and i also want to autogenerate the code for employee code for eg. if employee first name Aaron … | |
i want to update the row in gridview but it give me one error Object reference not set to an instance of an object. how to update the current row selected in grid view.......please help! [CODE] public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { … | |
hi friends, i am doing a project which is based on smtp mail server.. i need a class that ho we are accessing an message header or custom header for an incoming mails... | |
I'm a first semester student of Master degree and i need to implement a project in C# that uses a database with transactions and any kind of monitoring. I already know how to connect a database with C# and i know how to work with databases, but i don't have … | |
helo all i wanted to import .csv file to my application [CODE] private DataSet ReadExcelData(string sFilePath) { DataSet dsOutput = new DataSet(); string sConnection = string.Empty; try { if (TypeExcel == "Excel 12.0 Xml") { sConnection = "provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + sFilePath + ";Extended Properties=\"Excel 12.0 Xml;HDR=YES;IMEX=1\""; } else if (TypeExcel … | |
Hi I am Playing audio files from Asp.net c# code. Now I want to restrict the Player to move to next file automatically after every 30 seconds. can any one knows how to restrict audio file to restrict up to 30 seconds. i hve enclosed my files with this Thread. … | |
I am having error with HttpWebRequest. How to fix it? | |
is there a possible way to create a speech recognition software program using C#?? | |
I want to give my application data folder kaspersky antivirus like security. Where I can add a folder but cant change any content or create any file. I even gave the current user full control security privilege but it just does not working only for this kaspersky data folder. I … | |
I've written a C# app in Visual Studio 2008 C# Windows forms which fetches the text html from a webpage and it works fine in most cases. I needed the multipart/form data, as the main interest is sending text queries back and forth from a test server in Visual Studio. … | |
I've just started programming in c#, its a simple Forms application with single form. I have a class written in a separate .cs file in its own namespace. The rest of the code is in the Form1.cs file. I am able to create an instance of the my class and … | |
Dear Programmer! Greeting of the Day! First of all, I am introducing myself. I am a new in web developer.I want to build ASP.NET Media Player Control in C# .Net code . Now we want to play all music file . For this we are looking API scripting. We have … | |
hello i have EndPointNotFoundException in wcf c#.net where the proxy is generated dynamically. and all clients are preconnected to the server. but the problem arise when server call the client fuctions. namespace QuBIC.VirtualCyberneticEnviornment { public partial class CyberneticEnviornmentWnd: QuBIC.Core.QuBICServiceBaseForm { private ServiceHost _CyberneticEnviornmentServiceHost; private bool IamconnectedtoTaskManager = false; public ServiceAgent … | |
some one know good toolbar for picturebox control in c#.net? one that have zoomin and scroll options. Thanks | |
Hi, I have a problem in my code. I am putting a image icon in my coe and want to call the code behind function Left_Click() on its OnClick() event. But the Click event is generating after two times clicking. and I have wriiten in the Page Load event I … | |
[code] private void button1_Click(object sender, RoutedEventArgs e) { ShellWindows shellwindows = new ShellWindows(); string filename; foreach (InternetExplorer ie in shellwindows) { // Get the document mshtml.IHTMLDocument document = ((mshtml.IHTMLDocument)ie.Document); // Get the script object. object script = document.Script; filename = Path.GetFileNameWithoutExtension(ie.FullName).ToLower(); if (filename.Equals("iexplore") && ie.Document.parentWindow.name = "Test") { // Make … | |
Hi All, I am coming from C++ world and working on some C# code. Currently working on a class with an ArrayList data member and would like to control which methods/behaviours get exposed to the client of this class. One of the functions in this class takes an index as … | |
Hi I have Stored [B]3 Audio Files[/B](Voice1,Voice2,Voice3) in My [B]SqlServer2005[/B] in a [B]Image Datatype. [/B] Voice1 image Voice2 image Voice3 Image Now I want to Play Those Files from Asp.Net C#.I am using [B] Visual Studio2005.[/B] I have a Button Play1. If I press the Play1 Button, Then Voice1 File … | |
Hi all. I want to ask about storing the photos in a MySql database. I am developing a Software for Tours & Traveling company in that i need to store the photos of the customer. The further requirement is to export the database to an Excel sheet including the photo. … | |
hi I want create a login page in asp.net using c#.. and am using sql server-2005.. name and password should be valid which store in DB then only page redirect to next. so plz help me quickly to do my task. plz give from basic level thank you | |
Hi I'm creating a application where there are different users like admin and others. I want to log in as admin and hav all the previlages to it and when login as others it should have only minimum previlage. I'm doing it C#.net. can any one give me the code … | |
Hi I am trying to write an application for connecting to JABBER chat server,something like a chat client.i know there are many ways to do this like using agsXMPP library or jabber-net library,i wanna know can someone help me and tell me how can i use Winsock (mswinsck.ocx) to do … | |
hi guys... I am having a hard time figuring out how i could determine the winner of the game and how I can determine if a game is a draw. Any suggestions or code that i should input in my porject? Please help me. Im new in C#. | |
Hello Everyone, In my sql database I am having a country field and a State field with some values and also some null values and I am populating the country values into a dropdown list box in the frontend using database connection e.g. [B]Country[/B] India Indonesia null Iran My requirement … |
The End.