4,588 Topics

Member Avatar for
Member Avatar for Dorababu743

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 …

Member Avatar for Dorababu743
0
60
Member Avatar for foluis
Member Avatar for Nemo_NIIT

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 …

Member Avatar for hassan12345
0
233
Member Avatar for ibdatx

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 …

Member Avatar for Antenka
0
482
Member Avatar for mulevad

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 …

0
103
Member Avatar for AngelicOne

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 …

Member Avatar for dnanetwork
0
112
Member Avatar for Man44ever

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 …

Member Avatar for dnanetwork
0
77
Member Avatar for Man44ever

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) { …

Member Avatar for dnanetwork
0
129
Member Avatar for BhuvanRam

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...

Member Avatar for Momerath
0
112
Member Avatar for XenoGearX

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 …

Member Avatar for XenoGearX
0
112
Member Avatar for empyrean

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 …

Member Avatar for empyrean
0
2K
Member Avatar for queryme

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. …

Member Avatar for kvprajapati
0
97
Member Avatar for wenlong88
Member Avatar for kbalba

is there a possible way to create a speech recognition software program using C#??

Member Avatar for reshmiullas
0
74
Member Avatar for babaidebnath

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 …

Member Avatar for kvprajapati
0
175
Member Avatar for frank754

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. …

Member Avatar for gashtio
0
162
Member Avatar for deepak_1706

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 …

Member Avatar for deepak_1706
0
668
Member Avatar for sbglobal

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 …

Member Avatar for MichaelWClark
0
180
Member Avatar for asmakhan

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 …

0
42
Member Avatar for yosi_s85

some one know good toolbar for picturebox control in c#.net? one that have zoomin and scroll options. Thanks

Member Avatar for yosi_s85
0
88
Member Avatar for Ninad

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 …

Member Avatar for mohanms
0
313
Member Avatar for pr1sm

[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 …

Member Avatar for pr1sm
0
1K
Member Avatar for badboy11

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 …

Member Avatar for badboy11
0
167
Member Avatar for queryme

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 …

Member Avatar for kvprajapati
0
185
Member Avatar for InnocentVamp

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. …

Member Avatar for noobsaibot
0
1K
Member Avatar for mynameissiva

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

Member Avatar for mynameissiva
0
147
Member Avatar for vincezed

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 …

Member Avatar for daniel955
0
82
Member Avatar for visual.c

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 …

Member Avatar for visual.c
0
140
Member Avatar for jude1693

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#.

Member Avatar for moteutsch
0
141
Member Avatar for sasikala123

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 …

Member Avatar for zid8ne
0
166

The End.