Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
91% Quality Score
Upvotes Received
17
Posts with Upvotes
7
Upvoting Members
7
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
~16.0K People Reached
About Me

I have been a professional programmer for a bit over 15 years now (more than that if you could school time and such), focusing mainly on Microsoft technologies for the past 7 years (Mainly C#, it's such a beautiful language). I am a die hard programmer,…

Interests
Dean Koontz (I own about 45 of his books) NFL, XBOX 360 (gaming with my son), hunting and NASCAR
PC Specs
Current System: AMD Phenom II X4 965 Black Edition MSI 790GX-G65 Motherboard 6GB OCZ DDR3 Dual MSI TwinFrozr…
Favorite Tags
Member Avatar for Usmaan

Yes, i'm a noob - Bite me. And yes, I've read seemingly countless tutorials which explain, or, "try" to explain what a "Constructor" is. Obviously, they failed to digest in my brain. Is there any well-to-do person in here who can help me? Is there anyone who can possibly explain …

Member Avatar for Mitja Bonca
-1
195
Member Avatar for PsychoCoder
Member Avatar for PsychoCoder

This is a snippet demonstrating how to create a new local Windows account, and have it show up in the Users section of the Control Panel. You will need to reference the System.DirectoryServices.AccountManagement Namespace

Member Avatar for nelsonddon
3
1K
Member Avatar for PsychoCoder

A C# snippet demonstrating how to merge 2 files (of any type) into a single file. Need a reference to the System.IO Namespace

Member Avatar for srps.software
2
200
Member Avatar for PsychoCoder

Thought I'd take the time to introduce myself, considering I'm going to be around more. My name is Richard McCutchen, a.k.a PsychoCoder, I have been a professional programmer for 15+ years now (last 7 or so strictly in C# with some VB.NET thrown in if the clients requests it). I …

Member Avatar for blackdragon1027
0
234
Member Avatar for perryg30313

I have a vb .NET 2005 form that needs to load data based on a selected month by the user. Because there is a large amount of data in the table (60k+ records per month) it is taking the query a long time to pull the dataset back and populate …

Member Avatar for perryg30313
0
126
Member Avatar for shaqtus

This code is in the Page_Load method of my web page. [CODE][COLOR="Red"]if (Request.UrlReferrer.AbsolutePath == "/Home/Default.aspx")[/COLOR] { Label1.Text = "You are coming from the home page."; }[/CODE] When I try to open the page, I get this error: Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. …

Member Avatar for PsychoCoder
0
273
Member Avatar for dsul

I'd like to have a windows forms application execute a command line instruction similar in structure to the following: ProcessText file1 file2 where ProcessText is a working console tool for automated text processing, file1 is the text I need processed, and file2 is the created text output. From the command …

Member Avatar for PsychoCoder
0
200
Member Avatar for shaqtus

I have a registration form and I want to feed the contents of it into an SQL database that I created in Visual Web Developer. I have the proper code to insert the contents into the database table, but there is a problem with my connection string. What's the problem …

Member Avatar for jovial_vik12
0
289
Member Avatar for rahul8590

I have a search a particular filename in my msaccess file . if i search through ID no , i am able to fetch the output . but if i am searching by comparing filenames then i am getting error [CODE] Private Sub cmdSearch_Click() Dim key As String, str As …

Member Avatar for AndreRet
0
282
Member Avatar for onlinessp

Hi, I am implementing an Anti-virus in c#.And i am going to write last module.Please help me by providing some information so that i complete my project. My question is 1)I want to implement an boot time scan engine(scan HD for files) which will run before log-in screen.when no program …

Member Avatar for PsychoCoder
0
161
Member Avatar for Gewalop

Hi I'm trying to make an application that replaces explorer.exe (by replacing the registry key Windows NT\CurrentVersion\WinLogon\Shell) and it asks for a password, if the passowrd is correct it continue by starting explorer.exe. All is finished, the only problem is that even after starting explorer.exe by the application it only …

Member Avatar for PsychoCoder
0
85
Member Avatar for NH1

How would i change this so it will work. I need to link two tables. but i get an error that says "Join expression not supported". [code=c] case 'N'://Get Jobs //long n = Int64.Parse(Del); SEL = "SELECT Employee.[Employee Number], Employee.[Last Name], " + "[DaySchedule]![Shift Code Monday] AS Monday, " + …

Member Avatar for Geekitygeek
0
267
Member Avatar for UniqueMan
Member Avatar for buster2209

I have the following code which is used to get various details about wireless networks; [CODE] // Lists all networks ssid, signal stregth, availability, & security Wlan.WlanAvailableNetwork[] networks = wlanIface.GetAvailableNetworkList(0); foreach (Wlan.WlanAvailableNetwork network in networks) listBox1.Items.Add(GetStringForSSID(network.dot11Ssid)); foreach (Wlan.WlanAvailableNetwork network in networks) listBox2.Items.Add(network.wlanSignalQuality + "%"); foreach (Wlan.WlanAvailableNetwork network in networks) listBox3.Items.Add(network.wlanNotConnectableReason); …

Member Avatar for PsychoCoder
0
138
Member Avatar for Phenneger

I am really having trouble getting my app depolyed! I have within it several Crystal Reports utilizing the CR viewer, but when I package everything it won't work on the machine is it installed on. I get an error that reports a problem with cyrstal! I tried unistalling and reinstalling …

Member Avatar for PsychoCoder
0
105
Member Avatar for zandiago

Good day boys and girls. So let me ask you, what are your thoughts on piracy. Such as illegal music download, software & movie piracy? In recent times there has been stiffer penalties for being found guilty of the offense. many people have different arguments for/against piracy. For example, those …

Member Avatar for jon.kiparsky
2
973
Member Avatar for srky

cmd1.Parameters.Add("@emp_name1", SqlDbType.NVarChar); cmd1.Parameters.Add("@join_date1", SqlDbType.DateTime); cmd1.Parameters["@emp_name1"].Value = name.Text; System.Data.SqlTypes.SqlDateTime getDate; //set DateTime null getDate = SqlDateTime.Null; if (joindate.Text == "") { cmd1.Parameters["@join_date1"].Value = getDate; } else { cmd1.Parameters["@join_date1"].Value = joindate.Text; } I used this code to insert a null value in datetime column of sql server table but always its giving …

Member Avatar for rohand
0
901
Member Avatar for kisei

HELP Solve this problem in vb.net using console app.!!!! 1) Write a program that accept a number and output its equivalent in words. sample: enter a number: 100 output: One hundred 2) Write a program that accepts an ordinary number and outputs its equivalent In roman numerals. sample: ordinary numbers: …

