blah blah blah is here! blah blah » Close

0
votes
1 answers

c# beginner read & count !

Hi all, im beginner in c# i want to make a program that read a document and then have an option that can count the words from that document. first i made a menu for the program ===================================== [code]using Syste ...

0
votes
0 answers

Adding my program to context menu c#

Hello, so I'm new here and this is my first post. My question pertains to adding a program I made to the context menu in windows explorer. Let me be more specific. I want to have that when a user clicks on any file, they have the option ...

0
votes
1 answers

c# first program

hi, i have written a program to enter the item description, date and price of the item and to produce the sum of the prices entered by the user. its working well except ,that it is not producing the toatl amount. namespace ConsoleAppli ...

0
votes
3 answers

ideas?

Hi I have an apprenticeship that I am applying for. They are asking me to make a program. I can use any programming language I like but I thought I would keep it up to date with C#. I am also considering visual basic .net. Do you h ...

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

Why doesn't this work?

[code] Console.WriteLine("Om du vill byta färg på texten går det utmärkt."); Console.WriteLine("Q = Röd"); Console.WriteLine("W = Blå"); Con ...

0
votes
1 answers

write a program in c# to display prime numbers till the number entered by user.

write a program in c# to display prime numbers till the number entered by user.

0
votes
1 answers

socket programing behinde router

i made a messenger(client + server in a single application) and if a have 2 computer behind a firewall, both talking with someone on the WAN for the two conversations the programs opens just one window on the WAN client. The windows are ...

0
votes
1 answers

C# program to switch updating from Master server to Slave server

assuming that I have setup the Database (MySQL) Replication using Master-Slave configuration, and have synchronized those Master and Slave servers, how can my C# program know that it has to update the Slave server when the Master server fai ...

Feedback