Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #10.5K
Ranked #4K
~2K People Reached
Favorite Forums
Member Avatar for reaven

So this is what I want to be able to acomplish. I have a form where you can give permission to network folders to users in a Active Directory. I want to be able to make the app revert those permissions based on a date. I was thinking of adding …

Member Avatar for reaven
0
110
Member Avatar for cristine.y07
Member Avatar for M.Waqas Aslam
0
83
Member Avatar for damaritah1

i would like to generate reports in c# what code do i require to do this, my database is ms sql compact 3.5

Member Avatar for Randlathor05
0
91
Member Avatar for c#_fem

Hi, I'm new to WCF technology and I have to make 2 service providers, that can exchange messages between each othen. So I made two seperate WCF services, and a client application for each service. But my how to implement implement communication between the two wcf services, so that when …

Member Avatar for Randlathor05
0
169
Member Avatar for MasterHacker110

Like you would compile a C++ program. But with C# you always need the .NET framework (such a draw back sometimes). Is there anyway that you can compile the program and run it without .NET?

Member Avatar for VatooVatoo
-1
152
Member Avatar for Percival07

Can anyone help with a coding an application to produce rosters for a school time table assigning teachers periods.

Member Avatar for Sunny.W
0
125
Member Avatar for Farhad.idrees

Hi....I want to add plus one in Id...the problem is i have to show after getting id from database...code is mycommand = new SqlCommand(query_Id, myconnection); reader = mycommand.ExecuteReader(); reader.Read(); txtID.Text = reader[0].ToString(); reader.Close(); for example in this case i m getting ID 3 in my text box but i want …

Member Avatar for Momerath
0
101
Member Avatar for ScottFountaine

So, what I'm having trouble with is a simple ai that runs from the player. There are walls scattered about the level that the enemy has to get by, but each time he collides with the wall, he gets stuck. I would greatly appreciate some help, here is the relevent …

Member Avatar for Randlathor05
0
120
Member Avatar for eoop.org

Hi, I want to write my own programming language in C #. Want some good stories and tutorial (preferably video). Waleed Ahmed

Member Avatar for Randlathor05
0
168
Member Avatar for Sweety12

What i'm trying is sending data from client which is windows application to server which is console application. First i have to start console application and accept connection from client which is windows form and i need to send listbox selected items to console application on button click.This i have …

Member Avatar for Randlathor05
0
233
Member Avatar for fafa.gagga

this program is running but how can i make this in two class by using get set? using System; class Program { static void Main() { DateTime now = DateTime.Now; Console.WriteLine(now.ToShortDateString()); } }

Member Avatar for Randlathor05
0
188
Member Avatar for Percival07

I have a bit of a challenge here, I want to be able to use my webcam or any camera installed in my machine to take photos straight to my picture box and from there it will go straight to my database. Your help will be highly appreciated.

Member Avatar for Randlathor05
0
59
Member Avatar for solarissf

Hello All, I am using a winapp form c# (.net4.0)to login and navigate deep into a webpage, upload a file, download a file. All this works successfully... MOST of the time. Everyonce in a while, when I hit the download button, the system seems to hang. Like a webpage that …

Member Avatar for Randlathor05
0
229
Member Avatar for jtodd

Hey guys! Any ideas on why this is not working? No errors, just not displaying the names... private void BindComboBox() { comboBox1.DataSource = _Project1_1DataSet.Tables["Employee"]; comboBox1.DisplayMember = "FirstName"; }

Member Avatar for Randlathor05
0
96
Member Avatar for saitej

how to rowfilter a row using textbox for date and time or only date ? plsss help i am getting error with this code dv.RowFilter = "Date = '" +textBox1.Text.ToString()+"'"; thanks :)

Member Avatar for Randlathor05
0
108
Member Avatar for lianpiau

I got a datagridview, record daily water meter. so I want minus today record with yesterday 1 and get using how many meter of water. Refer attachment will clearly to know. ![untitled16](/attachments/large/3/untitled16.JPG "untitled16")

Member Avatar for Randlathor05
0
67
Member Avatar for onlineboy18

Hi, I have a sign up form and i want image upload functionality there which will save the path of the image or can save image somewhere in project and after login then the image will display in Picture Box available in the Edit Profile. The problem is i am …

Member Avatar for Randlathor05
0
164
Member Avatar for Farhad.idrees

Someone can tell me where i m doing mistake in order to show Autogenerate Id everytime with increasing of one. string conn = @"Data Source=FARHAD-PC\SQLEXPRESS;Initial Catalog=shop;Integrated Security=True"; myconnection = new SqlConnection(conn); myconnection.Open(); string query_Id = "select * from tblEmployee"; mydataadapter = new SqlDataAdapter(query_Id, myconnection); mydataset = new DataSet(); mydataadapter.Fill(mydataset); try …

Member Avatar for Randlathor05
0
194