4,588 Topics
| |
I have mini project about client-server connection and i'm using TCP Socket to do a connection. The server wants to know if a client has a 'notepad.exe' application running on the client machine. I already have list of running process on client machine, and i have an algorithm to detect … | |
Below i write the coding which is not working properly yo me.I want to open excel file and use select statement with where clause.But one I run the coding it give me exception it says "No Value give for one or more parameters" Pls help me. [ICODE] Excel.Workbook theWorkbook = … | |
I am a beginner and I would like to know whats wrong with my code why it is not working. I am trying to create a login form [code=csharp] private void btnSignIn_Click(object sender, EventArgs e) { string ConString; ConString = "Data Source=.;Initial Catalog=docworx;UserID=sa"; SqlConnection DbCon = new SqlConnection(ConString); m_Login = … | |
I have looked through the forum for this information. But I did not find anything I could use in my little program. I have this read code: [code=csharp] ---------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.OleDb; namespace AddressBook { class Program { static void Main(string[] args) { … | |
Hi, this is my first post on this forum. I am attempting to learn how to work with DirectX and make a game (Visual Studio 2005, C#). I found an extensive tutorial on DirectX games, but I can't find a necessary reference. Here is a link to the tutorial: [url]http://blogs.msdn.com/coding4fun/archive/2006/11/02/938703.aspx[/url] … | |
I am trying to access text elements in Revit with C#. I can get the text elements as objects in my code but I cannot seem to find any tools that will pull the text value out of the text element (as an object)?? Everytime I use a c# function, … | |
I have a 3D shape drawn by Maya. Besides, I want to write a small C# application for the users to view, rotate and scale the 3D shape above. I just want to ask is there a way for me to do that (e.g. integrate the 3D shape and navigate … | |
static public Person operator <(Person p1, Person p2) where Person is a class displays an error message "One of the parameters of a binary operator must be the containing type" | |
I want to create crystal report in c# with mysql.please help me by providing the procedure. | |
Hi, i am working with windows media player control using AxInterop.WMPLib in c# windows application.It is working properly but i want to hide seek bar in windows media player.if u know this plz reply me ASAP. | |
hi all, for a button click event, 1. how to navigate for another form, while existing form is invisible? 2. how to navigate for another form, with the values of previous form? Please help me. I'm a new programmer | |
Hi to all I'm writing an ActiveX in C#, I found a great tutorial in: [url]http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx[/url] The problem is that my ActiveX should create a folder and do some another actions in the Client machine, according what I know when the user allow using ActiveX, the ActiveX has permissions to … | |
I developed c# windows application and included a windows installer, after building the project , i am having a msi file. All the clients will install it to execute our product. We added a new dll and we give it to client through auto update. Now the dll will be … | |
hi , i just learn c# , i have a question about the window application in c#, for any text key in by user or display out to the form , is in waat type string , ?? | |
Hi everyone, I was wondering if anyone could help me solve the popular 8 puzzle problem in C# using the A* algorithm or using the manhattans distance heuristics. actually i know the theoretical aspect of it but programming it is a little bit more difficult for me though i have … | |
Hi, I am developing one application which requires me to compare date.The dataabse being MS access 2003. When i execute the query in c# it does not show any record ,the date although matches with the date in database. Where is the problem ? The quey executed is select * … | |
Hi there. I am new to this forum. I would like to know how can I download a file or .exe from a server on to the client machine. My software will run on the client machine. I want to know if there is some built in functionalty in windows … | |
Hello, I just started programming in c# a few months ago, i have to do a project that consists in picking up a phone call using my computer, play a .wav file and then detec the key pressed by the user on the telephone pad and according to which number … | |
Hi Guys I just started learning some C# Coding and i was wondering how i would make an interface for a C# program. If this is a dumb question please dont be too cruel to me. | |
Hello to everyone... Hi I'm new to C# programming, but i have a background in programming specially in c, c++ and vb 6, now i'm trying to study the c# programming, i have a problem to solve i am doing a project in c# that the sql connection string of … | |
I would like to write a C# macro that would allow me to automatically (defining points) move a symobl in Revit from one location to another on a plot sheet. | |
Hi, my name is Alex. I'm fairly new to C# but apparently I may be required to know how to manipulate .NET Frameworks via C# so I am studying a beginners book and another book to thoroughly understand the language. The problem is that I am struggling to understand the … | |
Hi fellows, I have learned to create stored procedures,but dont know on how to implement it in my code...I have a dataadapter called ada and a dataset ds..The form consists of three textboxes and a combobox...I need the valuse from the database to the comboox...How to fill the dataset and … | |
I am creating a msi file in windows installer. When the msi is executed, it register some dlls in the registry. I renamed a dll in the code and i manually want to rename the dll in the registry. How can i do this Thanks in advance | |
hi ... i have a query i have created an application in c# i have put this code in button [code] string strXmlPath = ""; XmlDocument doc = new XmlDocument(); strXmlPath = ("C:/App_Data/Document.xml"); DataSet ds = new DataSet(); XmlTextWriter writer = new XmlTextWriter(strXmlPath,System.Text.Encoding.UTF8); writer.WriteStartElement("folder"); writer.WriteElementString("FolderName", "App_Data"); writer.WriteElementString("FolderPath", "C:/App_Data/Document.xml"); writer.WriteEndElement(); writer.WriteStartElement("folder2"); … | |
hi everyone, i have grid control, in that im created alternate color for rows.my problem is i want to assign image to grid background. tel me is it posible. plz tel me the way. thanks | |
How to insert multiple records into a database table that are entered into a datagridview. With a single shot of Save all the records in the datagridview should be updated using C# . Can any one help me in this regard. Please tell me the solution as i have wasted … | |
hi everyone. I have Splitercontainer control. normaly if u keep mouse in between u can able to c spliter image . its possible inside of that i can keep my image over there. its in C# win. plz help me out.thanks | |
Hi everyone I'm having a problem trying to load a VBA program through C#. I'm creating an application in order to load Excel (so far so good), and I can even paste some information from one of my arrays in a spreadsheet.... My question is, how can I run a … | |
Hello, I'm newer to programming and trying to do something that has me stumped. I need to read files from a directory on a server and compare those file names to a field in a database. When I find the file names that are the same, grab a different field … |
The End.