Posts
 
Reputation
Joined
Last Seen
Ranked #127
Strength to Increase Rep
+11
Strength to Decrease Rep
-2
97% Quality Score
Upvotes Received
186
Posts with Upvotes
152
Upvoting Members
72
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
3
69 Commented Posts
5 Endorsements
Ranked #347
Ranked #112
~376.72K People Reached
About Me

I worked in Japan for Mitsubishi Electric as an applications engineer for 5 years. After returning to the UK I worked as a software engineer for Procon Engineering Ltd. writing custom end-user programs for weighing applications.My coding experience started…

Interests
Coding, Reading, Games.
Favorite Tags
Member Avatar for sizzlefire

Hello everyone, I am currently working on a project for a friend and have encountered some issues. I am attempting to fill out a form with a library called iTextsharp: [url]http://itextpdf.com/[/url] The form that I am attempting to fill out is [url]http://www.copyright.gov/forms/formco2d.pdf[/url] and I have been able to fill out …

Member Avatar for Fernando_28
0
6K
Member Avatar for imso

The alarm clock application works by setting a certain time and then it perform a certain task eg:sound an alarm, display a messagebox test message. But the problem comes where i need to snooze(delay) the alarm clock for a certain time period like 10 second... Then it will re-initialise the …

Member Avatar for Konevlad21
-1
1K
Member Avatar for samaru

Is everyone familiar with this game? Just reply with the first word that comes to your mind when you think of the last word posted. You can't respond to the post with a comment, just the word that comes to your mind. It can only be a word or a …

Member Avatar for Dani
1
52K
Member Avatar for judithSampathwa

hi there, I have a mask text box with the mask as $9999999999.99 as money. when i type in a value as 12345.67 it appears as $_____12345.67 and when i save it to the database it is saved in the correct format as 12345.67 as money as the data type. …

Member Avatar for Renathu
0
7K
Member Avatar for judithSampathwa

hi does any one know the RGB values of the standard form in C#.net? how can i get it to be add to the colour pallatte in the C#.net color pallette?

Member Avatar for Jill_3
0
404
Member Avatar for guiman

Dear all, I am trying to edit the .resx file (Form1.resx) so I can localize my application for different settings. However, when I edit my .resx file and then view it in Visual Studio, I get an error "ResX file Data at the root level is invalid. Line 1, position …

Member Avatar for doxa.paradoxa
0
1K
Member Avatar for Doctor Inferno

[b]TEAM A[/b]: includes members whose BC username start with A C E G I K M O Q S U V W [b]TEAM B[/b]: includes members whose BC username start with B D F H J L N P R T X Y Z [b]SCORE Board[/b] Team A: 4 Team …

Member Avatar for cproger
9
45K
Member Avatar for dilansankalpa

I am currently doing a project and am a novice to c#. I have a problem where i receive serial 'dataframes', each consisting of two 8-bit values (the high byte and the low byte), which have to be constructed to get a 16-bit value. This assembled value is already in …

Member Avatar for RazaBukhariShah
0
6K
Member Avatar for edek

Hi, I have [ICODE]DataTable[/ICODE]'s column that is a source of rows for combo box - it loads rows like it should. But, binding [ICODE]ComboBox.SelectedValue[/ICODE] does nothing. I think that this is some problem with comparison between the value provided by [ICODE]BindingSource[/ICODE] and the values from [ICODE]ComboBox[/ICODE]. [ICODE]BindingSource.Position[/ICODE] iterates through collumn …

Member Avatar for vukanac
0
3K
Member Avatar for AngelicOne

