4,588 Topics
| |
I am usng VS 2010 and I have a Website I am building using C#. My goal is when a user selects a value from the dropdownlist it is recorded in the database. I have been able to bind the DDL to a table called "TableA" to list the values … | |
i have a windows media player in c# windows form and now i want this player to play a audio file of which the location i provide...and i should be able to control the media player components like play,forward,rewind,stop........ please someone help for this as soon as possible... | |
Okay, I'm trying to learn C# (coming from c++). I found this code on a tutorial. When I try to compile it I get this error "cannot implicitly convert from 'int' to 'string'" I thought it was supposed to convert it from string to int??? [CODE] int Number; Number = … | |
i want to [TEX]code jaccard's similarity measure in C#[/TEX] i have clustered the databases according to ShipCOuntry field of the database now i need to associate customerID field with ShipCountry field in a new table how to code it and apply jaccard's similarity coefficient in C# | |
I've spent the last couple of days researching how to connect to a database server and modify the data in that server. I was able to find a lot of information on how to Read from a database, but I found very little material to assist with Writing to a … | |
hey i have the same problem..have u been able to get the solution | |
hi there, i have two datetime pickers in C#. one for the start date and the other for the end date. when a user selects a value in the start datetime picker it should validate that the user cannot select for a date that have passed. how to validate this. … | |
I require to make a good user interface for my image viewer tool. Could anyone advice me how can i achieve so in C#. So far I have been using swings in java but this time I'm supposed to code in C# only and being a newbie to C# I'm … | |
Hello everyone, Am developing a C# window form application where it will listen to when someone clicks on a link(for example, "chat now") on the website(in PHP). I've seen various examples on socket programming but not what I really need. More details: - C# sharp application with a listener(listens to … | |
Hello, I'm trying to develop a small image viewer just as an exercise to sharpen my programming skills. So far , all the features that I could think of adding to it are zooming in and out, inverting the colors of the image, resizing, and rotation. Could anyone suggest me … | |
Hello every bdy dre......... I have developed the desktop (windows form) application using C# , with MS SQL 2005 database. That is separate application run in four different centers with their own separate database, but now i want to make it centralized database. For all four center has only one … | |
Please let me know how to access the (2,2) value of the datagrid in C#. | |
how i can insert a combo box in datagrid(i want it in c# not in asp.net) advance thanks bye roops | |
Hello, Im want to use a notifyIcon control in my windows service. How can i do it? Do can i call notifyIcon's ShowballoonTip method in service's Onstart method so that when the user starts the servive, the NotifyIcon is shows? How can i do it? With Regards mojtaba | |
Please can anybody help me how to interface footpedal ports with c# windows apllication as i press any button in footpedal i want to display messages as the play button has been pressed.. please helppppp me as early as possible... | |
Hi guys, I need to sort an array by date created. Please take a look at this code thus far [CODE] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; namespace listboxarraysortexample { public partial class Form1 : Form { string[] … | |
hi there, i have an excel sheet and i need to get values from the excel sheet to the mdf file in the visual studio 2008 database. the value i want to get from the excel file is a accounting value witch is displayed like this $ 67,300.34. how can … | |
Hi Guys , I have a line which is like this :- "C:\\Users\\saurabh\\Desktop\\Projects\\Texts\\A Sign of the Times.txt" how can i jus extract the last part of it which is A Sign of the Times. Thanks | |
hi there, i have two datetime picker in the form that i have created. i added the below code for the datetime picker.one dpSDate and the other dpEDate. [CODE] private void dpStartD_Validating(object sender, CancelEventArgs e) { if (dpStartD.Value < System.DateTime.Now.Date) { dpStartD.Value = System.DateTime.Now; MessageBox.Show("Enter a valid date for start … | |
hi i have a problem, trying to set a form to open a new window, this is what ive got ... private void newWindowToolStripMenuItem_Click(object sender, EventArgs e) { this.browser.NewWindow(); } any ideas why it isn't working? | |
This is a newbie question. I am creating a simple one-table Movie tracking program. I have dragged a db table onto the simple form creating a dataGridView. I am using a List box and some Text boxes to enter new data. For the life of me, I cannot get the … | |
Hi There, I have been scouring the web for an asnwer on something I would have thought was quite common. Any help would be greatly appreciated. I have a database which contain job ads/ I have one table "dbo.tbl_jobadvert" which contains the ad itself and another table "dbo.tbl_jobFiles" which contains … | |
Hi All, Does anyone know good and reliable "Open Source"object oriented database for use with c#. My Database will contain about 500 mb to 1 Gb of data. Thanks, | |
Hello all! I Have browsed this forum a lot for solutions and have found it very helpful! I am wondering if someone could help me with the OleDB Connection. I am using it to first create a table called imgDBF. I have been succesful in getting my code to create … | |
Hi this Raghu.I have to Save the State of Windows Form in Some File Format Such as .cfg by Button Click Event and Also when It was needed,it has to retrieve from the saved format and display the Saved Contents in C#. | |
Hi, Ive been trying to calculate standard deviation from the data in my datagridview.I have manage to work out how to get to the last value but would like to display in a chart so i need to have some kind of running total like you have in Excel. For … | |
Dear Members, I am developing a desktop application on “Attendance and Payroll Management System”. To develop this I am using [B]C# and MS SQL Server 2005[/B]. I would like to build this based on [B]Unicode characters so that all the data from user interface can be stored in the database … | |
Hi, I have C# .net application which reads data from the serial port and launches a new thread to process the data when all data has been read (end of data is determined by timing constraints). I create a new object where the thread will run, copy the data that … | |
how can i open/close an exe file using c#? thank you. | |
Hello guys!i am kinda new to C# and i am just learning....the thing is..i want to make a little app.I made something like a login form with a username and password textbox.i need these textboxes to go into the acces database(which i succesfully added to the project and all it … |
The End.