Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
61% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #2K
~9K People Reached
Favorite Tags
Member Avatar for nmakkena

Hi i want to merge two text files.i.e. the content of the second file has to append to the content of the first file. pls help me out Thanks

Member Avatar for maordany
0
316
Member Avatar for fkhaeer

[B]Hi, I would like to implement a selection tool that is used for images. It selects a part of an image to enable the user for any further usage. So, what is the simplest way to do such a thing?! Any help will be welcome :)[/B]

Member Avatar for JerryShaw
1
183
Member Avatar for gouki2005

because C# have a LOT of Concepts I am kinda confused......what kind of advice can you give me to learn C#???I have the bases I think.....well kinda....

Member Avatar for 3xxx
0
152
Member Avatar for serkan sendur

if i have two projects in the a solution and i want to use exactly the same code file in this two projects, how do i create that file in one project and link to that file from the other?

Member Avatar for serkan sendur
0
192
Member Avatar for ITech

hi, i am trying to create a database driven application using Sql2005 and c#.. i have alittle problem can anyone tell me how to connect to sql database using c# and do simple transactions such as insert update delete and search ...but it shud be fully code based. if possible …

Member Avatar for reach2shaik
0
147
Member Avatar for polo_coins

I want to build one Form that is a Parent window and two windows for child windows but my problem is this a code .I glad to see your suggest for this problem Sergey

Member Avatar for nishmay14
0
136
Member Avatar for C# beginner

:-/ Hello, I am trying to allow only text in a textbox, not numbers or symbols, and when i user does enter something other than that it diplays a message box that says only letters please. I know how to do a messagebox I just can't seem to get on …

Member Avatar for Diamonddrake
0
155
Member Avatar for Indianblues

Can somebody tell me the file read and write syntax. I found the following code on the net. but didnt get that. fs2.Read(fs2Content, 0, (int)fs2.Length); fs1.Write(fs2Content, 0, (int)fs2.Length); what exactly first, second and third arguement will do in above statements. pls give me some details regarding this. Thanks

Member Avatar for Ramy Mahrous
0
105
Member Avatar for Unrealx_

hi how to extract file name from a url example [url]http://nothing.com/soft/paint.exe[/url] now i only want to get the "paint.exe" how do i do that..thx

Member Avatar for BlackSun
0
102
Member Avatar for piotr_kast

I used this code to serialize: [code] using System; using System.IO; using System.Runtime.Serialization.Formatters.Binary; [Serializable] public class Car { public string Make; public string Model; public uint Year; public byte Color; } public class Exercise { static void Main(string[] args) { Car vehicle = new Car(); vehicle.Make = "Lexus"; vehicle.Model = …

Member Avatar for LizR
0
224
Member Avatar for arupa
Member Avatar for CsharpBeginner

Hello forum members, I am majoring in Signal Processing and Machine Learning. I have been using MATLAB for my academic research works for computing and data plotting. My question is if C# can be used as powerful as Matlab for mathematical calculation (matrix computing) and visualization? Also if I can …

Member Avatar for BlackSun
0
1K
Member Avatar for legendarya49

Does anyone know any good books for introduction to assembly? I have a class with it next semester and would like to get a head start.

Member Avatar for Singh001
0
139
Member Avatar for topgun129

Hi, I'm currently learning C# and I had a few basic questions: 1. What is and what is the difference between void and static and return? 2. What are abstract classes? How do they differ from interfaces? 3. How do you use the char variable? Thanks!

Member Avatar for ruchi18
1
130
Member Avatar for shazzy99

Is there any method to find the number of elements that are filled in an array lets say i have the following array defined string[] text = new string[50] and i fill the first 8 elements/indexes Is there any method that could return the number of elements/indexes within an string …

Member Avatar for Rashakil Fol
0
172
Member Avatar for dileeppaul

as per my opinion c# is better than vb.net even if in the case of web development

Member Avatar for ddanbe
0
162
Member Avatar for skatamatic

I'm trying to right a red-eye reduction algorithm for an assignment at school. The user is asked to click on 2 eyes in an image, then the algorithm takes over and corrects the redness. The algorithm works just dandy, but I'm having a hard time capturing the actual location (in …

Member Avatar for skatamatic
0
160
Member Avatar for cVz

Can anyone give me some good forums or advice on threadpools in C# ??? Thanks ...:D

Member Avatar for BlackSun
0
188
Member Avatar for emilio

hi I'm trying to use this code that i found to send an email message using c# application. i have an iis service running on my computer and the smtp server is configured as my providers smtp server. the problem is that when i try to send mail i get …

Member Avatar for BlackSun
0
195
Member Avatar for Ved_TheOne

Hello, I know it may be silly to ask this but I m stuck with this: so please help I have two classes in the same namespace [QUOTE] 1. Setting_Layers_Path class files Which helps in establishing connection to the layers(GIS connections). It contains number of functions which return an object …

Member Avatar for bhaskerlee
0
209
Member Avatar for BioHazard90

[CODE]class MyProgram { static void Main() { int[] integers; // declare array integers = new int[10]; // size array } }[/CODE] In which line is the array actually instantiated?

Member Avatar for BlackSun
0
125
Member Avatar for shazzy99
Re: RTF

Is there a way to keep the text formatting as it is while reading content form word into richtextbox control in C#?

Member Avatar for BlackSun
0
63
Member Avatar for sivak

can anyone tell me how to create a assembly ..and how do use it in our application..i am new for .net so only ...how do find out the error in dll?

Member Avatar for BlackSun
0
83
Member Avatar for yuriythebest

right I'm trying to clear some things from this example code: [QUOTE] DOSSEG .MODEL SMALL .STACK 200h .DATA OurString DB "This is a string of characters. " DB "Do you lack imagination? Put something interesting here!$" .CODE START: MOV AX, SEG OurString ; Move the segment where OurString is located …

Member Avatar for iyercb
0
143
Member Avatar for SubProf

Hello everyone, I am querying an MS Access database to find duplicate records and list the results in descending order. I am using a 'while' loop to read through the records but I'm finding it difficult to store the results in separate variables, i.e. the query finds three results where …

Member Avatar for SubProf
0
87
Member Avatar for shazzy99

Which method can be used to set the values in combo box from within code?

Member Avatar for LizR
0
135
Member Avatar for gouki2005

[CODE]namespace Empleados { class Empleados { private int edad; static private int numeroemp = 0; public Empleados(int edad) { this.edad = edad; Empleados.numeroemp ++; } public void mostrarInfo() { Console.WriteLine("el empleado tiene {0} aƱos",edad ); Console.WriteLine("Numero de empleados creados {0} ", Empleados.obtenernumeEmpledos() ); } static void Main(string[] args) { int …

Member Avatar for BlackSun
0
84
Member Avatar for creativehacker

I am adding checkbox to datagridview. how can I add a checkbox to the header so that when I click that all the checkboxes should be checked and corresponding rows should be deleted.. I am able to delete one row at a time. How to delete multiple rows.. [CODE]DataGridViewCheckBoxColumn chkBoxColumn …

Member Avatar for BlackSun
0
152
Member Avatar for resystor

I am new to assembly. I have writtem a program for my Z80. I have successfully assembled it. How do I make it to an EXE file?

Member Avatar for BlackSun
0
3K
Member Avatar for shers

Hi, I'm working on C# with COM. I have a COM OLE control that I wish to create on the form as control array during runtime, as the number of cotrols depends on the number of files in the corresponding folder. How do I go about it? I'm attaching a …

Member Avatar for shers
0
131