4,588 Topics
| |
Hi I'm a 15 years old student from Serbia. I have a problem.I wanna use C# to send some informations to php.PHP manages those informations.And later i wanna that some other person with the same application recives those informations.And the problem is i don't know how to do this. [B]Please … | |
Hi guys, I hope you can help. I want to start work as a trainee developer and to do this I plan to train myself up in C# and .NET. In order to prove to employers that I have done this work, I plan to take the Microsoft exam 70-536: … | |
Hi, I am relatively new to C#.NET and I was wondering if the garbage collection is similar to Java. I am developing a windows form application and I am dynamically making new buttons, will they be deleted by themselves or will I manually need to delete them? For example: this … | |
Hey guys I'm new to C#.NET but I'm trying to create my own Form using my own GUI code. However I'm unsure which project I need when using Visual Studio 2008. A normal person would assume that selecting Windows Forms Application would be correct. However you'd be wrong it would … | |
Hi everybody, I have a DataBase defined in Access. One column is auto incremented. I am trying to insert a row through a code in C#. I don't include data in the auto incremented column, because it is auto incremented..., but the computer returns that the number of columns does … | |
Hi All, I seem to be stuck with this problem and despite my attempts at looking all kinds of solutions, I still find myself miserably and frustratingly unavailable to solve my problem. My problem is the following: I want to restrict access to a folder which contains the administrator pages … | |
Hi all, I want to change the Text Font of a particular cell of datagrid.Plz..Help me with some methods or classes which supports the compact framework. | |
Hi friends, My requirement is to maintain a collection of products based upon categories and i have to retrieve that.For ex:i can retrieve different book names which are under the category Book..Say i can retrieve all mobile company names which are under the category Mobile.I was told to use collections … | |
Hello, Right now i am running SQL 2005 server and using Visual studio C# 2008 to program. I sadly have a Windows Vista professional, 320gbhd, 2gb ram, intel duel core processor, The problem is on C# you can attach a database to your program to retrive or import information from … | |
Hi All, Here is my question. Is this SQL Compact Edition 3.1 free to Develop,use and distribute it with my application? I have two SQL Compact Edition: One from : [url]http://www.microsoft.com/downloads/details.aspx?familyid=E9AA3F8D-363D-49F3-AE89-64E1D149E09B&displaylang=en[/url] And another from : [url]http://www.microsoft.com/downloads/details.aspx?FamilyId=85E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&displaylang=en[/url] Help me which one to use and which is free as mentioned above as … | |
Hi, I am new and don't know much about this program language, I had a programmer write a program for me from getacoder..com, anyways I need some editing on the program and I think he wrote it using C#. I only have a .exe file. Can another programmer open and … | |
Hi friends, We r developing a project in c# under windows (XP) and trying to export CRYSTAL 8.0 report to PDF format. With all our efforts unable to get a solution. I appreciate if somebody give me a solution. thanks in advance | |
Hi all, I was trying to post some data to a web server(tomcat) where my servlet is running. I have written a c# http client, I was able to establish the connection with the servlet but control is always going to GET method instead of POST method . Can you … | |
hi , how to show the pop up window in asp.net web application when ever a new entry is entered. like here wheneven we got private msg it shows u have a new private msg like tat i need the pop up or msg box for particular id. so pls … | |
Hi, In my project, i have to access the controls of a running application for ex, a Accessing all controls of a running windows application developed in .net.I have to get all those controls of the running application and change its caption. ex(buttonName,LabelName etc).I tried to implemented that ,but only … | |
Sorry if i'm posting this in the wrong place. I figure that there will be more c# developers here than in the web dev lounge. I would like one that has comprehensive chapters on creating asp.net feedback and that teaches you how to build simple database driven web applications. Bonus … | |
Is there a way to use curl with c# ?? I tried libcurl .Net but its really messy :( | |
I never use C# .net 2005, How i can open .exe file that actualy run in DOS and get the data and print it on .txt file. the way is I write the names of .exe file and I press the button and I can see everything one time. | |
Hello everyone! (for easier understanding please see attached pdf file) I am hoping I can get some help. The application I'm writing is a Student Registration Syste. I am trying to make a listbox item from c# to "upload" or to be "writen" to a table in a MS Access … | |
how I connect a c# controller on a server and an asp.net form based website (it has to go though the c# controlelr to get the data, not just in database) | |
Hi All, How do I extract the data from html file which consists of table data rows will vary from time to time....How can I extract from C#.NET 2.0 application. reference will also helps me. Thanks in advance Raju | |
Hello, I'm pretty new to C#, I'm looking for Normalized Cross Correlation code for images. I would like to use it for template matching to track features in a video sequence. Does anyone know if there is something already implemented in C#? Thank you very much for ANY suggestion!! diego | |
I have a webservice which accesses some methods from the Business layer. I made a website which uses this webservice, I have given the WEb reference for that web service. I want to call a WebMethod which uses some structures from the business layer. I am populating the business layer … | |
hi, I have been used to vb. now I am trying to do c# winforms. in visual basic usually when coding you get a drop down menu at the top which lists all your components and method names. is this possible to get with c# winforms as it would make … | |
Im in school and need help with my coding. Teacher is no help so was hoping some one can correct my code. I'm trying to develop a simple inheritance hierarchy that has an abstract base class that includes an abstract method. Abtract Class: Code the abstract base class called MusicPlayer … | |
Challenge: Someone create a shopping cart (eCom) website using visual studio 2008 asp.net/ado.net/c#lanugage, easy? Send me the source code then ....Cheers!!!! Alternative: send me to a walkthrough tutorial please!!! | |
hi i have just started with c#.I would like to know what could be done with c# and how it is different from other languages. thank u:) | |
HEre is the code for a RTDServer in C#, and I can't get it to work in Excel. I checked the registry and it is registered in HKEY_USERS_ROOT. [CODE] using System; using System.Collections.Generic; using System.Text; using Excel; using System.Runtime.InteropServices; using Microsoft.Office.Core; namespace RTDServer { [ProgId("RTDServer")] [ComVisible(true)] [Guid("60A6C959-649B-49f4-BD3A-1DAACFD35CF8")] public class RtdServer … | |
Hi people I'm pretty new to this and I was wondering what c# code you would put into the button event handler to allow the person who presses it to browse for an excel file then use that data to populate the sql database that you can make using visio … | |
Hi 2 all, How to upload .doc file into SQLSERVER2005 in c# windows application and again how to retrive it from DataBase...... I want it only in Windows..... Advace Thnxxxx |
The End.