Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~3K People Reached
Favorite Tags
Member Avatar for king03

Hi there guys I am encountering another problem with my code, it says Error: 'Francis.Form1.Dispose(bool)': no suitable method found to override. I have uploaded the screenshot of my problem, please help me guys I don't understand why I am encountering such problems and a fix will be very helpful. Thanks …

Member Avatar for abhishekabhi
0
174
Member Avatar for hastingo

i need a help ..im trying todoa course work about fingerprint matching is anyone has link or source code??

0
88
Member Avatar for hastingo
Member Avatar for complete

Is Visual Studio Free? It looks free here: http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=240 it does not look free here: http://www.microsoft.com/visualstudio/en-us/try

Member Avatar for jnawrocki
0
134
Member Avatar for MasterHacker110

I wrote my first C# program bur now i cant find the .cs file or the .exe program any where. where is it and how can i setup my compiler to make those files on my desktop. I am using Microsoft Visual Studio C# Express 2012 Thanks....

Member Avatar for thines01
0
118
Member Avatar for hastingo

im trying to learn mvc but i need help in mvc.. how can i get code or project written in mvc in C#.net .. email :hk20067@yahoo.com

Member Avatar for hastingo
0
1K
Member Avatar for hastingo

help please how to write chat program like yahoo messenger tht can allow people to register and chat between themself..

Member Avatar for thines01
0
191
Member Avatar for hastingo

1 using System; // help me to write this code in object oriented 3 namespace ConsAppl_OOP_Keo_c39 4 { 5 class Procedure_Orieted_Programming 6 { 7 static void Registration(string studentID, string courseNumber) 8 { 9 Console.WriteLine("Данныерегист-циистуд-та: №студента - " + studentID + ", №курса - " + courseNumber); 10 } 11 static …

Member Avatar for jbisono
0
142
Member Avatar for hastingo

i need to write a program that compute (a+b)/(c^2+d^2); if someone have lecture or can do for me .it will be gratefully

Member Avatar for Ancient Dragon
0
105
Member Avatar for hastingo

// Displays a file in either upper- or // lowercase depending upon a user request. #include <fstream> #include <iostream> #include <string> #include <ctype.h> using namespace std; // Display(): display text stream using ToFunc // modification void Display(ifstream &fin, int (*ToFunc)(int c)) { // extract and display characters one-at-a-time char CurrentChar; …

0
100