I tried [CODE]If (checkedListBox1.SelectedItem.ToString() == "Others") { //do something }[/CODE] but it's not working the way I wanted to.. Whenever the 'Others' item is checked, the code executes but if I tried to uncheck it, it still execute the code as if it runs when that item is selected checked …

Member Avatar for 3004426279
0
5K
Member Avatar for Yzk
Member Avatar for Jwthais

Hi Everyone, I am new to this forum. I am in the process of learning VB.net and have been assigned a project to be written in VB.net using MVC Patterns. I am trying to understand more about MVC Patterns. Can anyone tell me about any articles or preferrably a text …

Member Avatar for Reverend Jim
0
100
Member Avatar for Duki

I'm trying to find an event that handles which tab is clicked? I know it has to be simple, I'm just missing it. I want to say "when tab1 is clicked, do this, when tab2 is clicked, do that"

Member Avatar for xydn
0
101
Member Avatar for Azurit

Hi, I have several classes for different types of shapes (line, rectangle..etc) which all implements interface IDraw. And then I have a List<IDraw> called shapes which I want to Serialize/Deserialize. I think I got the Serialization right: [CODE] private void saveToolStripMenuItem_Click(object sender, EventArgs e) { saveFileDialog1 = new SaveFileDialog(); saveFileDialog1.InitialDirectory …

Member Avatar for code78
0
252
Member Avatar for kendaop

Hello, I'm following along Riemer's tutorial for terrain generation and I have my program working, but about 15 seconds after running the program, I get a an error that says, "Win32 Exception was unhandled. The operation completed successfully" Here is my code. [code=c#] using System; using System.Collections.Generic; using System.Linq; using …

Member Avatar for Dennijr
0
410
Member Avatar for mujtabaaain

I need help in c# about file scanning in c#. I want to scan all files or from specific path in background if application is in running mode. Scanning should start after every 10 min.......

Member Avatar for skatamatic
0
353
Member Avatar for mahdi68

Hi how can i use AT-Commands in C# ? i try with this code but it`s not work ! can any body help to me ? thanks [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; using System.IO.Ports; namespace Sending_SMS { public partial …

Member Avatar for bigboss013
0
2K
Member Avatar for ishtine18

[B]i'm having a problem in retrieving .wav file in ms access in my code in c# it says that the wave header is corrupt! can someone help me with this? thanks :)[/B] [code]cmd = new OleDbCommand("Select SOUND from SOUND where TITLE like" + "'" + textBox1.Text + "'", conn); dr …

Member Avatar for aniperiye
0
1K
Member Avatar for Bijaya123

In a mdiparent form a menustrip is present. when click this menustrip a new form is open. I want to develop when click the menustrip only one form is open. After open the form if i click the menustrip no form will be open. when that opened form is close …

Member Avatar for kakaworld2012
0
1K
Member Avatar for harrispc

Hi all, I need my form to automatically select the first entry in the datagrid view when it is loaded. I am having trouble finding the correct way to code it. [CODE] Private Sub CustomersForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim cust = From customers In …

Member Avatar for M.Waqas Aslam
0
1K
Member Avatar for tchiloh

I trying to remove a row from datagridview. it removes on datagridview but not from the database" [CODE] dataGridView1.Rows.Remove(dataGridView1.CurrentRow); [/CODE] how can i remove it? and if i have this colums in the database: AB || AC || AD || AE and on datagridview i have only : AC || …

Member Avatar for sasanka panda
0
330
Member Avatar for berwick53

Hi, I'm currently learning C# and I'm currently learning how to do C# and Database's. Does anyone know why it isn't adding the data in the text boxes to the db. Cheers Sam [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; using …

Member Avatar for thines01
0
129
Member Avatar for katarey

Hello Friends, I have developed a windows application using C#, its installed on [code]C:/program files/application folder/application.exe[/code] I have not used Data base so i have used files (CSV/TXT) for storing data, there is many types of files generated by application and some application setting variables are also stored in a …

Member Avatar for boyans
0
200
Member Avatar for Saidar

Hey everyone, I've been struggling with this problem for hours now and I have read and tried every example I could find but did not find a solution to my problem: I have a DLL written in C#. The DLL export function calls three functions: PrepareData(): Heavy calculations ComputeNN(): Mild …

Member Avatar for Saidar
0
229
Member Avatar for rexdon

i have created a code for log. it is intended to provide the user with a recent history of various events, primarily used in data-gathering applications where one might be curious how a particular transaction completed. In this case, the log need not be permanent nor saved to a file. …

Member Avatar for nick.crane
0
300
Member Avatar for Acidburn

Hello guys, I'm trying to develop a application that calls another exe from my code base. The method to execute is pasted below... [CODE] private void mymethod(FileInfo file) { ProcessStartInfo startInfo = new ProcessStartInfo("jsmin.exe"); startInfo.Arguments = "<fulljslint.js >jslint.js"; Process p = new Process(); p.StartInfo = startInfo; p.Start(); p.WaitForExit(); }[/CODE] The …

Member Avatar for nick.crane
0
2K
Member Avatar for morfious90

HI developers I'm new in c# .. i want to make periodic table .. but prob is i don't know how to make that periodic chart .. :( .. i i even dont know which section should i read to learn how make that chart ... i want to place …

Member Avatar for MORFIOUS
0
2K
Member Avatar for c#learner

Ok im struggling to write a very basic program, it is a program that is the user enters 28 it will write back the month is feb, if the user enters 30 it will show the months with 30 and the same for 31 and say no days if a …

Member Avatar for nick.crane
0
97
Member Avatar for dennysimon

hello all I fill datagridview Row[0].Cells[0] with the following command dgv1.Rows[0].Cells[(0].Value="-1"; //------------------- how to give color so that the content "-1" in datagridview has red in color (forecolor) thank you denny

Member Avatar for dennysimon
0
132
Member Avatar for prit005

Dear All, the below is my code it not works properly. I want to display the picture boxes dynamically ie run time it works fine but in my application have 1 Button ([B]btnGenPictBox[/B]) click on it adds the no. of picture box and also at the same time it display …

Member Avatar for nick.crane
0
728