blah blah blah is here! blah blah » Close

0
votes
1 answers

Code explanation

Hi, I'm new in C#. Currently I'm learning from http://www.homeandlearn.co.uk. I'm on this code so far: [code]private void button4_Click(object sender, EventArgs e) { listBox1.Items.Clear(); //Bro ...

0
votes
1 answers

Generate C# Class Code for Table in Visual Studio

Hi Friends! I have multiple tables in my Server Explore database file. I want to generate auto code of Classes for tables, so all classes with their attributes, constructor and getter setter methods automatically generate. Kindly tel ...

0
votes
0 answers

Help how to develope a sample VoIP software application

Hello I am writing for asking some help. I am just a beginner at programming but I would like to create a VoIp application which can record voice for my enterprise. I have found a sample software and the source code of it which can be ...

0
votes
1 answers

A better/more efficient way to write this?

All: I'm working on a little project for myself. I have a GridView where two columns are editable in every row, all at the same time (instead of editing one row, then saving). I will be using this once a week, and be entering between ...

0
votes
0 answers

Accessing an ASP.Net page from client

hi I am working on a project where I have build a page using ASP.Net .I am being provided with two PCs ,one is server and other is client having internet connections.The ASP.Net page is on server and have to access this page from client. ...

0
votes
2 answers

C# - Can I Still Get the Source Code?

I have a program that I run in C# that goes to a website and in order to do its functions, I need to get the source code of the page. [code] System.Net.WebClient webClient = new System.Net.WebClient(); string strSource = webClient.Down ...

1
votes
1 answers

help please. . .

when debugging my code, at first, there was no error. but when, i let my program running for several minutes this error popped out. AccessViolationException was Unhandled Attempted to read or write protected memory. This is often an ind ...

0
votes
1 answers

someone help me pls. . .

when i debug my code in c# with opencv wrapper, this error popped. NullReferenceException was unhandled Object reference not set to an instance of an object. what will i do to correct this??? this error point to this. . . fram ...

0
votes
0 answers

Please help. . .(accessviolationexception was unhandled)

How to correct accessviolationexception was unhandled??? Attempted to read or write protected memory. This is often an indication that other memory is corrupt. here's the exception detail: System.AccessViolationException was unhand ...

0
votes
0 answers

EmguCV

How to capture video from a webcam using EmguCv in Visual C#?

0
votes
1 answers

How to correct this??

i am coding a hand gesture recognition in Visual C# using EmguCV. I am new to EmguCV and i am still learning Visual C#. When I start debugging my code this error popped [bold]NullReferenceException was unhandled Unable to create cap ...

0
votes
2 answers

C# error

I am coding a face detection program using Visual C#. In running the program, i got this runtime error [b] InvalidCastException was unhandled by user code[/b] Here's the code where the error points: [code] histog ...

1
votes
1 answers

Error correction

How will I correct this error??? Method 'System.Windows.Forms.Form.CenterToParent' not found. I am using Visual C#

0
votes
1 answers

ASP.NET in C# code for how to display table values in textbox while dropdownlist is clicking

ASP.NET in C# code for how to display table values in textbox while dropdownlist is clicking

0
votes
1 answers

descibe some of the lines these code doing

Hi i am having trouble understanding what this code doing cancould someone please help out by just cooment out some of the function on this code i know about the if statment and class but i am struglling with the rest?? [code]using Syste ...

Feedback