4,588 Topics

Member Avatar for
Member Avatar for dc_24l

hi there i have a text box and a command button in a C# project and i want to access the command prompt with it whenever i input like dir in the textbox and click on the command button the dir will go to the command prompt of windows command …

Member Avatar for Ramy Mahrous
0
387
Member Avatar for asif08

I am writing this program which I create from the console screen. I want to change it so that I can read any file from the folder. For example: in this program, I am prompting the console for the two files and comparing them. Instead, I want to compare files …

Member Avatar for asif08
0
105
Member Avatar for gurpreet.kaur

I am cretaing Timer at runtime in Gloabl.asax file,I add event handler for Timer Tick Event,But it never calls to handled function. if any body know how to use timer in global.asax file in asp.net with c#.net ,which uns after every one mintue ,then please help me. its very urgent.

Member Avatar for gurpreet.kaur
0
304
Member Avatar for asif08

The following program is giving an error: System.NullReferenceException Object Reference not set to an instance of an object. at IgnoreKwic.GetAllLinesForIndexWords<with parameters> at IgnoreKwic.BuildOutput<with parameters> at IgnoreKwic.Main<> In the line where I wrote that I want to display the output on the screen, would this work? using System.Collections.Generic;// Adds definition of …

Member Avatar for Ramy Mahrous
0
94
Member Avatar for dc_24l

hi im quite a newbie in C#, where can i download a free C# ebook tutorial? thanks.

Member Avatar for Ramy Mahrous
-1
67
Member Avatar for asif08

