Forum: VB.NET Jul 8th, 2006 |
| Replies: 12 Views: 29,768 Hi KhWo ,
It dosnt matter how many Variables you need to Pass , just create a property for each variable , Object , or any other types
Good Luck |
Forum: VB.NET Jun 18th, 2006 |
| Replies: 1 Views: 3,900 Hi BirdByte.
This is a database wise not code, you can do it in code but it is better to let the database itself do it.
Sure there is relation between Orders and OrdersDetail (one to many), so just... |
Forum: VB.NET Apr 26th, 2006 |
| Replies: 12 Views: 29,768 Hi Adam,
I will give the method , regardless about your project take the method then apply it with any project
There two common methods is used for passing data between forms
The first one... |
Forum: VB.NET Apr 19th, 2006 |
| Replies: 2 Views: 7,435 hi,
You can use manifest file to take the style from the current operating system.
I dont know which version of VB.NET you wroking with , but this way worked good with 2002,2003 and it is so easy... |
Forum: VB.NET Apr 19th, 2006 |
| Replies: 7 Views: 36,100 hi every one .
does any one know how to insert checkbox in datagrid so user can select row and how to know which rows selected
Hi,
I can give you some guides
About how to insert checkbox , I... |