This is my first program in vb .Net and i want to share my simple knowledge to my fellow programmers please sent me an feed back about this program and email me some sample code thanks.. [email protected]
i have implemented linked list using c++. it is also explained using comments and have all operations of adding, removing, deleting, updating, sorting and searching e.t.c, I have uploaded this code to get some feedback, and your kind comments about this program. please add comments and give me some feed back. And please do not forget to rate this submission. THANK YOU VERY MUCH
hello guys this time i am uploading code of implementation of queue in borland c++. i have used very attractive graphics in it. It has very user friendly interface. the purpose uploading the source code to this site is to take your comments and feed back about this code. Please comment, rate about this code. THANK YOU VERY MUCH
hello gys! i have uploaded this open source program for you. i have implemented stack in borland c++ using very attractive graphis. please rate this code and give me feed back about this thread. THANK YOU.
There are some cases that you need to change the data type of a field in SQL Server by not using the Management Studio Tools. The reason is if your database is replicated. You cannot change it directly using the management studio tools so your best option is to use T-SQL.
In my case I have a column name “TransDate” that has a datetime datatype.
I read a lot of question about this on the forum and thought it’s time to share with you on how to differentiate two cell values in DataGridView control.
By default we use the Value property of cells like:
QtyOrdered = InvoiceDetails("Qty", e.RowIndex).Value
Another is to use the FormattedValue like:
QtyOrdered = InvoiceDetails("Qty ", e.RowIndex).FormattedValue
But the two code above will not work if you have a condition like
If QtyOrdered > InvoiceDetails ("TotalQty", e.RowIndex).Value Then
to determine if the Qty Ordered is less than the
This is a sample project to get Asciicode by keypressing. i think it helps for beginners. :) This is a sample project to get Asciicode by keypressing. i think it helps for beginners. :)