blah blah blah is here! blah blah » Close

0
votes
0 answers

snmp codes

can any one help me in writing snmpv3 codes , how i receive get packet

0
votes
2 answers

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

0
votes
0 answers

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

0
votes
1 answers

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

0
votes
1 answers

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

1
votes
1 answers

A little problem with the "while". I susspect it. Maybe you can resolve it.

q12
349

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

0
votes
1 answers

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

0
votes
0 answers

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

0
votes
0 answers

help in playing mp3 file with c#..........

how to create application which can play mp3 file...........

0
votes
0 answers

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

0
votes
1 answers

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

0
votes
0 answers

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

0
votes
0 answers

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

0
votes
1 answers

ffmpeg mono wrapper

Can I use some kind of a ffmpeg mono wrapper to convert videos?

0
votes
1 answers

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!

Feedback