4,588 Topics

Member Avatar for
Member Avatar for phunsukh.wangdu.3511

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

Member Avatar for KushMishra
0
383
Member Avatar for AlexanderGenabe
Member Avatar for Siphokazi_F

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

0
76
Member Avatar for Roya Ahmed
0
86
Member Avatar for Amanpreet_1

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

Member Avatar for Amanpreet_1
0
493
Member Avatar for Ghost

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

Member Avatar for vasanthmc2
1
10K
Member Avatar for kCoder

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

Member Avatar for JorgeM
0
128
Member Avatar for Amanpreet_1

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 ....**&nbsp;hlo<div><br></div>** this is format i have it …

Member Avatar for Amanpreet_1
0
384
Member Avatar for mherz

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 …

Member Avatar for mherz
0
2K
Member Avatar for farazk86

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 …

0
142
Member Avatar for Jorge_6

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 …

Member Avatar for mike_2000_17
0
319
Member Avatar for Typhooncoder

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 …

Member Avatar for cgeier
0
208
Member Avatar for fliponymous

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 …

Member Avatar for ddanbe
0
374
Member Avatar for Amanpreet_1

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 ?

Member Avatar for Amanpreet_1
0
406
Member Avatar for kishore3055
Member Avatar for blitznck_1

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 …

0
142
Member Avatar for 2014learner

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?

Member Avatar for ddanbe
0
146
Member Avatar for theashman88

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 …

Member Avatar for Ancient Dragon
0
163
Member Avatar for theashman88

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 …

Member Avatar for theashman88
0
318
Member Avatar for overwraith

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.

Member Avatar for Fenrir()
0
76
Member Avatar for star.bravo

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 …

Member Avatar for JobPencil
0
190
Member Avatar for Chair

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 …

Member Avatar for pritaeas
1
9K
Member Avatar for Andy90

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 …

Member Avatar for JMC31337
0
14K
Member Avatar for vishal anand.s

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

Member Avatar for Maligui
0
672
Member Avatar for tauqeer381

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

Member Avatar for Maligui
0
178
Member Avatar for mansi sharma

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

Member Avatar for brianmanee
0
1K
Member Avatar for Muhammad_52

sir please i want a c# code that reads from the txt file and save it to database...

Member Avatar for Mike Askew
0
111
Member Avatar for ahmed_one

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 …

0
97
Member Avatar for jenifer.jenn

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.

Member Avatar for Fenrir()
0
243
Member Avatar for munir.ashley

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 …

Member Avatar for MarkAMalo
0
368

The End.