November 28th, 2011 02:59 AM
WOOOHOOOO!!!!!!
After two weeks of researching this I figured it out.
I use one binding source for all controls, and I needed to add a value member
BSource = new...
November 22nd, 2011 12:39 AM
Hey, I have searched for ages on this but cannot get it working.
I have two tables, one called Fields and another called Sections.
There is a relationship between the two table for a field...
August 28th, 2011 09:17 AM
I am unsure as to why this cannot work, but can you use the following code instead?
namespace robitSeri
{
public partial class Form1 : Form
{
public mySerial newSerial;
August 28th, 2011 03:28 AM
Hello,
Can any one please tell me how to add properties in a component, where you can set more than one value.
For example, with the following code, MyPoints shows in the properties window and...
December 13th, 2010 01:24 PM
I would like to create a new control, similar to the datagrid.
From what I have read, to give it scrollbars it needs to inherite from ScrollableControl
However, I also want to inherate from...
February 23rd, 2010 03:36 AM
Hi, need some advice please
New to Database programming, but what I want to do is update a database everyday with information I am getting from a file
So what I want to do is the following
...
February 3rd, 2010 03:52 AM
Thankyou, your help is really apreciated
February 3rd, 2010 03:37 AM
I was just doing that when you were posting your comment. Thankyou very much for your help. When you say that I'm not following the naming conventions, is that because I am using the same name for...
February 3rd, 2010 03:32 AM
Nevermind, I just figured it out
February 3rd, 2010 03:25 AM
Can anyone please tell me what this error means and how to fix it
Products.Add(new product());
Products[0].Code = "ANW135";
Products[0].Description = "Coffee...
February 2nd, 2010 05:03 PM
really simple question
Is there anyway to overload the return value as I have tried to do below
class currency
{
private Int64 Total;
public Int64 currency
...