4,588 Topics
| |
could you please help me on where i'll get the definition of all the built in function of c#. and the buit in functions that used to create windows application form. Please this is really urgent..... | |
Noorul Ariff may i know your code? I need it too please help me | |
# Hi, # I just joined this forum. I am a second year student doing Information Technology(Software Development stream) at the Durban University of Technology. I have just started doing source code for ASP.NET c# and I would love to know how the MultiView and GroupView components work and what … | |
hi .. I need some help on how to write mobile agent c# code using .NET | |
i have to retrieve data in my richtxtbox from my database ... how can i convert the retieved format of image source into a smily in windows form .. help please | |
Hi, i'm new 2 C#, so my question may seem stupid... but, what is the code to exit an application. I know in java it is: [CODE]System.exit(0);[/CODE] Thanx in advanced, C++ | |
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; namespace ConsoleApplication1 { class collectinexample { ArrayList mylist = new ArrayList(); mylist.Add("apple"); mylist.Add("grapes"); } } this is my code but m getting an error "Error 1 Invalid token '(' in class, struct, or interface member declaration " plz help | |
i'll be gratified if anyone can help me thru this ..... my problm if that i have to retrieve data from my sql database ... bt itz stored thr from an app created in php .. so stored using preg_match function in php ....** hlo<div><br></div>** this is format i have it … | |
Good Day to everyone... I need some help.. I just have a problem on how do I pass the value from the pop window to my main page. I have a main page where it has two textbox namely DepartmentID, DepartmentName then I also put a Search button that when … | |
I have an application thats has been coded in C#. After build it generates a standalone dll file and the exe file. I want to use this code in Matlab. I found out from [this](http://www.mathworks.co.uk/help/matlab/matlab_external/using-a-net-object.html#bshoa6b-1) page that I can load the C# classes or codes into Matlab. dll_in_matlab = NET.addAssembly('location … | |
I am developing a project that involves creating a product composed of hardware and software that enables interaction with various features. I'm still in the testing phase , however , is sent to the brain of this product is a mini computer ODROID U3 , running Xubunto 13.10. In addition … | |
Hi Guys I have got 4 radio buttons on my form and & i am trying to match the text for these radiobuttons with a record in one of the database tables. Essentially I would like when the submit button is clicked to match if the selected or clicked radiobutton … | |
Hello guys. I've seen another thread with this name but it was in C i'm interested to do it in C# okay the program how I can add the digits of a number. Could you give me an idea? **I have source, but i need another source with the same … | |
I am having an app in visual c# ,, i need to retrieve the table values of coloumn name title corresponding to a certain user id in combobox on the same form . can anyone help me doing this ? | |
How to call server code from javascript code in asp.net using C# | |
I have included a copy of the aspx file and the work behind code file, my problem is I am trying to figure out how to get the text entered in the text boxes so I can update a mysql database. I have tried using the findcontrol but I'm not … | |
I currently have five resx files in a XAML and C# application. I would like to convert the .resx files into their own resource dictionary. How do I do that by what code or website to look at? In the App.Xaml, xaml, and C# what is the process? | |
I'm currently using Microsoft Visual Studio express 2013 for Windows Desktop. I have a program that I created and want to share it with friends, but I'm trying to locate the .exe file. (It's a terminal program that gives a quiz). How can I find the executable file. Or do … | |
I'm trying to create a program in c# that asks the user a question and then tells him if he is correct or incorrect, the code I am using only allows for case to be the same. Is there a way I can compare two strings without it checking for … | |
I am relatively new to C#, does anybody have a simple example of how calling C++ from C# would be done? I heard that C# can call other languages. | |
Hi, I need to get some help from somebody very good in programming and have high skill level in different programming languages. I basically need to write a piece of programme that does one job for me with user interface (which I will explain the job later on), I need … | |
Hi, can someone pls help me. I'm trying to pass the name of the user who logs in from a login form and display his/her name on a Main form. I'm using get{} and set{}. My problem is with the function I'm trying to create to return the name of … | |
Hi, I recently developed a program which has source and header files in vc++! what I want to do is convert the same in C#. I got the idea of source files but how to import/use header files in C#(I want seperate file for class creation/ data initialization like header … | |
Hi i have a problem in binding DateTimePicker value from one form named SearchDoctor to existing form named Doctor. Here is the code of my Doctor form and it works: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Data.Sql; … | |
I want to make an import export company desktop application. But i am getting problem in making the design of the application. can anyone please help me regarding this??? | |
I want to fill GridView ,But i dont want to use datasource..I want to use the method,thru which i add the data using row by row As in VB.net [code] Dim row0 As String() = {"A","B","C"}; Me.DataGridFile.Rows.Add(row0) [/code]. [code] public partial class refresh : System.Web.UI.Page { string query; SqlCommand cmd; … | |
sir please i want a c# code that reads from the txt file and save it to database... | |
Development Environment used: 1.Microsoft Visual Studio 2010 2. Programming Language: C# 3. Database MySql I am trying to use BCrypt class by Derek Slager for creating and authenticating username and password. A form is use to create new user to save Username and Password to database, but this Password is … | |
Hi, I have developed windows application on windows 7, when I deployed it to windows vista it has stopped working but it run smoothly on windows 7. Can anyone help me? Thanks. | |
I have been searching google but I did not find how to display a message in C# win store app. Actually I have been developing a app in which user will input. I have built rgex. When a text box is empty & user click on validate button it would … |
The End.