votes
votes
votes
C# textbox MultiLine problem
I'm having a problem with MultiLine in Textbox as i stumbled upon this problem... I simply cant figure out how to sum numbers which are separated by newline (/r/n) and then divide them with the number of them in array so that I can get thei ...
votes
snmp codes in csharp
while debugging the program , warning is given thar socket exception was ubhandled at this line , iphostentry ihe = Dns.GetHostEntry(host); Can anyone please help me debug this 2 C sharp SNMP codes? I am new to C sharp and dont have ...
votes
Elementary C# problem
Hey everyone, i have wrote the following code. It worsk OK except when i want to add 5 and 2 it gives 4! Anyone has an idea? using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 {//progr ...
votes
[C# / C / C++] Paid project - Send a video file through HTTP
I need a server-side program which accept requests for video files via HTTP from client applications like quicktime or windows media player, and sends back the files. The media player should correctly receive and play the video. The req ...
votes
A little problem with the "while". I susspect it. Maybe you can resolve it.
The question is inside code. [code]{ string path = Application.StartupPath; string tt = ""; List<string> e34 = new List<string>(); private void Form1_Load(object sender, EventArgs e) { sr ...
votes
asp c# - Login and Register form on same page ERROR: A page can have only one server-side Form tag.
Hi all, ASP is driving me mad, i would like to have a sliding panel with a login form and a registration form in it but asp keeps throwing errors and from what i understand it does not allow 2 forms with runat="server" on the same ...
votes
C# Linq to SQL
Hi, I'm currently doing an ExecuteCommand within Linq to SQL and one is working but the other is not. This one does not work. dc.ExecuteCommand("Update {0} Set {1} = {2} Where {3} = {4}", cha.Change_Table, cha.Change_Field, ...
votes
help in playing mp3 file with c#..........
how to create application which can play mp3 file...........
votes
Monitoring all Http connections
Hi, i want to build a program which monitors all the computers http connections for my school project(C#). Ive been looking the web for such program and found this: [code] protected void Page_Load(object sender, EventArgs e) { ...
votes
Recursion
Hi, I have some number ranges like (2,3) (4,5) (6,7) now i want to write a recursion function on this number and out put required is the permutation combination of all these numbers. i can write for loop but the problem is these range ...
votes
.Net Windows Service or Scheduled Task??
Hello, #1: I have a requirement to query a database based on a date and write to file all records that have been added or modified. I also have to move all new files uploaded to the server moved to another directory. This directory a ...
votes
Visual Team Studio Publish Error
My project manager added our project to Source Control. I am trying to add my updates to the project. I created a folder on my c:/ called TFS. I also created a website in IIS so that I can easily see the updates. The website references a ...
votes
votes
C# console main()
We have console application main() method defines as: void main() { Console.Write("have"); } How cen I write such lines without changing the code of main() method? We have cookies!