Member Avatar for kisei
0
225
Member Avatar for Kingcoder210

I got a serious problem. Though I have made my program newly it shows error. I have used 1280,1024 animation only for first form then used 1280,1024 image for every form. Today I was checking then it was showing me error message for 19th & 20th form. If I use …

Member Avatar for JRitchie777
0
117
Member Avatar for nv136

Hello, everyone. I have a small program, and i want that program to show how much RAM the whole system is using, and i want it to show how much R.A.M my program is using, any ideas on how to do that? is it hard?

Member Avatar for nv136
0
136
Member Avatar for ceal21c

Good Morning Guys, I have scoured the net for help with this problem of temporarily disabling mouse clicks on a VB Net form and have not been able to find a solution that works. I'd like to prevent users form clicking on a form when i'm doing some background processing. …

Member Avatar for PsychoCoder
0
3K
Member Avatar for dahmhie

i added another textbox and label to the login control i dropped on my web form, making it three textboxes and three labels, but i need to be able to talk to the third textbox when i click on the login button, but i dont how, pls can someone with …

Member Avatar for PsychoCoder
0
112
Member Avatar for Dremerend

Hi, I am trying to write a somewhat basic program to read and write to a .cfg file(text file). Inside the .cfg file are a bunch of lines like so: server 127.0.0.1 servername Test server_no 1 server_group 1 etc, etc. The first word in the line being the name and …

Member Avatar for PsychoCoder
0
126
Member Avatar for Nexgr

Hello, I made a form into Visual Studio 2010 (Window forms) and C#. I am having a button and I want when the mouse pointer is over the button, to display a tip about the button (ex. press the button to connect). How can I made it ? Thanks in …

Member Avatar for PsychoCoder
0
65
Member Avatar for belometer

Hello there, I'm in the process of learning C# and windows forms. What I'm trying to do is adapt some scripts I have already made using PHP and MySQL to work in a windows environment and GUI. I previously wrote it using PHP because I was already familiar with the …

Member Avatar for belometer
0
133
Member Avatar for MaiHunDown
Re: C#

Hi I have done C# but that is not enough Please tell me what should I do for more.... Thanks

Member Avatar for euroazn
0
83
Member Avatar for PsychoCoder

C# code snippet demonstrating how to set the status of a specified Windows service. Provide the name of the service and it's value (it's an integer value described in the comments)

0
762
Member Avatar for PsychoCoder

This is a snippet that will get either all the child controls of a form (other other control) or controls of a specified type. This is for C# 4.0 as it utilizes an optional parameter.

0
3K
Member Avatar for nv136

I need a waveform for when i put a audio clip into a panel. It's for a school project,so please help!

Member Avatar for PsychoCoder
0
83