I have been working with vb for last 3years, and as per my understanding also, this piece of code does not have any problem.More Over if you see the code, i am using...
Hi,
I agree that the problem i am facing is erratic and most of you may find it funny also but the fact is that i am facing this problem and not able to find a solution to this problem.
Hi.
This might be a very basic queston but pls. excuse my ignorance for this.
I am developing a VB.NET Windows based application.
My Application has got 3 Forms Namely :
Hi,
I am preparing for Exam 70-306(Developing Windows based Applications using VB.NET).
I will be very greatfull if you can provide the links where i can get free Practice question(some thing like...
Hi thanks for replying.
I know that i can get the various attributes of field by using the method that u have suggested.
But the problem is that i can not get the description of the field.
I want...
I want to find out the description of a column in a table.
Where does the sql stores the various properties of the columns.Such as name,Data-Type,Length,Description etc.
I have a small problem.I m creating a database in SQL Server.Now because of our naming convention standards me coulnn names are not descriptive in nature.For e.g. 'First Name' will be...
I have to do a project in vb.Now the requirement is that the software has to be web enabled.
Now i m in a fix which approach should i take to make it web enabled.
Ways I can think of are:...
Hi,
By default List is configured to show the list items in full that is that the last item visible in the list should be fully vissible and that is why this incrementle height adjustment.
I have to do a project in vb.Now the requirement is that the software has to be web enabled.
Now i m in a fix which approach should i take to make it web enabled.
Ways I can think of are:...
Hi there,I hope i have understood ur problem .
What i suggest is u fill the flexgrid with the data but start filling from 2ndcolumn and leave the first column blank.
Now after u have filled the...
Try using combo box of Microsoft Form2 Controls.
It has a listwidth property.when the combobox is in drop down position,The list expands to show the contents.