when i run the program MyKwic sampleText(text file saved in the project) the compiler cannot trace the sampleText. using System; using System.Collections; using System.Linq; using System.Text; using System.IO; public class Mykwic { static void Main(string[] args) { if (args.Length == 0) { Console.WriteLine("Error: Missing file name"); return; } StreamReader reader …

Member Avatar for Ramy Mahrous
0
99
Member Avatar for Mikecool509

Hello everyone, I am trying to write a program to help a friend out with updating virus definitions. In order to update their definitions, they must manually go out and download and install the file themselves. I would like to be able to write a program that automatically downloads the …

0
80
Member Avatar for aminit

Hello All : Is there any idea to create a txt file by C#, I want it to save all the status of controls of the form inside it???? Thanks for support

Member Avatar for Ramy Mahrous
0
448
Member Avatar for complete

While trying to run someone elses example code, Visual Studio 2005 never produced an executable even though the build process was successful. Do you have any idea why this might be?

Member Avatar for JerryShaw
0
56
Member Avatar for complete

Is a COM object included in a project in the C# IDE much like it is in VB where you so include it graphically in a design view?

Member Avatar for Ramy Mahrous
0
37
Member Avatar for aasme08

hi I am making a remote control for winamp in c#. I am controlling the functions of winamp by the "SendCommandMessageA". The constants to be sent to winamp are specified in the sdk. I wanted to know if it was possible to control multiple media players like VLC player, Windows …

Member Avatar for Ramy Mahrous
0
115
Member Avatar for majestic0110

Hi all I am relatively new to ASP.NET and would appreciate a little help with a problem I am having. I have a "login" page that (upon validation of username/password) loads up another page. Now I have both these pages (I am using c# btw) written, however I cannot find …

Member Avatar for majestic0110
0
115
Member Avatar for majestic0110

hi there, creating a structured databse (maybe in SQL) that I want accessable from a UI in c#. Is SQL the best way to go about this ? cheers

Member Avatar for majestic0110
0
72
Member Avatar for r2k32

Hi, I'm workin on a website where i need to update a password using a stored procedure. I tested the stored procedure on SQL server and its working fine. but somehow i cannot seem to call it from C#. Can any one please help me? Stored Procedure CREATE PROCEDURE dbo.sp_ChangePassword …

Member Avatar for JerryShaw
0
194
Member Avatar for sharath61

hi, this is sharath. i m new to .net... i m doing this with c# in window based application can u just guide me i av a pbm, i have several rows stating from A to M, i av put tht in a panel say, in 1 panel i av …

Member Avatar for ujwaliyer
0
98
Member Avatar for nikolabt

I have make connection with the Access DB in Visual C# 2005 everything is ok and working great. The wizard has make and toolbar for adding deleting data and saving.So my question is how i can make now when the user click on let say want to delete data show …

Member Avatar for nikolabt
0
250
Member Avatar for depaulbluedemon

All i'm looking to do is create a page where the user enters text into various text boxes and then it is displayed below with other text. This is the code I have thus far, but i can't get it to work. <%@ Page Language="C#" %> <script runat="server"> public void …

Member Avatar for Ramy Mahrous
0
104
Member Avatar for harrysc

i want to design and implement as application that reads an arbittary number of integers that are in the range of 0 to 50 inclusive and counts how many occurences of each number are entered, after all inputs are processed , print all of the values ( with the number …

Member Avatar for david.crawford
0
98
Member Avatar for manojkumar2004

Hi all, any idea how to call a C# method from a java class using sockets(need to access remote methods)??

Member Avatar for jwenting
0
90
Member Avatar for complete

Getting a C# program with a manifest file to run in the debugger ---------------------------------------------------------------- How do I declare a manifest file in the Visual Studio IDE for C# so that I can debug the resulting code? I have been able to add the manifest file, to the exe after I …

0
78
Member Avatar for complete

Getting a C# program with a manifest file to run in the debugger ---------------------------------------------------------------- Does anyone know how to declare Manifest Files in the Visual Studio IDE for C#? I tried the first in the "How to embed a manifest in an assembly: let me count the ways..." ([url]http://blogs.msdn.com/cheller/archive/2006/08/24/how-to-embed-a-manifest-in-an-assembly-let-me-count-the-ways.aspx[/url]) link …

0
50
Member Avatar for fishsqzr
Member Avatar for fishsqzr
0
72
Member Avatar for Ukiya006

Hi, I need some help here.. I am pretty new to doing ASP.net in C#.. and also pretty unfamiliar with javascript Currently i am facing some problems which i hope you guys can help me in solving.. I have dynamically created a row of buttons. [code] for (int i = …

Member Avatar for SheSaidImaPregy
0
116
Member Avatar for bharathi_n_r

Hi all, I am fed up of doing this week scheduler for my project...i am trying and trying but seems to go nowhere..I thought of asking u people for any ideas...(windows application) My project is online ticket booking and i have a admin screen where he can schedule movies for …

Member Avatar for bharathi_n_r
0
233
Member Avatar for Barefootsanders

Hi everyone, I'm in the process of designing a C# program and I needed some help with what I wanted to accomplish. Heres where I stand. There are 2 parts, a client and a server. The client has a database and within this database contains the filepath(s) of all the …

0
70
Member Avatar for nubiagil

Hello, I am trying to access Analysis Service 2005 data cube using Visual Studio 2005 c#. Does anybody has examples or documentation about it? Cheers, Nubia

Member Avatar for nubiagil
0
98
Member Avatar for arnaki

Dear c-sharpers, I'm relatively new developing code using c#. I created an access database with a table using ADOX. I want to fill the table with about 2 million records and something like 20 columns of different types (int, double, string). So far I used different methods to fill this …

0
67
Member Avatar for complete

Can someone explain the nesting in C#? You have a namespace. Inside the namespace, you have a class. Then, inside this class, you have the main function. Why is it set up this way. Are all classes supposed to be ouside this namespace? When would you onclude a class inside …

Member Avatar for Infarction
0
125
Member Avatar for complete

I have been able to create a C# program from scratch. When I do so, I automatically get a list of References like this: [IMG]http://i67.photobucket.com/albums/h292/Athono/csharp.png[/IMG] When I open a project developed by a co-worker, I get a list of References that looks like this: [IMG]http://i67.photobucket.com/albums/h292/Athono/01-1-1.png[/IMG] This is very different and …

Member Avatar for Infarction
0
82
Member Avatar for majestic0110

is it possible to run a source file that is not part of a solution/project? it appears that this is not possible in Sharpdevelop. Also, why is it I cannot compile and run a file that is not part of a solution ? many thanks

Member Avatar for Ramy Mahrous
0
99

The End.