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
Interests
c,c++,c#
Favorite Forums
Member Avatar for aryan123

hi friends, i want to get notification when a file is accessed (just opened and close without modification) . i tried filesystemwatcher .but i doesnt give the required facilities. please suggest me some other way to achieve that.. thanks in advance.

Member Avatar for johnrosswrock
0
153
Member Avatar for kool005

Hello, I am new to C# and i am stuck when i try to fetch the data from SQL Server to Visual studio. I am writing the code as a n-tier application - Data Access, Business logic and the front end. I am fetching data in a disconnected env. I …

Member Avatar for johnrosswrock
0
229
Member Avatar for ddanbe

Thought it would be very complicated to include speech in your programs. As it seems, in it most simplest form it can be done in two lines. Don't forget to include the System.Speech reference in your References. Enjoy!

Member Avatar for kplcjl
5
557
Member Avatar for Amanpreet_1

I am having an app in visual c# ,, i need to retrieve the table values of coloumn name title corresponding to a certain user id in combobox on the same form . can anyone help me doing this ?

Member Avatar for Amanpreet_1
0
402
Member Avatar for makanda
Re: atm

i want to write an atm code that ask yu to enter the pin number and ifit is wrong it tells you to reenter the correct one, then it gives the option either to deposit or to withdraw but not exceeding the maximum balance

Member Avatar for Fenrir()
0
125
Member Avatar for johnrosswrock

Thank you all for helping me in completing my collage mini-project //form1 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.OleDb; using System.IO; using Microsoft.Office.Interop.Excel; using ClosedXML.Excel; namespace merge_excel { public partial class Form1 : Form { public Form1() { InitializeComponent(); …

Member Avatar for Warrens80
0
175
Member Avatar for johnrosswrock

Hello everyone, I have a project which i want to publish but the problem is i don't know how to add my name as the developer in the setup... can anyone tell me how to do that... thanks in advance

Member Avatar for johnrosswrock
0
181
Member Avatar for coolsasuke

Hey daniweb users, I've come by a code in my project where it says "Resource identifier " has already been used in this assembly". May i know what are the possible causes of it? Also, i've already checked the project file (.csproj) extension; there are no duplications of the same …

Member Avatar for coolsasuke
0
620
Member Avatar for johnrosswrock

I have a pictude box which i want to load with a map,i know now how toget picture box coordinates and would like to conver it into latitude and longitude. thank you ps: i seached the net but could'nt understand it ,so please be simple as i am a new …

Member Avatar for gusano79
0
319
Member Avatar for Jahanzaib_2

Hello!!!! Kindly help me in resolving error in my this program. 1 The name 'yes' does not exist in the current context E:\Lectures and books\C SHARP\Projects\enum.cs 85 20 EnumMonth Error 2 The name 'yes' does not exist in the current context E:\Lectures and books\C SHARP\Projects\enum.cs 85 34 EnumMonth Error using …

Member Avatar for johnrosswrock
0
173
Member Avatar for johnrosswrock

i am using the following code using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace GIS_assignment { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { } private void pictureBox1_Click(object sender, EventArgs …

Member Avatar for ddanbe
0
124
Member Avatar for johnrosswrock

Hello everyone,i am new to c# programming and i am making a form app for my collage fest which has following details: 1.name of event(comboBox) 2.name of subevent(comboBox) 3.name of coordinator1(text box) 4.name of coordinator2(text box) 5.name of participent(text box) 5.price(text box) my problem is when any event is selected …

Member Avatar for johnrosswrock
0
213